Exemplo n.º 1
0
 protected static extern uint g_hash_table_foreach_steal(
     IntPtr hashTable,
     UnmanagedHRFunc func,
     IntPtr userData);
Exemplo n.º 2
0
 protected static extern IntPtr g_hash_table_find(
     IntPtr hashTable,
     UnmanagedHRFunc predicate,
     IntPtr userData);