Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GObject |
Namespace : | GObject |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GObject.PARAM_MASK : 255
|
|
Number GObject.PARAM_READWRITE : 0
|
|
Number GObject.PARAM_STATIC_STRINGS : 0
|
|
Number GObject.PARAM_USER_SHIFT : 8
|
|
Number GObject.SIGNAL_FLAGS_MASK : 127
|
|
Number GObject.SIGNAL_MATCH_MASK : 63
|
|
Number GObject.TYPE_FUNDAMENTAL_MAX : 255
|
|
Number GObject.TYPE_FUNDAMENTAL_SHIFT : 2
|
|
Number GObject.TYPE_RESERVED_BSE_FIRST : 32
|
|
Number GObject.TYPE_RESERVED_BSE_LAST : 48
|
|
Number GObject.TYPE_RESERVED_GLIB_FIRST : 22
|
|
Number GObject.TYPE_RESERVED_GLIB_LAST : 31
|
|
Number GObject.TYPE_RESERVED_USER_FIRST : 49
|
|
Number GObject.VALUE_COLLECT_FORMAT_MAX_LENGTH : 8
|
|
Number GObject.VALUE_NOCOPY_CONTENTS : 134217728
|
None |
Method / Constructor | Defined By | |
---|---|---|
GObject | ||
GObject | ||
GObject.boxed_type_init
()
:
none
|
GObject | |
GObject | ||
GObject.cclosure_new
(Function callback_func, void* user_data, Function destroy_data)
:
GObject.Closure
|
GObject | |
|
GObject | |
|
GObject | |
GObject.cclosure_new_swap
(Function callback_func, void* user_data, Function destroy_data)
:
GObject.Closure
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
GObject.enum_types_init
()
:
none
|
GObject | |
GObject.flags_complete_type_info
(Number g_flags_type, TypeInfo info, FlagsValue const_values)
:
none
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
GObject.param_spec_boolean
(String name, String nick, String blurb, Boolean default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_boxed
(String name, String nick, String blurb, Number boxed_type, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_char
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_double
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_enum
(String name, String nick, String blurb, Number enum_type, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_flags
(String name, String nick, String blurb, Number flags_type, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_float
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_gtype
(String name, String nick, String blurb, Number is_a_type, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_int
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_int64
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject | ||
GObject.param_spec_long
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_object
(String name, String nick, String blurb, Number object_type, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
|
GObject | |
GObject.param_spec_param
(String name, String nick, String blurb, Number param_type, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_pointer
(String name, String nick, String blurb, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_string
(String name, String nick, String blurb, String default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_types_init
()
:
none
|
GObject | |
GObject.param_spec_uchar
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_uint
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_uint64
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_ulong
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_unichar
(String name, String nick, String blurb, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_value_array
(String name, String nick, String blurb, ParamSpec element_spec, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_spec_variant
(String name, String nick, String blurb, VariantType type, Variant default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject | |
GObject.param_type_init
()
:
none
|
GObject | |
|
GObject | |
GObject.param_value_convert
(ParamSpec pspec, Value src_value, Value dest_value, Boolean strict_validation)
:
Boolean
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
GObject | ||
GObject.signal_accumulator_true_handled
(SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy)
:
Boolean
|
GObject | |
GObject.signal_add_emission_hook
(Number signal_id, Number detail, Function hook_func, void* hook_data, Function data_destroy)
:
Number
|
GObject | |
|
GObject | |
GObject.signal_connect_closure
(void* instance, String detailed_signal, Closure closure, Boolean after)
:
Number
|
GObject | |
GObject | ||
GObject.signal_connect_data
(void* instance, String detailed_signal, Function c_handler, void* data, Function destroy_data, ConnectFlags connect_flags)
:
Number
|
GObject | |
GObject | ||
GObject.signal_emitv
(Value instance_and_params, Number signal_id, Number detail, Value return_value)
:
none
|
GObject | |
|
GObject | |
GObject | ||
GObject | ||
GObject.signal_handler_find
(void* instance, SignalMatchType mask, Number signal_id, Number detail, Closure closure, void* func, void* data)
:
Number
|
GObject | |
GObject | ||
GObject | ||
GObject.signal_handlers_block_matched
(void* instance, SignalMatchType mask, Number signal_id, Number detail, Closure closure, void* func, void* data)
:
Number
|
GObject | |
GObject.signal_handlers_destroy
(void* instance)
:
none
|
GObject | |
GObject.signal_handlers_disconnect_matched
(void* instance, SignalMatchType mask, Number signal_id, Number detail, Closure closure, void* func, void* data)
:
Number
|
GObject | |
GObject.signal_handlers_unblock_matched
(void* instance, SignalMatchType mask, Number signal_id, Number detail, Closure closure, void* func, void* data)
:
Number
|
GObject | |
GObject | ||
GObject.signal_init
()
:
none
|
GObject | |
GObject | ||
GObject | ||
GObject | ||
GObject.signal_newv
(String signal_name, Number itype, SignalFlags signal_flags, Closure class_closure, Function accumulator, void* accu_data, Function c_marshaller, Number return_type, Number n_params, Object out_values)
:
Number
|
GObject | |
GObject.signal_override_class_closure
(Number signal_id, Number instance_type, Closure class_closure)
:
none
|
GObject | |
GObject | ||
GObject | ||
|
GObject | |
GObject | ||
GObject | ||
GObject | ||
|
GObject | |
|
GObject | |
|
GObject | |
GObject | ||
GObject | ||
GObject | ||
GObject.type_add_interface_dynamic
(Number instance_type, Number interface_type, TypePlugin plugin)
:
none
|
GObject | |
GObject.type_add_interface_static
(Number instance_type, Number interface_type, InterfaceInfo info)
:
none
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
|
GObject | |
GObject | ||
|
GObject | |
|
GObject | |
GObject | ||
GObject | ||
GObject | ||
GObject | ||
GObject | ||
GObject.type_class_unref_uncached
(void* g_class)
:
none
|
GObject | |
|
GObject | |
GObject | ||
GObject | ||
GObject.type_free_instance
(TypeInstance instance)
:
none
|
GObject | |
GObject | ||
GObject | ||
GObject.type_fundamental_next
()
:
Number
|
GObject | |
|
GObject | |
GObject | ||
GObject.type_init
()
:
none
|
GObject | |
GObject.type_init_with_debug_flags
(TypeDebugFlags debug_flags)
:
none
|
GObject | |
GObject | ||
GObject.type_interface_get_plugin
(Number instance_type, Number interface_type)
:
GObject.TypePlugin
|
GObject | |
GObject | ||
GObject | ||
GObject | ||
GObject | ||
GObject | ||
GObject | ||
|
GObject | |
|
GObject | |
GObject | ||
GObject | ||
GObject | ||
|
GObject | |
GObject.type_register_dynamic
(Number parent_type, String type_name, TypePlugin plugin, TypeFlags flags)
:
Number
|
GObject | |
GObject.type_register_fundamental
(Number type_id, String type_name, TypeInfo info, TypeFundamentalInfo finfo, TypeFlags flags)
:
Number
|
GObject | |
GObject.type_register_static
(Number parent_type, String type_name, TypeInfo info, TypeFlags flags)
:
Number
|
GObject | |
GObject.type_register_static_simple
(Number parent_type, String type_name, Number class_size, Function class_init, Number instance_size, Function instance_init, TypeFlags flags)
:
Number
|
GObject | |
GObject | ||
GObject | ||
GObject | ||
GObject | ||
|
GObject | |
GObject.value_c_init
()
:
none
|
GObject | |
GObject | ||
GObject.value_transforms_init
()
:
none
|
GObject | |
GObject | ||
GObject | ||
GObject.value_types_init
()
:
none
|
GObject | |
GObject.variant_get_gtype
()
:
Number
|
GObject | |
GObject.variant_type_get_gtype
()
:
Number
|
GObject |
None |