mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 02:18:55 +02:00
Use G_DEFINE_QUARK for GLib's own quarks
This commit just deals with glib/. gobject/ and gio/ will be handled in separate commits.
This commit is contained in:
@@ -459,11 +459,7 @@ g_file_test (const gchar *filename,
|
||||
#endif
|
||||
}
|
||||
|
||||
GQuark
|
||||
g_file_error_quark (void)
|
||||
{
|
||||
return g_quark_from_static_string ("g-file-error-quark");
|
||||
}
|
||||
G_DEFINE_QUARK ("g-file-error-quark", g_file_error)
|
||||
|
||||
/**
|
||||
* g_file_error_from_errno:
|
||||
|
Reference in New Issue
Block a user