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 391922 - g_key_file_set_string_list function arguments are different in header and documentation
g_key_file_set_string_list function arguments are different in header and doc...
Status: RESOLVED DUPLICATE of bug 387681
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-02 15:57 UTC by Josselin Mouette
Modified: 2007-01-03 14:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Josselin Mouette 2007-01-02 15:57:28 UTC
[ forwarded from http://bugs.debian.org/405028 ]

When browsing documentation in devhelp the g_key_file_set_string_list
function looks like this:
  void g_key_file_set_string_list(GKeyFile *key_file, const gchar *group_name, const gchar *key);
it is in file:
  /usr/share/gtk-doc/html/glib/glib-Key-value-file-parser.html#g-key-file-set-string-list

but in /usr/include/glib-2.0/glib/gkeyfile.h it is different:
  void g_key_file_set_string_list(GKeyFile *key_file, const gchar *group_name, const gchar *key, const gchar *const list[], gsize length);
Comment 1 Damon Chaplin 2007-01-03 14:38:59 UTC

*** This bug has been marked as a duplicate of 387681 ***