Doc: glib: Fix all undocumented/unused/undeclared symbols

There is one issue left in gscanner.h due to a bug #741305 in gtk-doc.

https://bugzilla.gnome.org/show_bug.cgi?id=740814
This commit is contained in:
Xavier Claessens
2014-11-29 08:39:24 -05:00
committed by Ryan Lortie
parent b6aa0c4890
commit 1a2a689dea
18 changed files with 112 additions and 14 deletions

View File

@@ -549,7 +549,7 @@
* G_GSIZE_MODIFIER:
*
* The platform dependent length modifier for conversion specifiers
* for scanning and printing values of type #gsize or #gssize. It
* for scanning and printing values of type #gsize. It
* is a string literal.
*
* Since: 2.6
@@ -573,7 +573,7 @@
* to #G_MAXSSIZE.
*
* To print or scan values of this type, use
* %G_GSIZE_MODIFIER and/or %G_GSSIZE_FORMAT.
* %G_GSSIZE_MODIFIER and/or %G_GSSIZE_FORMAT.
*/
/**
@@ -601,6 +601,16 @@
* Since: 2.6
*/
/**
* G_GSSIZE_MODIFIER:
*
* The platform dependent length modifier for conversion specifiers
* for scanning and printing values of type #gssize. It
* is a string literal.
*
* Since: 2.6
*/
/**
* goffset:
*