mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
glib: don't quote quark names for G_DEFINE_QUARK
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
*
|
||||
* Error codes returned by parsing text-format GVariants.
|
||||
**/
|
||||
G_DEFINE_QUARK ("g-variant-parse-error-quark", g_variant_parser_get_error)
|
||||
G_DEFINE_QUARK (g-variant-parse-error-quark, g_variant_parser_get_error)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user