Parents: | gobject |
Class | Superclass | Slots |
GParamSpecVariant | struct | |
GValue | struct | |
g_object_unref-destructor | alien-destructor |
Word | Stack effect |
&g_object_unref | ( alien -- alien ) |
<g_object_unref-destructor> | ( alien -- destructor ) |
GBaseFinalizeFunc | ( quot -- alien ) |
GBaseInitFunc | ( quot -- alien ) |
GBindingTransformFunc | ( quot -- alien ) |
GBoxedCopyFunc | ( quot -- alien ) |
GBoxedFreeFunc | ( quot -- alien ) |
GCallback | ( quot -- alien ) |
GClassFinalizeFunc | ( quot -- alien ) |
GClassInitFunc | ( quot -- alien ) |
GClosureMarshal | ( quot -- alien ) |
GClosureNotify | ( quot -- alien ) |
GInstanceInitFunc | ( quot -- alien ) |
GInterfaceFinalizeFunc | ( quot -- alien ) |
GInterfaceInitFunc | ( quot -- alien ) |
GObjectFinalizeFunc | ( quot -- alien ) |
GObjectGetPropertyFunc | ( quot -- alien ) |
GObjectSetPropertyFunc | ( quot -- alien ) |
GSignalAccumulator | ( quot -- alien ) |
GSignalEmissionHook | ( quot -- alien ) |
GToggleNotify | ( quot -- alien ) |
GTypeClassCacheFunc | ( quot -- alien ) |
GTypeInterfaceCheckFunc | ( quot -- alien ) |
GTypePluginCompleteInterfaceInfo | ( quot -- alien ) |
GTypePluginCompleteTypeInfo | ( quot -- alien ) |
GTypePluginUnuse | ( quot -- alien ) |
GTypePluginUse | ( quot -- alien ) |
GValueTransform | ( quot -- alien ) |
GWeakNotify | ( quot -- alien ) |
G_BINDING_BIDIRECTIONAL | ( -- value ) |
G_BINDING_DEFAULT | ( -- value ) |
G_BINDING_INVERT_BOOLEAN | ( -- value ) |
G_BINDING_SYNC_CREATE | ( -- value ) |
G_CONNECT_AFTER | ( -- value ) |
G_CONNECT_SWAPPED | ( -- value ) |
G_PARAM_CONSTRUCT | ( -- value ) |
G_PARAM_CONSTRUCT_ONLY | ( -- value ) |
G_PARAM_DEPRECATED | ( -- value ) |
G_PARAM_LAX_VALIDATION | ( -- value ) |
G_PARAM_MASK | ( -- value ) |
G_PARAM_PRIVATE | ( -- value ) |
G_PARAM_READABLE | ( -- value ) |
G_PARAM_READWRITE | ( -- value ) |
G_PARAM_STATIC_BLURB | ( -- value ) |
G_PARAM_STATIC_NAME | ( -- value ) |
G_PARAM_STATIC_NICK | ( -- value ) |
G_PARAM_STATIC_STRINGS | ( -- value ) |
G_PARAM_USER_SHIFT | ( -- value ) |
G_PARAM_WRITABLE | ( -- value ) |
G_SIGNAL_ACTION | ( -- value ) |
G_SIGNAL_DETAILED | ( -- value ) |
G_SIGNAL_FLAGS_MASK | ( -- value ) |
G_SIGNAL_MATCH_CLOSURE | ( -- value ) |
G_SIGNAL_MATCH_DATA | ( -- value ) |
G_SIGNAL_MATCH_DETAIL | ( -- value ) |
G_SIGNAL_MATCH_FUNC | ( -- value ) |
G_SIGNAL_MATCH_ID | ( -- value ) |
G_SIGNAL_MATCH_MASK | ( -- value ) |
G_SIGNAL_MATCH_UNBLOCKED | ( -- value ) |
G_SIGNAL_NO_HOOKS | ( -- value ) |
G_SIGNAL_NO_RECURSE | ( -- value ) |
G_SIGNAL_RUN_CLEANUP | ( -- value ) |
G_SIGNAL_RUN_FIRST | ( -- value ) |
G_SIGNAL_RUN_LAST | ( -- value ) |
G_TYPE_BOOLEAN | ( -- value ) |
G_TYPE_BOXED | ( -- value ) |
G_TYPE_CHAR | ( -- value ) |
G_TYPE_DEBUG_MASK | ( -- value ) |
G_TYPE_DEBUG_NONE | ( -- value ) |
G_TYPE_DEBUG_OBJECTS | ( -- value ) |
G_TYPE_DEBUG_SIGNALS | ( -- value ) |
G_TYPE_DOUBLE | ( -- value ) |
G_TYPE_ENUM | ( -- value ) |
G_TYPE_FLAGS | ( -- value ) |
G_TYPE_FLAG_ABSTRACT | ( -- value ) |
G_TYPE_FLAG_CLASSED | ( -- value ) |
G_TYPE_FLAG_DEEP_DERIVABLE | ( -- value ) |
G_TYPE_FLAG_DERIVABLE | ( -- value ) |
G_TYPE_FLAG_INSTANTIATABLE | ( -- value ) |
G_TYPE_FLAG_VALUE_ABSTRACT | ( -- value ) |
G_TYPE_FLOAT | ( -- value ) |
G_TYPE_FUNDAMENTAL_MAX | ( -- value ) |
G_TYPE_FUNDAMENTAL_SHIFT | ( -- value ) |
G_TYPE_INT | ( -- value ) |
G_TYPE_INT64 | ( -- value ) |
G_TYPE_INTERFACE | ( -- value ) |
G_TYPE_INVALID | ( -- value ) |
G_TYPE_LONG | ( -- value ) |
G_TYPE_NONE | ( -- value ) |
G_TYPE_OBJECT | ( -- value ) |
G_TYPE_PARAM | ( -- value ) |
G_TYPE_POINTER | ( -- value ) |
G_TYPE_RESERVED_BSE_FIRST | ( -- value ) |
G_TYPE_RESERVED_BSE_LAST | ( -- value ) |
G_TYPE_RESERVED_GLIB_FIRST | ( -- value ) |
G_TYPE_RESERVED_GLIB_LAST | ( -- value ) |
G_TYPE_RESERVED_USER_FIRST | ( -- value ) |
G_TYPE_STRING | ( -- value ) |
G_TYPE_UCHAR | ( -- value ) |
G_TYPE_UINT | ( -- value ) |
G_TYPE_UINT64 | ( -- value ) |
G_TYPE_ULONG | ( -- value ) |
G_VALUE_COLLECT_FORMAT_MAX_LENGTH | ( -- value ) |
G_VALUE_NOCOPY_CONTENTS | ( -- value ) |
g_binding_get_flags | ( binding -- GBindingFlags ) |
g_binding_get_source | ( binding -- GObject* ) |
g_binding_get_source_property | ( binding -- gchar* ) |
g_binding_get_target | ( binding -- GObject* ) |
g_binding_get_target_property | ( binding -- gchar* ) |
g_boxed_copy | ( boxed_type src_boxed -- gpointer ) |
g_boxed_free | ( boxed_type boxed -- ) |
g_boxed_type_init | ( -- ) |
g_boxed_type_register_static | ( name boxed_copy boxed_free -- GType ) |
g_cclosure_marshal_BOOLEAN__BOXED_BOXED | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_BOOLEAN__FLAGS | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_STRING__OBJECT_POINTER | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__BOOLEAN | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__BOXED | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__CHAR | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__DOUBLE | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__ENUM | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__FLAGS | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__FLOAT | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__INT | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__LONG | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__OBJECT | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__PARAM | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__POINTER | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__STRING | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__UCHAR | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__UINT | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__UINT_POINTER | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__ULONG | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__VARIANT | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_marshal_VOID__VOID | ( closure return_value n_param_values param_values invocation_hint marshal_data -- ) |
g_cclosure_new | ( callback_func user_data destroy_data -- GClosure* ) |
g_cclosure_new_object | ( callback_func object -- GClosure* ) |
g_cclosure_new_object_swap | ( callback_func object -- GClosure* ) |
g_cclosure_new_swap | ( callback_func user_data destroy_data -- GClosure* ) |
g_closure_add_finalize_notifier | ( closure notify_data notify_func -- ) |
g_closure_add_invalidate_notifier | ( closure notify_data notify_func -- ) |
g_closure_add_marshal_guards | ( closure pre_marshal_data pre_marshal_notify post_marshal_data post_marshal_notify -- ) |
g_closure_invalidate | ( closure -- ) |
g_closure_invoke | ( closure return_value n_param_values param_values invocation_hint -- ) |
g_closure_new_object | ( sizeof_closure object -- GClosure* ) |
g_closure_new_simple | ( sizeof_closure data -- GClosure* ) |
g_closure_ref | ( closure -- GClosure* ) |
g_closure_remove_finalize_notifier | ( closure notify_data notify_func -- ) |
g_closure_remove_invalidate_notifier | ( closure notify_data notify_func -- ) |
g_closure_set_marshal | ( closure marshal -- ) |
g_closure_set_meta_marshal | ( closure marshal_data meta_marshal -- ) |
g_closure_sink | ( closure -- ) |
g_closure_unref | ( closure -- ) |
g_enum_complete_type_info | ( g_enum_type info const_values -- ) |
g_enum_get_value | ( enum_class value -- GEnumValue* ) |
g_enum_get_value_by_name | ( enum_class name -- GEnumValue* ) |
g_enum_get_value_by_nick | ( enum_class nick -- GEnumValue* ) |
g_enum_register_static | ( name const_static_values -- GType ) |
g_enum_types_init | ( -- ) |
g_flags_complete_type_info | ( g_flags_type info const_values -- ) |
g_flags_get_first_value | ( flags_class value -- GFlagsValue* ) |
g_flags_get_value_by_name | ( flags_class name -- GFlagsValue* ) |
g_flags_get_value_by_nick | ( flags_class nick -- GFlagsValue* ) |
g_flags_register_static | ( name const_static_values -- GType ) |
g_gtype_get_type | ( -- GType ) |
g_object_add_toggle_ref | ( object notify data -- ) |
g_object_add_weak_pointer | ( object weak_pointer_location -- ) |
g_object_bind_property | ( source source_property target target_property flags -- GBinding* ) |
g_object_bind_property_full | ( source source_property target target_property flags transform_to transform_from user_data notify -- GBinding* ) |
g_object_bind_property_with_closures | ( source source_property target target_property flags transform_to transform_from -- GBinding* ) |
g_object_compat_control | ( what data -- gulong ) |
g_object_connect | ( object signal_spec varargs -- gpointer ) |
g_object_disconnect | ( object signal_spec varargs -- ) |
g_object_force_floating | ( object -- ) |
g_object_freeze_notify | ( object -- ) |
g_object_get | ( object first_property_name varargs -- ) |
g_object_get_data | ( object key -- gpointer ) |
g_object_get_property | ( object property_name value -- ) |
g_object_get_qdata | ( object quark -- gpointer ) |
g_object_get_type | ( -- GType ) |
g_object_get_valist | ( object first_property_name var_args -- ) |
g_object_interface_find_property | ( g_iface property_name -- GParamSpec* ) |
g_object_interface_install_property | ( g_iface pspec -- ) |
g_object_interface_list_properties | ( g_iface n_properties_p -- GParamSpec* ) |
g_object_is_floating | ( object -- gboolean ) |
g_object_new | ( object_type first_property_name varargs -- gpointer ) |
g_object_new_valist | ( object_type first_property_name var_args -- GObject* ) |
g_object_newv | ( object_type n_parameters parameters -- gpointer ) |
g_object_notify | ( object property_name -- ) |
g_object_notify_by_pspec | ( object pspec -- ) |
g_object_ref | ( object -- gpointer ) |
g_object_ref_sink | ( object -- gpointer ) |
g_object_remove_toggle_ref | ( object notify data -- ) |
g_object_remove_weak_pointer | ( object weak_pointer_location -- ) |
g_object_run_dispose | ( object -- ) |
g_object_set | ( object first_property_name varargs -- ) |
g_object_set_data | ( object key data -- ) |
g_object_set_data_full | ( object key data destroy -- ) |
g_object_set_property | ( object property_name value -- ) |
g_object_set_qdata | ( object quark data -- ) |
g_object_set_qdata_full | ( object quark data destroy -- ) |
g_object_set_valist | ( object first_property_name var_args -- ) |
g_object_steal_data | ( object key -- gpointer ) |
g_object_steal_qdata | ( object quark -- gpointer ) |
g_object_thaw_notify | ( object -- ) |
g_object_type_init | ( -- ) |
g_object_unref | ( object -- ) |
g_object_watch_closure | ( object closure -- ) |
g_object_weak_ref | ( object notify data -- ) |
g_object_weak_unref | ( object notify data -- ) |
g_param_spec_boolean | ( name nick blurb default_value flags -- GParamSpec* ) |
g_param_spec_boxed | ( name nick blurb boxed_type flags -- GParamSpec* ) |
g_param_spec_char | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_double | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_enum | ( name nick blurb enum_type default_value flags -- GParamSpec* ) |
g_param_spec_flags | ( name nick blurb flags_type default_value flags -- GParamSpec* ) |
g_param_spec_float | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_get_blurb | ( param_spec -- gchar* ) |
g_param_spec_get_name | ( param_spec -- gchar* ) |
g_param_spec_get_nick | ( param_spec -- gchar* ) |
g_param_spec_get_qdata | ( param_spec quark -- gpointer ) |
g_param_spec_get_redirect_target | ( param_spec -- GParamSpec* ) |
g_param_spec_gtype | ( name nick blurb is_a_type flags -- GParamSpec* ) |
g_param_spec_int | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_int64 | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_internal | ( param_type name nick blurb flags -- gpointer ) |
g_param_spec_long | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_object | ( name nick blurb object_type flags -- GParamSpec* ) |
g_param_spec_override | ( name overridden -- GParamSpec* ) |
g_param_spec_param | ( name nick blurb param_type flags -- GParamSpec* ) |
g_param_spec_pointer | ( name nick blurb flags -- GParamSpec* ) |
g_param_spec_pool_insert | ( param_spec_pool pspec owner_type -- ) |
g_param_spec_pool_list | ( param_spec_pool owner_type n_pspecs_p -- GParamSpec* ) |
g_param_spec_pool_list_owned | ( param_spec_pool owner_type -- GList* ) |
g_param_spec_pool_lookup | ( param_spec_pool param_name owner_type walk_ancestors -- GParamSpec* ) |
g_param_spec_pool_new | ( type_prefixing -- GParamSpecPool* ) |
g_param_spec_pool_remove | ( param_spec_pool pspec -- ) |
g_param_spec_ref | ( param_spec -- GParamSpec* ) |
g_param_spec_ref_sink | ( param_spec -- GParamSpec* ) |
g_param_spec_set_qdata | ( param_spec quark data -- ) |
g_param_spec_set_qdata_full | ( param_spec quark data destroy -- ) |
g_param_spec_sink | ( param_spec -- ) |
g_param_spec_steal_qdata | ( param_spec quark -- gpointer ) |
g_param_spec_string | ( name nick blurb default_value flags -- GParamSpec* ) |
g_param_spec_types_init | ( -- ) |
g_param_spec_uchar | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_uint | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_uint64 | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_ulong | ( name nick blurb minimum maximum default_value flags -- GParamSpec* ) |
g_param_spec_unichar | ( name nick blurb default_value flags -- GParamSpec* ) |
g_param_spec_unref | ( param_spec -- ) |
g_param_spec_value_array | ( name nick blurb element_spec flags -- GParamSpec* ) |
g_param_spec_variant | ( name nick blurb type default_value flags -- GParamSpec* ) |
g_param_type_init | ( -- ) |
g_param_type_register_static | ( name pspec_info -- GType ) |
g_param_value_convert | ( pspec src_value dest_value strict_validation -- gboolean ) |
g_param_value_defaults | ( pspec value -- gboolean ) |
g_param_value_set_default | ( pspec value -- ) |
g_param_value_validate | ( pspec value -- gboolean ) |
g_param_values_cmp | ( pspec value1 value2 -- gint ) |
g_pointer_type_register_static | ( name -- GType ) |
g_signal_accumulator_true_handled | ( ihint return_accu handler_return dummy -- gboolean ) |
g_signal_add_emission_hook | ( signal_id detail hook_func hook_data data_destroy -- gulong ) |
g_signal_chain_from_overridden | ( instance_and_params return_value -- ) |
g_signal_chain_from_overridden_handler | ( instance varargs -- ) |
g_signal_connect | ( instance detailed_signal c_handler data -- result ) |
g_signal_connect_after | ( instance detailed_signal c_handler data -- result ) |
g_signal_connect_closure | ( instance detailed_signal closure after -- gulong ) |
g_signal_connect_closure_by_id | ( instance signal_id detail closure after -- gulong ) |
g_signal_connect_data | ( instance detailed_signal c_handler data destroy_data connect_flags -- gulong ) |
g_signal_connect_object | ( instance detailed_signal c_handler gobject connect_flags -- gulong ) |
g_signal_connect_swapped | ( instance detailed_signal c_handler data -- result ) |
g_signal_emit | ( instance signal_id detail varargs -- ) |
g_signal_emit_by_name | ( instance detailed_signal varargs -- ) |
g_signal_emit_valist | ( instance signal_id detail var_args -- ) |
g_signal_emitv | ( instance_and_params signal_id detail return_value -- ) |
g_signal_get_invocation_hint | ( instance -- GSignalInvocationHint* ) |
g_signal_handler_block | ( instance handler_id -- ) |
g_signal_handler_disconnect | ( instance handler_id -- ) |
g_signal_handler_find | ( instance mask signal_id detail closure func data -- gulong ) |
g_signal_handler_is_connected | ( instance handler_id -- gboolean ) |
g_signal_handler_unblock | ( instance handler_id -- ) |
g_signal_handlers_block_matched | ( instance mask signal_id detail closure func data -- guint ) |
g_signal_handlers_destroy | ( instance -- ) |
g_signal_handlers_disconnect_matched | ( instance mask signal_id detail closure func data -- guint ) |
g_signal_handlers_unblock_matched | ( instance mask signal_id detail closure func data -- guint ) |
g_signal_has_handler_pending | ( instance signal_id detail may_be_blocked -- gboolean ) |
g_signal_init | ( -- ) |
g_signal_list_ids | ( itype n_ids -- guint ) |
g_signal_lookup | ( name itype -- guint ) |
g_signal_name | ( signal_id -- gchar* ) |
g_signal_new | ( signal_name itype signal_flags class_offset accumulator accu_data c_marshaller return_type n_params varargs -- guint ) |
g_signal_new_class_handler | ( signal_name itype signal_flags class_handler accumulator accu_data c_marshaller return_type n_params varargs -- guint ) |
g_signal_new_valist | ( signal_name itype signal_flags class_closure accumulator accu_data c_marshaller return_type n_params args -- guint ) |
g_signal_newv | ( signal_name itype signal_flags class_closure accumulator accu_data c_marshaller return_type n_params param_types -- guint ) |
g_signal_override_class_closure | ( signal_id instance_type class_closure -- ) |
g_signal_override_class_handler | ( signal_name instance_type class_handler -- ) |
g_signal_parse_name | ( detailed_signal itype signal_id_p detail_p force_detail_quark -- gboolean ) |
g_signal_query | ( signal_id query -- ) |
g_signal_remove_emission_hook | ( signal_id hook_id -- ) |
g_signal_stop_emission | ( instance signal_id detail -- ) |
g_signal_stop_emission_by_name | ( instance detailed_signal -- ) |
g_signal_type_cclosure_new | ( itype struct_offset -- GClosure* ) |
g_source_set_closure | ( source closure -- ) |
g_strdup_value_contents | ( value -- gchar* ) |
g_strv_get_type | ( -- GType ) |
g_type_add_class_cache_func | ( cache_data cache_func -- ) |
g_type_add_class_private | ( class_type private_size -- ) |
g_type_add_interface_check | ( check_data check_func -- ) |
g_type_add_interface_dynamic | ( instance_type interface_type plugin -- ) |
g_type_add_interface_static | ( instance_type interface_type info -- ) |
g_type_check_class_cast | ( g_class is_a_type -- GTypeClass* ) |
g_type_check_class_is_a | ( g_class is_a_type -- gboolean ) |
g_type_check_instance | ( instance -- gboolean ) |
g_type_check_instance_cast | ( instance iface_type -- GTypeInstance* ) |
g_type_check_instance_is_a | ( instance iface_type -- gboolean ) |
g_type_check_is_value_type | ( type -- gboolean ) |
g_type_check_value | ( value -- gboolean ) |
g_type_check_value_holds | ( value type -- gboolean ) |
g_type_children | ( type n_children -- GType ) |
g_type_class_add_private | ( g_class private_size -- ) |
g_type_class_peek | ( type -- gpointer ) |
g_type_class_peek_parent | ( g_class -- gpointer ) |
g_type_class_peek_static | ( type -- gpointer ) |
g_type_class_ref | ( type -- gpointer ) |
g_type_class_unref | ( g_class -- ) |
g_type_class_unref_uncached | ( g_class -- ) |
g_type_create_instance | ( type -- GTypeInstance* ) |
g_type_default_interface_peek | ( g_type -- gpointer ) |
g_type_default_interface_ref | ( g_type -- gpointer ) |
g_type_default_interface_unref | ( g_iface -- ) |
g_type_depth | ( type -- guint ) |
g_type_free_instance | ( instance -- ) |
g_type_from_name | ( name -- GType ) |
g_type_fundamental | ( type_id -- GType ) |
g_type_fundamental_next | ( -- GType ) |
g_type_get_plugin | ( type -- GTypePlugin* ) |
g_type_get_qdata | ( type quark -- gpointer ) |
g_type_init | ( -- ) |
g_type_init_with_debug_flags | ( debug_flags -- ) |
g_type_instance_get_private | ( type_instance private_type -- gpointer ) |
g_type_interface_add_prerequisite | ( interface_type prerequisite_type -- ) |
g_type_interface_get_plugin | ( instance_type interface_type -- GTypePlugin* ) |
g_type_interface_peek | ( instance_class iface_type -- gpointer ) |
g_type_interface_peek_parent | ( g_iface -- gpointer ) |
g_type_interface_prerequisites | ( interface_type n_prerequisites -- GType ) |
g_type_interfaces | ( type n_interfaces -- GType ) |
g_type_is_a | ( type is_a_type -- gboolean ) |
g_type_module_add_interface | ( type_module instance_type interface_type interface_info -- ) |
g_type_module_register_enum | ( type_module name const_static_values -- GType ) |
g_type_module_register_flags | ( type_module name const_static_values -- GType ) |
g_type_module_register_type | ( type_module parent_type type_name type_info flags -- GType ) |
g_type_module_set_name | ( type_module name -- ) |
g_type_module_unuse | ( type_module -- ) |
g_type_module_use | ( type_module -- gboolean ) |
g_type_name | ( type -- gchar* ) |
g_type_name_from_class | ( g_class -- gchar* ) |
g_type_name_from_instance | ( instance -- gchar* ) |
g_type_next_base | ( leaf_type root_type -- GType ) |
g_type_parent | ( type -- GType ) |
g_type_plugin_complete_interface_info | ( type_plugin instance_type interface_type info -- ) |
g_type_plugin_complete_type_info | ( type_plugin g_type info value_table -- ) |
g_type_plugin_unuse | ( type_plugin -- ) |
g_type_plugin_use | ( type_plugin -- ) |
g_type_qname | ( type -- GQuark ) |
g_type_query | ( type query -- ) |
g_type_register_dynamic | ( parent_type type_name plugin flags -- GType ) |
g_type_register_fundamental | ( type_id type_name info finfo flags -- GType ) |
g_type_register_static | ( parent_type type_name info flags -- GType ) |
g_type_register_static_simple | ( parent_type type_name class_size class_init instance_size instance_init flags -- GType ) |
g_type_remove_class_cache_func | ( cache_data cache_func -- ) |
g_type_remove_interface_check | ( check_data check_func -- ) |
g_type_set_qdata | ( type quark data -- ) |
g_type_test_flags | ( type flags -- gboolean ) |
g_type_value_table_peek | ( type -- GTypeValueTable* ) |
g_value_array_append | ( value_array value -- GValueArray* ) |
g_value_array_copy | ( value_array -- GValueArray* ) |
g_value_array_free | ( value_array -- ) |
g_value_array_get_nth | ( value_array index_ -- GValue* ) |
g_value_array_insert | ( value_array index_ value -- GValueArray* ) |
g_value_array_new | ( n_prealloced -- GValueArray* ) |
g_value_array_prepend | ( value_array value -- GValueArray* ) |
g_value_array_remove | ( value_array index_ -- GValueArray* ) |
g_value_array_sort | ( value_array compare_func -- GValueArray* ) |
g_value_array_sort_with_data | ( value_array compare_func user_data -- GValueArray* ) |
g_value_c_init | ( -- ) |
g_value_copy | ( value dest_value -- ) |
g_value_dup_boxed | ( value -- gpointer ) |
g_value_dup_object | ( value -- gpointer ) |
g_value_dup_param | ( value -- GParamSpec* ) |
g_value_dup_string | ( value -- gchar* ) |
g_value_dup_variant | ( value -- GVariant* ) |
g_value_fits_pointer | ( value -- gboolean ) |
g_value_get_boolean | ( value -- gboolean ) |
g_value_get_boxed | ( value -- gpointer ) |
g_value_get_char | ( value -- gchar ) |
g_value_get_double | ( value -- gdouble ) |
g_value_get_enum | ( value -- gint ) |
g_value_get_flags | ( value -- guint ) |
g_value_get_float | ( value -- gfloat ) |
g_value_get_gtype | ( value -- GType ) |
g_value_get_int | ( value -- gint ) |
g_value_get_int64 | ( value -- gint64 ) |
g_value_get_long | ( value -- glong ) |
g_value_get_object | ( value -- gpointer ) |
g_value_get_param | ( value -- GParamSpec* ) |
g_value_get_pointer | ( value -- gpointer ) |
g_value_get_string | ( value -- gchar* ) |
g_value_get_uchar | ( value -- guint8 ) |
g_value_get_uint | ( value -- guint ) |
g_value_get_uint64 | ( value -- guint64 ) |
g_value_get_ulong | ( value -- gulong ) |
g_value_get_variant | ( value -- GVariant* ) |
g_value_init | ( value g_type -- GValue* ) |
g_value_peek_pointer | ( value -- gpointer ) |
g_value_register_transform_func | ( src_type dest_type transform_func -- ) |
g_value_reset | ( value -- GValue* ) |
g_value_set_boolean | ( value v_boolean -- ) |
g_value_set_boxed | ( value v_boxed -- ) |
g_value_set_boxed_take_ownership | ( value v_boxed -- ) |
g_value_set_char | ( value v_char -- ) |
g_value_set_double | ( value v_double -- ) |
g_value_set_enum | ( value v_enum -- ) |
g_value_set_flags | ( value v_flags -- ) |
g_value_set_float | ( value v_float -- ) |
g_value_set_gtype | ( value v_gtype -- ) |
g_value_set_instance | ( value instance -- ) |
g_value_set_int | ( value v_int -- ) |
g_value_set_int64 | ( value v_int64 -- ) |
g_value_set_long | ( value v_long -- ) |
g_value_set_object | ( value v_object -- ) |
g_value_set_object_take_ownership | ( value v_object -- ) |
g_value_set_param | ( value param -- ) |
g_value_set_param_take_ownership | ( value param -- ) |
g_value_set_pointer | ( value v_pointer -- ) |
g_value_set_static_boxed | ( value v_boxed -- ) |
g_value_set_static_string | ( value v_string -- ) |
g_value_set_string | ( value v_string -- ) |
g_value_set_string_take_ownership | ( value v_string -- ) |
g_value_set_uchar | ( value v_uchar -- ) |
g_value_set_uint | ( value v_uint -- ) |
g_value_set_uint64 | ( value v_uint64 -- ) |
g_value_set_ulong | ( value v_ulong -- ) |
g_value_set_variant | ( value variant -- ) |
g_value_take_boxed | ( value v_boxed -- ) |
g_value_take_object | ( value v_object -- ) |
g_value_take_param | ( value param -- ) |
g_value_take_string | ( value v_string -- ) |
g_value_take_variant | ( value variant -- ) |
g_value_transform | ( value dest_value -- gboolean ) |
g_value_transforms_init | ( -- ) |
g_value_type_compatible | ( src_type dest_type -- gboolean ) |
g_value_type_transformable | ( src_type dest_type -- gboolean ) |
g_value_types_init | ( -- ) |
g_value_unset | ( value -- ) |
g_variant_get_gtype | ( -- GType ) |
g_variant_type_get_gtype | ( -- GType ) |
|g_object_unref | ( alien -- alien ) |
Word | Stack effect |
GParamSpecVariant? | ( object -- ? ) |
GValue? | ( object -- ? ) |
g_object_unref-destructor? | ( object -- ? ) |