Lines Matching full:hash
948 the bindings can communiate which types are contained in the hash table.
1173 <sect3 id="glib-sending-hash">
1177 GHashTable *hash = g_hash_table_new (g_str_hash, g_str_equal);
1180 g_hash_table_insert (hash, "foo", "bar");
1181 g_hash_table_insert (hash, "baz", "whee");
1185 DBUS_TYPE_G_STRING_STRING_HASH, hash, G_TYPE_INVALID,
1191 g_hash_table_destroy (hash);