Home
last modified time | relevance | path

Searched refs:already_warned_table (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gobject/
Dgobject.c1451 static GHashTable *already_warned_table; in consider_issuing_property_deprecation_warning() local
1483 if (already_warned_table == NULL) in consider_issuing_property_deprecation_warning()
1484 already_warned_table = g_hash_table_new (NULL, NULL); in consider_issuing_property_deprecation_warning()
1486 already = g_hash_table_contains (already_warned_table, (gpointer) pspec->name); in consider_issuing_property_deprecation_warning()
1488 g_hash_table_add (already_warned_table, (gpointer) pspec->name); in consider_issuing_property_deprecation_warning()