mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +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:
@@ -1585,15 +1585,7 @@ timestamp_from_iso8601 (const gchar *iso_date)
|
||||
return (time_t) stamp.tv_sec;
|
||||
}
|
||||
|
||||
|
||||
|
||||
GQuark
|
||||
g_bookmark_file_error_quark (void)
|
||||
{
|
||||
return g_quark_from_static_string ("g-bookmark-file-error-quark");
|
||||
}
|
||||
|
||||
|
||||
G_DEFINE_QUARK ("g-bookmark-file-error-quark", g_bookmark_file_error)
|
||||
|
||||
/********************
|
||||
* Public API *
|
||||
|
Reference in New Issue
Block a user