GLib
Description:
Content:
Namespaces:
Interfaces:
Classes:
Structs:
Enums:
Delegates:
- public delegate bool BindingTransformFunc (Binding binding, Value source_value, ref Value target_value)
- public delegate void ObjectGetPropertyFunc (Object object, uint property_id, Value value, ParamSpec pspec)
- public delegate void ObjectSetPropertyFunc (Object object, uint property_id, Value value, ParamSpec pspec)
- public delegate void WeakNotify (Object object)
- public delegate void ToggleNotify (Object object, bool is_last_ref)
- public delegate void ValueTransform (Value src_value, ref Value dest_value)
- public delegate bool SignalEmissionHook (SignalInvocationHint ihint, Value[] param_values)
- public delegate void Callback ()
- public delegate void ClosureNotify (void* data, Closure closure)
- public delegate void ClosureMarshal (Closure closure, out Value return_value, Value[] param_values, void* invocation_hint, void* marshal_data)