mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 23:16:14 +01:00
Merge branch 'sam/use-g-define-quark' into 'master'
Update GError docs to use G_DEFINE_QUARK See merge request GNOME/glib!1389
This commit is contained in:
commit
5292efdc75
@ -264,11 +264,7 @@
|
|||||||
* |[<!-- language="C" -->
|
* |[<!-- language="C" -->
|
||||||
* #define G_SPAWN_ERROR g_spawn_error_quark ()
|
* #define G_SPAWN_ERROR g_spawn_error_quark ()
|
||||||
*
|
*
|
||||||
* GQuark
|
* G_DEFINE_QUARK (g-spawn-error-quark, g_spawn_error)
|
||||||
* g_spawn_error_quark (void)
|
|
||||||
* {
|
|
||||||
* return g_quark_from_static_string ("g-spawn-error-quark");
|
|
||||||
* }
|
|
||||||
* ]|
|
* ]|
|
||||||
*
|
*
|
||||||
* - The quark function for the error domain is called
|
* - The quark function for the error domain is called
|
||||||
|
Loading…
Reference in New Issue
Block a user