Missed some files -owt
Missed some files
-owt
This commit is contained in:
@ -715,6 +715,12 @@ GArray* g_rarray_truncate (GArray *array,
|
||||
|
||||
/* Hash Functions
|
||||
*/
|
||||
gint g_str_equal (const gpointer v,
|
||||
const gpointer v2);
|
||||
guint g_str_hash (const gpointer v);
|
||||
|
||||
/* Deprecated, use g_string_*
|
||||
*/
|
||||
gint g_string_equal (gpointer v,
|
||||
gpointer v2);
|
||||
guint g_string_hash (gpointer v);
|
||||
|
||||
Reference in New Issue
Block a user