mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-09 14:20:06 +02:00
One more parameter renamed
This commit is contained in:
parent
5374882914
commit
b4cddba516
@ -102,7 +102,7 @@ guint g_int_hash (gconstpointer v);
|
|||||||
* same effect as passing g_direct_hash().
|
* same effect as passing g_direct_hash().
|
||||||
*/
|
*/
|
||||||
guint g_direct_hash (gconstpointer v) G_GNUC_CONST;
|
guint g_direct_hash (gconstpointer v) G_GNUC_CONST;
|
||||||
gboolean g_direct_equal (gconstpointer v,
|
gboolean g_direct_equal (gconstpointer v1,
|
||||||
gconstpointer v2) G_GNUC_CONST;
|
gconstpointer v2) G_GNUC_CONST;
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user