projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5374882
)
One more parameter renamed
author
Matthias Clasen
<matthiasc@src.gnome.org>
Sun, 1 May 2005 22:28:57 +0000
(22:28 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Sun, 1 May 2005 22:28:57 +0000
(22:28 +0000)
glib/ghash.h
patch
|
blob
|
history
diff --git
a/glib/ghash.h
b/glib/ghash.h
index 5b3f7b748a490a69432af92e98a71b3e3c8765ae..8e243428d549861f5898fffb96fdca64cb74e1b5 100644
(file)
--- a/
glib/ghash.h
+++ b/
glib/ghash.h
@@
-102,7
+102,7
@@
guint g_int_hash (gconstpointer v);
* same effect as passing g_direct_hash().
*/
guint g_direct_hash (gconstpointer v) G_GNUC_CONST;
-gboolean g_direct_equal (gconstpointer v,
+gboolean g_direct_equal (gconstpointer v
1
,
gconstpointer v2) G_GNUC_CONST;
G_END_DECLS