After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 525674 - A typo in gmarkup.c.
A typo in gmarkup.c.
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-04-02 01:43 UTC by Hiroyuki Ikezoe
Modified: 2008-04-03 04:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hiroyuki Ikezoe 2008-04-02 01:43:00 UTC
Index: glib/gmarkup.c
===================================================================
--- glib/gmarkup.c      (revision 6807)
+++ glib/gmarkup.c      (working copy)
@@ -1898,7 +1898,7 @@ g_markup_parse_context_get_element (GMar
  *
  * Returns: the element stack, which must not be modified
  *
- * Since 2.16
+ * Since: 2.16
  **/
 G_CONST_RETURN GSList *
 g_markup_parse_context_get_element_stack (GMarkupParseContext *context)
Comment 1 Matthias Clasen 2008-04-03 04:11:31 UTC
2008-04-03  Matthias Clasen  <mclasen@redhat.com>

        Bug 525674 – A typo in gmarkup.c

        * glib/gmarkup.c (g_markup_parse_context_get_element_stack): Fix
        the docs, reported by Hiroyuki Ikezoe