changeset 26435:4c1af7f30af8

Add some more @since tags.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 04 Apr 2009 05:17:30 +0000
parents c08719989149
children 28f1512b0f94
files libpurple/xmlnode.h pidgin/gtkprefs.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 
--- 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);