c
Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.Closure

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GClosure
Struct : Closure
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.Closure ()
Create a new GObject.Closure
Create a new GObject.Closure
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Alpha
Method
Clutter.Alpha.register_func (Closure closure) : guint64
Clutter.Alpha
Method
set_closure (Closure closure) : none
Clutter.BindingPool
Method
install_closure (String action_name, guint32 key_val, ModifierType modifiers, Closure closure) : none
Clutter.BindingPool
Method
override_closure (guint32 key_val, ModifierType modifiers, Closure closure) : none
GObject
Method
GObject.cclosure_marshal_BOOLEAN__BOXED_BOXED (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_BOOLEAN__FLAGS (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_STRING__OBJECT_POINTER (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__BOOLEAN (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__BOXED (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__CHAR (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__DOUBLE (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__ENUM (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__FLAGS (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__FLOAT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__INT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__LONG (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__OBJECT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__PARAM (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__POINTER (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__STRING (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__UCHAR (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__UINT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__UINT_POINTER (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__ULONG (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__VARIANT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_VOID__VOID (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.cclosure_marshal_generic (Closure closure, Value return_gvalue, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject
Method
GObject.signal_connect_closure (void* instance, String detailed_signal, Closure closure, gboolean after) : guint64
GObject
Method
GObject.signal_connect_closure_by_id (void* instance, guint32 signal_id, guint32 detail, Closure closure, gboolean after) : guint64
GObject
Method
GObject.signal_handler_find (void* instance, SignalMatchType mask, guint32 signal_id, guint32 detail, Closure closure, void* func, void* data) : guint64
GObject
Method
GObject.signal_handlers_block_matched (void* instance, SignalMatchType mask, guint32 signal_id, guint32 detail, Closure closure, void* func, void* data) : guint32
GObject
Method
GObject.signal_handlers_disconnect_matched (void* instance, SignalMatchType mask, guint32 signal_id, guint32 detail, Closure closure, void* func, void* data) : guint32
GObject
Method
GObject.signal_handlers_unblock_matched (void* instance, SignalMatchType mask, guint32 signal_id, guint32 detail, Closure closure, void* func, void* data) : guint32
GObject
Method
GObject.signal_override_class_closure (guint32 signal_id, Number instance_type, Closure class_closure) : none
GObject
Method
GObject.signal_type_cclosure_new (Number itype, guint32 struct_offset) : GObject.Closure
GObject
Method
GObject.source_set_closure (Source source, Closure closure) : none
GObject.CClosure
Method
GObject.CClosure.marshal_BOOLEAN__BOXED_BOXED (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_BOOLEAN__FLAGS (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_STRING__OBJECT_POINTER (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__BOOLEAN (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__BOXED (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__CHAR (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__DOUBLE (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__ENUM (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__FLAGS (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__FLOAT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__INT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__LONG (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__OBJECT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__PARAM (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__POINTER (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__STRING (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__UCHAR (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__UINT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__UINT_POINTER (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__ULONG (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__VARIANT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_VOID__VOID (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GObject.CClosure
Method
GObject.CClosure.marshal_generic (Closure closure, Value return_gvalue, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
Gio
Method
Gio.bus_own_name_on_connection (DBusConnection connection, String name, BusNameOwnerFlags flags, Closure name_acquired_closure, Closure name_lost_closure) : guint32
Gio
Method
Gio.bus_own_name (BusType bus_type, String name, BusNameOwnerFlags flags, Closure bus_acquired_closure, Closure name_acquired_closure, Closure name_lost_closure) : guint32
Gio
Method
Gio.bus_watch_name_on_connection (DBusConnection connection, String name, BusNameWatcherFlags flags, Closure name_appeared_closure, Closure name_vanished_closure) : guint32
Gio
Method
Gio.bus_watch_name (BusType bus_type, String name, BusNameWatcherFlags flags, Closure name_appeared_closure, Closure name_vanished_closure) : guint32
GstInterfaces
Method
GstInterfaces.interfaces_marshal_VOID__OBJECT_BOOLEAN (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GstInterfaces
Method
GstInterfaces.interfaces_marshal_VOID__OBJECT_INT (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GstInterfaces
Method
GstInterfaces.interfaces_marshal_VOID__OBJECT_POINTER (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GstInterfaces
Method
GstInterfaces.interfaces_marshal_VOID__OBJECT_STRING (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
GstInterfaces
Method
GstInterfaces.interfaces_marshal_VOID__OBJECT_ULONG (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
Gtk.AccelGroup
Signal
accel_changed (AccelGroup self, guint32 keyval, ModifierType modifier, Closure accel_closure) : none
Gtk.AccelGroup
Method
Gtk.AccelGroup.from_accel_closure (Closure closure) : Gtk.AccelGroup
Gtk.AccelGroup
Method
connect (guint32 accel_key, ModifierType accel_mods, AccelFlags accel_flags, Closure closure) : none
Gtk.AccelGroup
Method
connect_by_path (String accel_path, Closure closure) : none
Gtk.AccelGroup
Method
disconnect (Closure closure) : gboolean
Gtk.AccelLabel
Property
accel_closure : GObject.Closure
Gtk.AccelLabel
Method
set_accel_closure (Closure accel_closure) : none
Gtk.Action
Method
get_accel_closure () : GObject.Closure
Nautilus
Method
Nautilus.info_provider_update_complete_invoke (Closure update_complete, InfoProvider provider, OperationHandle handle, OperationResult result) : none
Nautilus.InfoProvider
Method
Nautilus.InfoProvider.update_complete_invoke (Closure update_complete, InfoProvider provider, OperationHandle handle, OperationResult result) : none
Nautilus.InfoProvider
Method
update_file_info (FileInfo file, Closure update_complete, OperationHandle handle) : Nautilus.OperationResult
RB.TrackTransferQueue
Signal
missing_plugins (TrackTransferQueue self, Array details, Array descriptions, Closure closure) : gboolean
Xkl.Engine
Method
Xkl.Engine.INT__LONG_LONG (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
Xkl.Engine
Method
Xkl.Engine.VOID__FLAGS_INT_BOOLEAN (Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:44 GMT+0800 (HKT)