# HG changeset patch # User Elliott Sales de Andrade # Date 1238822250 0 # Node ID 4c1af7f30af89d5ba940c10b7e8fc5056c02562a # Parent c08719989149ff17cc0e03dc079365a957c6c2bf Add some more @since tags. diff -r c08719989149 -r 4c1af7f30af8 libpurple/xmlnode.h --- a/libpurple/xmlnode.h Sat Apr 04 02:55:39 2009 +0000 +++ b/libpurple/xmlnode.h Sat Apr 04 05:17:30 2009 +0000 @@ -273,6 +273,8 @@ * @param child The child node. * * @return The parent or NULL. + * + * @since 2.6.0 */ xmlnode *xmlnode_get_parent(const xmlnode *child); diff -r c08719989149 -r 4c1af7f30af8 pidgin/gtkprefs.h --- a/pidgin/gtkprefs.h Sat Apr 04 02:55:39 2009 +0000 +++ b/pidgin/gtkprefs.h Sat Apr 04 05:17:30 2009 +0000 @@ -92,6 +92,8 @@ * @return An hbox containing both the label and the entry. Can be used to set * the widgets to sensitive or insensitive based on the value of a * checkbox. + * + * @since 2.6.0 */ GtkWidget *pidgin_prefs_labeled_password(GtkWidget *page, const gchar *title, const char *key, GtkSizeGroup *sg);