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 94833 - bad sentence in doc for gtk_text_child_anchor_get_deleted ()
bad sentence in doc for gtk_text_child_anchor_get_deleted ()
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-10-04 07:18 UTC by Vitaly Tishkov
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Tishkov 2002-10-04 07:18:39 UTC
See docs for gtk_text_child_anchor_get_deleted () in HEAD:

"Keep in mind that the child anchor will be unreferenced when removed from
the buffer, so you need to hold your own reference (with g_object_ref()) if
you plan to use this function â otherwise all deleted child anchors will
also be finalized."

A symbol between 'function' and 'otherwise' looks bad.

STABLE branch has '&mdash' there which looks incorrect as well.
Comment 1 Matthias Clasen 2002-10-11 12:58:04 UTC
I think that this is a problem of the browser not handling numeric character 
references properly. In the generated html I see — 
Comment 2 Matthias Clasen 2002-10-11 20:00:11 UTC
Turns out to be a problem with the xsl stylesheet used in xml mode,
which makes the charset not come out in the generated html.