mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-11 04:58:56 +02:00
glib: don't quote quark names for G_DEFINE_QUARK
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
* "glib-unix.h" header.
|
||||
*/
|
||||
|
||||
G_DEFINE_QUARK ("g-unix-error-quark", g_unix_error)
|
||||
G_DEFINE_QUARK (g-unix-error-quark, g_unix_error)
|
||||
|
||||
static gboolean
|
||||
g_unix_set_error_from_errno (GError **error,
|
||||
|
Reference in New Issue
Block a user