mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 12:56:15 +01:00
Forgotten file
This commit is contained in:
parent
e7715bdc4e
commit
b8bcb2b839
@ -54,7 +54,7 @@ struct _GHashTable
|
|||||||
GHashNode **nodes;
|
GHashNode **nodes;
|
||||||
GHashFunc hash_func;
|
GHashFunc hash_func;
|
||||||
GEqualFunc key_equal_func;
|
GEqualFunc key_equal_func;
|
||||||
volatile guint ref_count;
|
volatile gint ref_count;
|
||||||
GDestroyNotify key_destroy_func;
|
GDestroyNotify key_destroy_func;
|
||||||
GDestroyNotify value_destroy_func;
|
GDestroyNotify value_destroy_func;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user