mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Fix a doc typo.
Reported in bug 608063 by Дилян Палаузов.
This commit is contained in:
parent
dcdc409cd8
commit
e0e57fd97d
@ -41,13 +41,13 @@ typedef struct _GOptionContext GOptionContext;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GOptionGroup:
|
* GOptionGroup:
|
||||||
*
|
*
|
||||||
* A <structname>GOptionGroup</structname> struct defines the options in a single
|
* A <structname>GOptionGroup</structname> struct defines the options in a single
|
||||||
* group. The struct has only private fields and should not be directly accessed.
|
* group. The struct has only private fields and should not be directly accessed.
|
||||||
*
|
*
|
||||||
* All options in a group share the same translation function. Libaries which
|
* All options in a group share the same translation function. Libraries which
|
||||||
* need to parse commandline options are expected to provide a function for
|
* need to parse commandline options are expected to provide a function for
|
||||||
* getting a <structname>GOptionGroup</structname> holding their options, which
|
* getting a <structname>GOptionGroup</structname> holding their options, which
|
||||||
* the application can then add to its #GOptionContext.
|
* the application can then add to its #GOptionContext.
|
||||||
*/
|
*/
|
||||||
typedef struct _GOptionGroup GOptionGroup;
|
typedef struct _GOptionGroup GOptionGroup;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user