mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Renamed g_hash_table_lookup_full to g_hash_table_lookup_extended to
conform with naming conventions.
This commit is contained in:
@@ -154,10 +154,10 @@ g_hash_table_lookup (GHashTable *hash_table,
|
||||
}
|
||||
|
||||
gboolean
|
||||
g_hash_table_lookup_full (GHashTable *hash_table,
|
||||
gconstpointer lookup_key,
|
||||
gpointer *orig_key,
|
||||
gpointer *value)
|
||||
g_hash_table_lookup_extended (GHashTable *hash_table,
|
||||
gconstpointer lookup_key,
|
||||
gpointer *orig_key,
|
||||
gpointer *value)
|
||||
{
|
||||
GHashNode *node;
|
||||
|
||||
|
Reference in New Issue
Block a user