summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-01-06 10:25:03 -0500
committerRyan Lortie <desrt@desrt.ca>2012-01-06 10:25:03 -0500
commit21d2c49f82aa3c73ab77817a80065e747a9d154a (patch)
treecf69fc4b6dfc5a76fb25aabb4050ed61d3eb29d0
parent752f0cac159dc84c03c42f84d9d8a8c923334d43 (diff)
downloadglib-21d2c49f82aa3c73ab77817a80065e747a9d154a.tar.gz
minor fixup to last commit
-rw-r--r--glib/ghash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/ghash.h b/glib/ghash.h
index a998a3832..5df648ecc 100644
--- a/glib/ghash.h
+++ b/glib/ghash.h
@@ -78,7 +78,7 @@ gboolean g_hash_table_steal (GHashTable *hash_table,
void g_hash_table_steal_all (GHashTable *hash_table);
gpointer g_hash_table_lookup (GHashTable *hash_table,
gconstpointer key);
-gboolean g_hash_table_has (GHashTable *hash_table,
+gboolean g_hash_table_contains (GHashTable *hash_table,
gconstpointer lookup_key);
gboolean g_hash_table_lookup_extended (GHashTable *hash_table,
gconstpointer lookup_key,