c
Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.VariantType

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GVariantType
Struct : VariantType
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.variant_parse (VariantType type, String text, String limit, String endptr) : GLib.Variant
GLib
Method
GLib.variant_type_checked_ (String unknown) : GLib.VariantType
GLib.Variant
Method
new GLib.Variant.array (VariantType child_type, Array children, guint64 n_children) : GLib.Variant
Create a new GLib.Variant
GLib.Variant
Method
new GLib.Variant.fixed_array (VariantType element_type, void* elements, guint64 n_elements, guint64 element_size) : GLib.Variant
Create a new GLib.Variant
GLib.Variant
Method
new GLib.Variant.from_data (VariantType type, String data, guint64 size, gboolean trusted, Function notify, void* user_data) : GLib.Variant
Create a new GLib.Variant
GLib.Variant
Method
new GLib.Variant.maybe (VariantType child_type, Variant child) : GLib.Variant
Create a new GLib.Variant
GLib.Variant
Method
get_type () : GLib.VariantType
GLib.Variant
Method
is_of_type (VariantType type) : gboolean
GLib.Variant
Method
lookup_value (String key, VariantType expected_type) : GLib.Variant
GLib.Variant
Method
GLib.Variant.parse (VariantType type, String text, String limit, String endptr) : GLib.Variant
GLib.VariantBuilder
Method
new GLib.VariantBuilder.c_new (VariantType type) : GLib.VariantBuilder
Create a new GLib.VariantBuilder
GLib.VariantBuilder
Method
open (VariantType type) : none
Gio
Method
Gio.dbus_gvalue_to_gvariant (Value gvalue, VariantType type) : GLib.Variant
Gio.Action
Property
parameter_type : GLib.VariantType read only
Gio.Action
Property
state_type : GLib.VariantType read only
Gio.Action
Method
get_parameter_type () : GLib.VariantType
Gio.Action
Method
get_state_type () : GLib.VariantType
Gio.ActionGroup
Method
get_action_parameter_type (String action_name) : GLib.VariantType
Gio.ActionGroup
Method
get_action_state_type (String action_name) : GLib.VariantType
Gio.DBusConnection
Method
call (String bus_name, String object_path, String interface_name, String method_name, Variant parameters, VariantType reply_type, DBusCallFlags flags, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusConnection
Method
call_sync (String bus_name, String object_path, String interface_name, String method_name, Variant parameters, VariantType reply_type, DBusCallFlags flags, gint32 timeout_msec, Cancellable cancellable) : GLib.Variant
Gio.DBusConnection
Method
call_with_unix_fd_list (String bus_name, String object_path, String interface_name, String method_name, Variant parameters, VariantType reply_type, DBusCallFlags flags, gint32 timeout_msec, UnixFDList fd_list, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusConnection
Method
call_with_unix_fd_list_sync (String bus_name, String object_path, String interface_name, String method_name, Variant parameters, VariantType reply_type, DBusCallFlags flags, gint32 timeout_msec, UnixFDList fd_list, Object out_values, Cancellable cancellable) : GLib.Variant
Gio.MenuItem
Method
get_attribute_value (String attribute, VariantType expected_type) : GLib.Variant
Gio.MenuModel
Method
get_item_attribute_value (gint32 item_index, String attribute, VariantType expected_type) : GLib.Variant
Gio.SimpleAction
Property
parameter_type : GLib.VariantType
Gio.SimpleAction
Property
state_type : GLib.VariantType read only
Gio.SimpleAction
Method
new Gio.SimpleAction.c_new (String name, VariantType parameter_type) : Gio.SimpleAction
Create a new Gio.SimpleAction
Gio.SimpleAction
Method
new Gio.SimpleAction.stateful (String name, VariantType parameter_type, Variant state) : Gio.SimpleAction
Create a new Gio.SimpleAction
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:39 GMT+0800 (HKT)