forked from AuroraMiddleware/gtk
really remove g_direct_compare() (this includes its declaration ;).
This commit is contained in:
parent
1c77b5f926
commit
2ab408a700
@ -782,10 +782,11 @@ GArray* g_rarray_truncate (GArray *array,
|
||||
gint g_str_equal (const gpointer v,
|
||||
const gpointer v2);
|
||||
guint g_str_hash (const gpointer v);
|
||||
/* These two "hash" functions actually just return the value and/or
|
||||
comparison of the pointers themselves - useful for hashing
|
||||
on an int value or something like that */
|
||||
gint g_direct_compare(gpointer a, gpointer b);
|
||||
|
||||
/* This "hash" function will just return the key's adress as an
|
||||
* unsigned integer. Useful for hashing on plain adresses or
|
||||
* simple integer values.
|
||||
*/
|
||||
guint g_direct_hash (gpointer key);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user