gio: don't quote quark names for G_DEFINE_QUARK

This commit is contained in:
Cosimo Cecchi
2012-08-28 13:15:29 -04:00
parent 4b602940e2
commit 62570a52b1
4 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ G_DEFINE_BOXED_TYPE (GResource, g_resource, g_resource_ref, g_resource_unref)
*
* Since: 2.32
*/
G_DEFINE_QUARK ("g-resource-error-quark", g_resource_error)
G_DEFINE_QUARK (g-resource-error-quark, g_resource_error)
/**
* g_resource_ref: