Object
Object Hierarchy:
Description:
public class Object
Content:
Static methods:
Creation methods:
Methods:
- public void add_toggle_ref (ToggleNotify notify)
- public void add_weak_pointer (void** data)
- public weak Binding bind_property (string source_property, Object target, string target_property, BindingFlags flags = DEFAULT, owned BindingTransformFunc? transform_to = null, owned BindingTransformFunc? transform_from = null)
- public weak Object connect (string signal_spec, ...)
- public virtual void constructed ()
- public void disconnect (ulong handler_id)
- public virtual void dispose ()
- public T dup_data<T> (string key, DuplicateFunc<T> dup_func)
- public T dup_qdata<T> (Quark quark, DuplicateFunc<T> dup_func)
- public void force_floating ()
- public void freeze_notify ()
- public void @get (string first_property_name, ...)
- public unowned ObjectClass get_class ()
- public weak T get_data<T> (string key)
- public void get_property (string property_name, ref Value value)
- public weak T get_qdata<T> (Quark quark)
- public Type get_type ()
- public bool is_floating ()
- public void notify_property (string property_name)
- public weak Object @ref ()
- public weak Object ref_sink ()
- public bool replace_data<G,T> (string key, G oldval, owned T newval, out DestroyNotify? old_destroy)
- public bool replace_qdata<G,T> (Quark quark, G oldval, owned T newval, out DestroyNotify? old_destroy)
- public void remove_toggle_ref (ToggleNotify notify)
- public void remove_weak_pointer (void** data)
- public void @set (string first_property_name, ...)
- public void set_data<T> (string key, owned T data)
- public void set_data_full (string key, void* data, DestroyNotify? destroy)
- public void set_property (string property_name, Value value)
- public void set_qdata<T> (Quark quark, owned T data)
- public void set_qdata_full (Quark quark, void* data, DestroyNotify? destroy)
- public void set_valist (string first_property_name, va_list var_args)
- public T steal_data<T> (string key)
- public T steal_qdata<T> (Quark quark)
- public void thaw_notify ()
- public void unref ()
- public void watch_closure (Closure closure)
- public void weak_ref (WeakNotify notify)
- public void weak_unref (WeakNotify notify)
Signals:
Fields: