HandleSet
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "tp_handle_set_get_type ()" ) ]
[ Compact ]
public class HandleSet
A set of handles.
This is similar to a Intset (and implemented using one), but adding a handle to
the set also references it.
Content:
Methods:
- public string dump ()
Format a HandleSet for debug output.
- public HashTable<Handle,string> to_identifier_map ()
Returns a dictionary mapping each handle in
this to the corresponding identifier, as if retrieved by calling tp_handle_inspect
on
each handle.