mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-21 17:37:53 +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:
@@ -43,11 +43,7 @@
|
||||
* "glib-unix.h" header.
|
||||
*/
|
||||
|
||||
GQuark
|
||||
g_unix_error_quark (void)
|
||||
{
|
||||
return g_quark_from_static_string ("g-unix-error-quark");
|
||||
}
|
||||
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