mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
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:
committed by
Ryan Lortie
parent
b6aa0c4890
commit
1a2a689dea
14
glib/docs.c
14
glib/docs.c
@@ -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:
|
||||
*
|
||||
|
Reference in New Issue
Block a user