Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.Cancellable

Class Gio.Cancellable

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GCancellable
Class : Cancellable
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Allows actions to be cancelled.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GdkPixbuf.Pixbuf
Method
new GdkPixbuf.Pixbuf.from_stream (InputStream stream, Cancellable cancellable) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
GdkPixbuf.Pixbuf
Method
new GdkPixbuf.Pixbuf.from_stream_at_scale (InputStream stream, Number width, Number height, Boolean preserve_aspect_ratio, Cancellable cancellable) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
Gio
Method
Gio.async_initable_newv_async (Number object_type, Number n_parameters, Parameter parameters, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio
Method
Gio.bus_get (BusType bus_type, Cancellable cancellable, Function callback, void* user_data) : none
Gio
Method
Gio.bus_get_sync (BusType bus_type, Cancellable cancellable) : Gio.DBusConnection
Gio
Method
Gio.dbus_address_get_for_bus_sync (BusType bus_type, Cancellable cancellable) : String
Gio
Method
Gio.dbus_address_get_stream (String address, Cancellable cancellable, Function callback, void* user_data) : none
Gio
Method
Gio.dbus_address_get_stream_sync (String address, Array out_guid, Cancellable cancellable) : Gio.IOStream
Gio
Method
Gio.initable_newv (Number object_type, Number n_parameters, Parameter parameters, Cancellable cancellable) : void*
Gio
Method
Gio.io_scheduler_push_job (Function job_func, void* user_data, Function notify, Number io_priority, Cancellable cancellable) : none
Gio.AsyncInitable
Method
init_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.BufferedInputStream
Method
fill (Number count, Cancellable cancellable) : Number
Gio.BufferedInputStream
Method
fill_async (Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.BufferedInputStream
Method
read_byte (Cancellable cancellable) : Number
Gio.DBusConnection
Method
new Gio.DBusConnection.sync (IOStream stream, String guid, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable) : Gio.DBusConnection
Create a new Gio.DBusConnection
Gio.DBusConnection
Method
new Gio.DBusConnection.for_address_sync (String address, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable) : Gio.DBusConnection
Create a new Gio.DBusConnection
Gio.DBusConnection
Method
Gio.DBusConnection.c_new (IOStream stream, String guid, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusConnection
Method
Gio.DBusConnection.new_for_address (String address, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusConnection
Method
send_message_with_reply (DBusMessage message, Number timeout_msec, Number out_serial, Cancellable cancellable, Function callback, void* user_data) : Number
Gio.DBusConnection
Method
send_message_with_reply_sync (DBusMessage message, Number timeout_msec, Object out_values, Cancellable cancellable) : Gio.DBusMessage
Gio.DBusConnection
Method
call (String bus_name, String object_path, String interface_name, String method_name, Variant parameters, VariantType reply_type, DBusCallFlags flags, Number 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, Number timeout_msec, Cancellable cancellable) : GLib.Variant
Gio.DBusProxy
Method
new Gio.DBusProxy.sync (DBusConnection connection, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable) : Gio.DBusProxy
Create a new Gio.DBusProxy
Gio.DBusProxy
Method
new Gio.DBusProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable) : Gio.DBusProxy
Create a new Gio.DBusProxy
Gio.DBusProxy
Method
Gio.DBusProxy.c_new (DBusConnection connection, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusProxy
Method
Gio.DBusProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusProxy
Method
call (String method_name, Variant parameters, DBusCallFlags flags, Number timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusProxy
Method
call_sync (String method_name, Variant parameters, DBusCallFlags flags, Number timeout_msec, Cancellable cancellable) : GLib.Variant
Gio.DBusServer
Method
new Gio.DBusServer.sync (String address, DBusServerFlags flags, String guid, DBusAuthObserver observer, Cancellable cancellable) : Gio.DBusServer
Create a new Gio.DBusServer
Gio.DataInputStream
Method
read_byte (Cancellable cancellable) : Number
Gio.DataInputStream
Method
read_int16 (Cancellable cancellable) : int16
Gio.DataInputStream
Method
read_uint16 (Cancellable cancellable) : Number
Gio.DataInputStream
Method
read_int32 (Cancellable cancellable) : Number
Gio.DataInputStream
Method
read_uint32 (Cancellable cancellable) : Number
Gio.DataInputStream
Method
read_int64 (Cancellable cancellable) : Number
Gio.DataInputStream
Method
read_uint64 (Cancellable cancellable) : Number
Gio.DataInputStream
Method
read_line (Object out_values, Cancellable cancellable) : String
Gio.DataInputStream
Method
read_line_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DataInputStream
Method
read_until (String stop_chars, Object out_values, Cancellable cancellable) : String
Gio.DataInputStream
Method
read_until_async (String stop_chars, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DataOutputStream
Method
put_byte (Number data, Cancellable cancellable) : Boolean
Gio.DataOutputStream
Method
put_int16 (int16 data, Cancellable cancellable) : Boolean
Gio.DataOutputStream
Method
put_uint16 (Number data, Cancellable cancellable) : Boolean
Gio.DataOutputStream
Method
put_int32 (Number data, Cancellable cancellable) : Boolean
Gio.DataOutputStream
Method
put_uint32 (Number data, Cancellable cancellable) : Boolean
Gio.DataOutputStream
Method
put_int64 (Number data, Cancellable cancellable) : Boolean
Gio.DataOutputStream
Method
put_uint64 (Number data, Cancellable cancellable) : Boolean
Gio.DataOutputStream
Method
put_string (String str, Cancellable cancellable) : Boolean
Gio.Drive
Method
eject (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Drive
Method
poll_for_media (Cancellable cancellable, Function callback, void* user_data) : none
Gio.Drive
Method
start (DriveStartFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Drive
Method
stop (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Drive
Method
eject_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
read (Cancellable cancellable) : Gio.FileInputStream
Gio.File
Method
read_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
append_to (FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
create (FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
replace (String etag, Boolean make_backup, FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
append_to_async (FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
create_async (FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
replace_async (String etag, Boolean make_backup, FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
open_readwrite (Cancellable cancellable) : Gio.FileIOStream
Gio.File
Method
open_readwrite_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
create_readwrite (FileCreateFlags flags, Cancellable cancellable) : Gio.FileIOStream
Gio.File
Method
create_readwrite_async (FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
replace_readwrite (String etag, Boolean make_backup, FileCreateFlags flags, Cancellable cancellable) : Gio.FileIOStream
Gio.File
Method
replace_readwrite_async (String etag, Boolean make_backup, FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
query_exists (Cancellable cancellable) : Boolean
Gio.File
Method
query_file_type (FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileType
Gio.File
Method
query_info (String attributes, FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileInfo
Gio.File
Method
query_info_async (String attributes, FileQueryInfoFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
query_filesystem_info (String attributes, Cancellable cancellable) : Gio.FileInfo
Gio.File
Method
query_filesystem_info_async (String attributes, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
find_enclosing_mount (Cancellable cancellable) : Gio.Mount
Gio.File
Method
find_enclosing_mount_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
enumerate_children (String attributes, FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileEnumerator
Gio.File
Method
enumerate_children_async (String attributes, FileQueryInfoFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
set_display_name (String display_name, Cancellable cancellable) : Gio.File
Gio.File
Method
set_display_name_async (String display_name, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
delete (Cancellable cancellable) : Boolean
Gio.File
Method
trash (Cancellable cancellable) : Boolean
Gio.File
Method
copy (File destination, FileCopyFlags flags, Cancellable cancellable, Function progress_callback, void* progress_callback_data) : Boolean
Gio.File
Method
copy_async (File destination, FileCopyFlags flags, Number io_priority, Cancellable cancellable, Function progress_callback, void* progress_callback_data, Function callback, void* user_data) : none
Gio.File
Method
move (File destination, FileCopyFlags flags, Cancellable cancellable, Function progress_callback, void* progress_callback_data) : Boolean
Gio.File
Method
make_directory (Cancellable cancellable) : Boolean
Gio.File
Method
make_directory_with_parents (Cancellable cancellable) : Boolean
Gio.File
Method
make_symbolic_link (String symlink_value, Cancellable cancellable) : Boolean
Gio.File
Method
query_settable_attributes (Cancellable cancellable) : Gio.FileAttributeInfoList
Gio.File
Method
query_writable_namespaces (Cancellable cancellable) : Gio.FileAttributeInfoList
Gio.File
Method
set_attribute (String attribute, FileAttributeType type, void* value_p, FileQueryInfoFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
set_attributes_from_info (FileInfo info, FileQueryInfoFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
set_attributes_async (FileInfo info, FileQueryInfoFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
set_attribute_string (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
set_attribute_byte_string (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
set_attribute_uint32 (String attribute, Number value, FileQueryInfoFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
set_attribute_int32 (String attribute, Number value, FileQueryInfoFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
set_attribute_uint64 (String attribute, Number value, FileQueryInfoFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
set_attribute_int64 (String attribute, Number value, FileQueryInfoFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
mount_enclosing_volume (MountMountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
mount_mountable (MountMountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
unmount_mountable (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
unmount_mountable_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
eject_mountable (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
eject_mountable_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
copy_attributes (File destination, FileCopyFlags flags, Cancellable cancellable) : Boolean
Gio.File
Method
monitor_directory (FileMonitorFlags flags, Cancellable cancellable) : Gio.FileMonitor
Gio.File
Method
monitor_file (FileMonitorFlags flags, Cancellable cancellable) : Gio.FileMonitor
Gio.File
Method
monitor (FileMonitorFlags flags, Cancellable cancellable) : Gio.FileMonitor
Gio.File
Method
start_mountable (DriveStartFlags flags, MountOperation start_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
stop_mountable (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
poll_mountable (Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
query_default_handler (Cancellable cancellable) : Gio.AppInfo
Gio.File
Method
load_contents (Cancellable cancellable, Object out_values) : Boolean
Gio.File
Method
load_contents_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
load_partial_contents_async (Cancellable cancellable, Function read_more_callback, Function callback, void* user_data) : none
Gio.File
Method
replace_contents (String contents, Number length, String etag, Boolean make_backup, FileCreateFlags flags, Object out_values, Cancellable cancellable) : Boolean
Gio.File
Method
replace_contents_async (String contents, Number length, String etag, Boolean make_backup, FileCreateFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.FileEnumerator
Method
next_file (Cancellable cancellable) : Gio.FileInfo
Gio.FileEnumerator
Method
close (Cancellable cancellable) : Boolean
Gio.FileEnumerator
Method
next_files_async (Number num_files, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.FileEnumerator
Method
close_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.FileIOStream
Method
query_info (String attributes, Cancellable cancellable) : Gio.FileInfo
Gio.FileIOStream
Method
query_info_async (String attributes, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.FileInputStream
Method
query_info (String attributes, Cancellable cancellable) : Gio.FileInfo
Gio.FileInputStream
Method
query_info_async (String attributes, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.FileOutputStream
Method
query_info (String attributes, Cancellable cancellable) : Gio.FileInfo
Gio.FileOutputStream
Method
query_info_async (String attributes, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.IOStream
Method
close (Cancellable cancellable) : Boolean
Gio.IOStream
Method
close_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Initable
Method
init (Cancellable cancellable) : Boolean
Gio.InputStream
Method
read (void* buffer, Number count, Cancellable cancellable) : Number
Gio.InputStream
Method
read_all (void* buffer, Number count, Object out_values, Cancellable cancellable) : Boolean
Gio.InputStream
Method
skip (Number count, Cancellable cancellable) : Number
Gio.InputStream
Method
close (Cancellable cancellable) : Boolean
Gio.InputStream
Method
read_async (void* buffer, Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.InputStream
Method
skip_async (Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.InputStream
Method
close_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.LoadableIcon
Method
load (Number size, Array type, Cancellable cancellable) : Gio.InputStream
Gio.LoadableIcon
Method
load_async (Number size, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Mount
Method
unmount (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Mount
Method
eject (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Mount
Method
remount (MountMountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Mount
Method
guess_content_type (Boolean force_rescan, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Mount
Method
guess_content_type_sync (Boolean force_rescan, Cancellable cancellable) : Array
Gio.Mount
Method
unmount_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Mount
Method
eject_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
write (void* buffer, Number count, Cancellable cancellable) : Number
Gio.OutputStream
Method
write_all (void* buffer, Number count, Object out_values, Cancellable cancellable) : Boolean
Gio.OutputStream
Method
splice (InputStream source, OutputStreamSpliceFlags flags, Cancellable cancellable) : Number
Gio.OutputStream
Method
flush (Cancellable cancellable) : Boolean
Gio.OutputStream
Method
close (Cancellable cancellable) : Boolean
Gio.OutputStream
Method
write_async (void* buffer, Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
splice_async (InputStream source, OutputStreamSpliceFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
flush_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
close_async (Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Permission
Method
acquire (Cancellable cancellable) : Boolean
Gio.Permission
Method
acquire_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.Permission
Method
release (Cancellable cancellable) : Boolean
Gio.Permission
Method
release_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.Resolver
Method
lookup_by_name_async (String hostname, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Resolver
Method
lookup_by_address (InetAddress address, Cancellable cancellable) : String
Gio.Resolver
Method
lookup_by_address_async (InetAddress address, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Resolver
Method
lookup_service_async (String service, String protocol, String domain, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Seekable
Method
seek (Number offset, SeekType type, Cancellable cancellable) : Boolean
Gio.Seekable
Method
truncate (Number offset, Cancellable cancellable) : Boolean
Gio.SimpleAsyncResult
Method
run_in_thread (Function func, Number io_priority, Cancellable cancellable) : none
Gio.Socket
Method
connect (SocketAddress address, Cancellable cancellable) : Boolean
Gio.Socket
Method
condition_wait (IOCondition condition, Cancellable cancellable) : Boolean
Gio.Socket
Method
accept (Cancellable cancellable) : Gio.Socket
Gio.Socket
Method
receive (String buffer, Number size, Cancellable cancellable) : Number
Gio.Socket
Method
receive_from (SocketAddress address, String buffer, Number size, Cancellable cancellable) : Number
Gio.Socket
Method
send (String buffer, Number size, Cancellable cancellable) : Number
Gio.Socket
Method
send_to (SocketAddress address, String buffer, Number size, Cancellable cancellable) : Number
Gio.Socket
Method
receive_message (SocketAddress address, InputVector vectors, Number num_vectors, SocketControlMessage messages, Object out_values, Number flags, Cancellable cancellable) : Number
Gio.Socket
Method
send_message (SocketAddress address, OutputVector vectors, Number num_vectors, SocketControlMessage messages, Number num_messages, Number flags, Cancellable cancellable) : Number
Gio.Socket
Method
create_source (IOCondition condition, Cancellable cancellable) : GLib.Source
Gio.SocketAddressEnumerator
Method
next (Cancellable cancellable) : Gio.SocketAddress
Gio.SocketAddressEnumerator
Method
next_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketClient
Method
connect (SocketConnectable connectable, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketClient
Method
connect_to_host (String host_and_port, Number default_port, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketClient
Method
connect_to_service (String domain, String service, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketClient
Method
connect_async (SocketConnectable connectable, Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketClient
Method
connect_to_host_async (String host_and_port, Number default_port, Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketClient
Method
connect_to_service_async (String domain, String service, Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketListener
Method
accept_socket (Object source_object, Cancellable cancellable) : Gio.Socket
Gio.SocketListener
Method
accept_socket_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketListener
Method
accept (Object source_object, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketListener
Method
accept_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.UnixConnection
Method
send_fd (Number fd, Cancellable cancellable) : Boolean
Gio.UnixConnection
Method
receive_fd (Cancellable cancellable) : Number
Gio.UnixConnection
Method
send_credentials (Cancellable cancellable) : Boolean
Gio.UnixConnection
Method
receive_credentials (Cancellable cancellable) : Gio.Credentials
Gio.Volume
Method
mount (MountMountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Volume
Method
eject (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Volume
Method
eject_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
enumerate_actions_sync (Cancellable cancellable) : Array
Polkit.Authority
Method
enumerate_users_sync (Cancellable cancellable) : Array
Polkit.Authority
Method
enumerate_groups_sync (Cancellable cancellable) : Array
Polkit.Authority
Method
check_authorization_sync (Subject subject, String action_id, Details details, CheckAuthorizationFlags flags, Cancellable cancellable) : Polkit.AuthorizationResult
Polkit.Authority
Method
register_authentication_agent_sync (Subject subject, String locale, String object_path, Cancellable cancellable) : Boolean
Polkit.Authority
Method
unregister_authentication_agent_sync (Subject subject, String object_path, Cancellable cancellable) : Boolean
Polkit.Authority
Method
authentication_agent_response_sync (String cookie, Identity identity, Cancellable cancellable) : Boolean
Polkit.Authority
Method
enumerate_temporary_authorizations_sync (Subject subject, Cancellable cancellable) : Array
Polkit.Authority
Method
revoke_temporary_authorizations_sync (Subject subject, Cancellable cancellable) : Boolean
Polkit.Authority
Method
revoke_temporary_authorization_by_id_sync (String id, Cancellable cancellable) : Boolean
Polkit.Authority
Method
add_lockdown_for_action_sync (String action_id, Cancellable cancellable) : Boolean
Polkit.Authority
Method
remove_lockdown_for_action_sync (String action_id, Cancellable cancellable) : Boolean
Polkit.Authority
Method
enumerate_actions (Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
check_authorization (Subject subject, String action_id, Details details, CheckAuthorizationFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
register_authentication_agent (Subject subject, String locale, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
unregister_authentication_agent (Subject subject, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
authentication_agent_response (String cookie, Identity identity, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
enumerate_temporary_authorizations (Subject subject, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
revoke_temporary_authorizations (Subject subject, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
revoke_temporary_authorization_by_id (String id, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
add_lockdown_for_action (String action_id, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
remove_lockdown_for_action (String action_id, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Subject
Method
exists (Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Subject
Method
exists_sync (Cancellable cancellable) : Boolean
Polkit.SystemBusName
Method
get_process_sync (Cancellable cancellable) : Polkit.Subject
Polkit.UnixSession
Method
new Polkit.UnixSession.for_process_sync (Number pid, Cancellable cancellable) : Polkit.UnixSession
Create a new Polkit.UnixSession
Polkit.UnixSession
Method
Polkit.UnixSession.new_for_process (Number pid, Cancellable cancellable, Function callback, void* user_data) : none
Soup.Address
Method
resolve_async (MainContext async_context, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronously resolves the missing half of addr (its IP address if it was created with soup_address_new(), or its hostname if it was created with soup_address_new_from_sockaddr() or soup_address_new_any().
Soup.Address
Method
resolve_sync (Cancellable cancellable) : Number
Synchronously resolves the missing half of addr, as with soup_address_resolve_async().
Soup.ProxyResolver
Method
get_proxy_async (Message msg, MainContext async_context, Cancellable cancellable, Function callback, void* user_data) : none
Soup.ProxyResolver
Method
get_proxy_sync (Message msg, Cancellable cancellable, Address addr) : Number
Soup.ProxyURIResolver
Method
get_proxy_uri_async (URI uri, MainContext async_context, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronously determines a proxy URI to use for msg and calls
Soup.ProxyURIResolver
Method
get_proxy_uri_sync (URI uri, Cancellable cancellable, URI proxy_uri) : Number
Synchronously determines a proxy URI to use for uri.
Soup.Socket
Method
connect_async (Cancellable cancellable, Function callback, void* user_data) : none
Begins asynchronously connecting to sock's remote address.
Soup.Socket
Method
connect_sync (Cancellable cancellable) : Number
Attempt to synchronously connect sock to its remote address.
Soup.Socket
Method
start_ssl (Cancellable cancellable) : Boolean
Starts using SSL on socket.
Soup.Socket
Method
start_proxy_ssl (String ssl_host, Cancellable cancellable) : Boolean
Starts using SSL on socket, expecting to find a host named
Soup.Socket
Method
read (void* buffer, Number len, Object out_values, Cancellable cancellable) : Soup.SocketIOStatus
Attempts to read up to len bytes from sock into buffer.
Soup.Socket
Method
read_until (void* buffer, Number len, void* boundary, Number boundary_len, Object out_values, Boolean got_boundary, Cancellable cancellable) : Soup.SocketIOStatus
ends with the boundary string Like soup_socket_read(), but reads no further than the first occurrence of boundary.
Soup.Socket
Method
write (void* buffer, Number len, Object out_values, Cancellable cancellable) : Soup.SocketIOStatus
Attempts to write len bytes from buffer to sock.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:28 GMT+0800 (HKT)