[glib] minor fixup to last commit
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] minor fixup to last commit
- Date: Fri, 6 Jan 2012 15:26:00 +0000 (UTC)
commit 21d2c49f82aa3c73ab77817a80065e747a9d154a
Author: Ryan Lortie <desrt desrt ca>
Date: Fri Jan 6 10:25:03 2012 -0500
minor fixup to last commit
glib/ghash.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/ghash.h b/glib/ghash.h
index a998a38..5df648e 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]