Add Since tags
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Nov 2007 02:36:12 +0000 (02:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Nov 2007 02:36:12 +0000 (02:36 +0000)
svn path=/trunk/; revision=5986

ChangeLog
glib/gerror.c
glib/gmarkup.c

index c615eff13282d97d0f7ec45ea88e6aa57cd4c26f..6167276d603e252ca46935748ab098234882e8ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmarkup.c:
+       * glib/gerror.c: Add Since: tags to new API
+
 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gurifuncs.c: Some doc cleanups
index b35c735694bea3d39d3e1799896cdd38ab3ec3af..9f332b8f97a7b7d5e66696d3cf1385e8fb473765 100644 (file)
@@ -276,7 +276,7 @@ g_error_add_prefix (gchar       **string,
  * g_prefix_error:
  * @err: a return location for a #GError, or %NULL
  * @format: printf()-style format string
- * ...: arguments to @format
+ * @...: arguments to @format
  *
  * Formats a string according to @format and
  * prefix it to an existing error message.  If
@@ -288,6 +288,8 @@ g_error_add_prefix (gchar       **string,
  * also do nothing.  Whether or not it makes
  * sense to take advantage of this feature is up
  * to you.
+ *
+ * Since: 2.16
  **/
 void
 g_prefix_error (GError      **err,
@@ -309,12 +311,14 @@ g_prefix_error (GError      **err,
  * @dest: error return location
  * @src: error to move into the return location
  * @format: printf()-style format string
- * ...: arguments to @format
+ * @...: arguments to @format
  * 
  * If @dest is %NULL, free @src; otherwise,
  * moves @src into *@dest. *@dest must be %NULL.
  * After the move, add a prefix as with 
  * g_prefix_error().
+ *
+ * Since: 2.16
  **/
 void
 g_propagate_prefixed_error (GError      **dest,
index cde95f29c60e81c66617e054e2456c294ab337b7..5be2cf6b67e563fa93c6e959541d0c04c6254cf6 100644 (file)
@@ -2455,8 +2455,9 @@ g_markup_parse_boolean (const char  *string,
  * be set as appropriate.
  *
  * Return value: %TRUE if successful
+ *
+ * Since: 2.16
  **/
-
 gboolean
 g_markup_collect_attributes (const gchar         *element_name,
                              const gchar        **attribute_names,