功能
GLibHRFunc
说明 [src]
指定传递给 g_hash_table_find()
、g_hash_table_foreach_remove()
和 g_hash_table_foreach_steal()
的函数类型。
该函数调用每个键/值对,以及传递给调用函数的 `user_data` 参数。
该函数应在应选择键/值对时返回 true,这意味着已找到它,或应从 GHashTable
中将其移除,具体取决于调用函数。
指定传递给 g_hash_table_find()
、g_hash_table_foreach_remove()
和 g_hash_table_foreach_steal()
的函数类型。
该函数调用每个键/值对,以及传递给调用函数的 `user_data` 参数。
该函数应在应选择键/值对时返回 true,这意味着已找到它,或应从 GHashTable
中将其移除,具体取决于调用函数。