c
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
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
GData.AccessHandler
Method
get_rules (Service service, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.AccessHandler
Method
get_rules_async (Service service, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.Authorizer
Method
refresh_authorization (Cancellable cancellable) : gboolean
GData.Authorizer
Method
refresh_authorization_async (Cancellable cancellable, Function callback, void* user_data) : none
GData.BatchOperation
Method
run (Cancellable cancellable) : gboolean
GData.BatchOperation
Method
run_async (Cancellable cancellable, Function callback, void* user_data) : none
GData.CalendarService
Method
insert_event (CalendarEvent event, Cancellable cancellable) : GData.CalendarEvent
GData.CalendarService
Method
insert_event_async (CalendarEvent event, Cancellable cancellable, Function callback, void* user_data) : none
GData.CalendarService
Method
query_all_calendars (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.CalendarService
Method
query_all_calendars_async (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.CalendarService
Method
query_events (CalendarCalendar calendar, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.CalendarService
Method
query_events_async (CalendarCalendar calendar, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.CalendarService
Method
query_own_calendars (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.CalendarService
Method
query_own_calendars_async (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.ClientLoginAuthorizer
Method
authenticate (String username, String password, Cancellable cancellable) : gboolean
GData.ClientLoginAuthorizer
Method
authenticate_async (String username, String password, Cancellable cancellable, Function callback, void* user_data) : none
GData.Commentable
Method
delete_comment (Service service, Comment comment_, Cancellable cancellable) : gboolean
GData.Commentable
Method
delete_comment_async (Service service, Comment comment_, Cancellable cancellable, Function callback, void* user_data) : none
GData.Commentable
Method
insert_comment (Service service, Comment comment_, Cancellable cancellable) : GData.Comment
GData.Commentable
Method
insert_comment_async (Service service, Comment comment_, Cancellable cancellable, Function callback, void* user_data) : none
GData.Commentable
Method
query_comments (Service service, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.Commentable
Method
query_comments_async (Service service, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.ContactsContact
Method
get_photo (ContactsService service, Object out_values, String content_type, Cancellable cancellable) : guint8
GData.ContactsContact
Method
get_photo_async (ContactsService service, Cancellable cancellable, Function callback, void* user_data) : none
GData.ContactsContact
Method
set_photo (ContactsService service, guint8 data, guint64 length, String content_type, Cancellable cancellable) : gboolean
GData.ContactsContact
Method
set_photo_async (ContactsService service, guint8 data, guint64 length, String content_type, Cancellable cancellable, Function callback, void* user_data) : none
GData.ContactsService
Method
insert_contact (ContactsContact contact, Cancellable cancellable) : GData.ContactsContact
GData.ContactsService
Method
insert_contact_async (ContactsContact contact, Cancellable cancellable, Function callback, void* user_data) : none
GData.ContactsService
Method
insert_group (ContactsGroup group, Cancellable cancellable) : GData.ContactsGroup
GData.ContactsService
Method
insert_group_async (ContactsGroup group, Cancellable cancellable, Function callback, void* user_data) : none
GData.ContactsService
Method
query_contacts (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.ContactsService
Method
query_contacts_async (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.ContactsService
Method
query_groups (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.ContactsService
Method
query_groups_async (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.DocumentsDocument
Method
download (DocumentsService service, String export_format, Cancellable cancellable) : GData.DownloadStream
GData.DocumentsService
Method
add_entry_to_folder (DocumentsEntry entry, DocumentsFolder folder, Cancellable cancellable) : GData.DocumentsEntry
GData.DocumentsService
Method
add_entry_to_folder_async (DocumentsEntry entry, DocumentsFolder folder, Cancellable cancellable, Function callback, void* user_data) : none
GData.DocumentsService
Method
copy_document (DocumentsDocument document, Cancellable cancellable) : GData.DocumentsDocument
GData.DocumentsService
Method
copy_document_async (DocumentsDocument document, Cancellable cancellable, Function callback, void* user_data) : none
GData.DocumentsService
Method
query_documents (DocumentsQuery query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.DocumentsFeed
GData.DocumentsService
Method
query_documents_async (DocumentsQuery query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.DocumentsService
Method
remove_entry_from_folder (DocumentsEntry entry, DocumentsFolder folder, Cancellable cancellable) : GData.DocumentsEntry
GData.DocumentsService
Method
remove_entry_from_folder_async (DocumentsEntry entry, DocumentsFolder folder, Cancellable cancellable, Function callback, void* user_data) : none
GData.DocumentsService
Method
update_document (DocumentsDocument document, String slug, String content_type, Cancellable cancellable) : GData.UploadStream
GData.DocumentsService
Method
update_document_resumable (DocumentsDocument document, String slug, String content_type, gint64 content_length, Cancellable cancellable) : GData.UploadStream
GData.DocumentsService
Method
upload_document (DocumentsDocument document, String slug, String content_type, DocumentsFolder folder, Cancellable cancellable) : GData.UploadStream
GData.DocumentsService
Method
upload_document_resumable (DocumentsDocument document, String slug, String content_type, gint64 content_length, DocumentsUploadQuery query, Cancellable cancellable) : GData.UploadStream
GData.DownloadStream
Property
cancellable : Gio.Cancellable
GData.DownloadStream
Method
new GData.DownloadStream.c_new (Service service, AuthorizationDomain domain, String download_uri, Cancellable cancellable) : Gio.InputStream
Create a new GData.DownloadStream
GData.DownloadStream
Method
get_cancellable () : Gio.Cancellable
GData.MediaContent
Method
download (Service service, Cancellable cancellable) : GData.DownloadStream
GData.MediaThumbnail
Method
download (Service service, Cancellable cancellable) : GData.DownloadStream
GData.OAuth1Authorizer
Method
request_authentication_uri (Object out_values, String token_secret, Cancellable cancellable) : String
GData.OAuth1Authorizer
Method
request_authentication_uri_async (Cancellable cancellable, Function callback, void* user_data) : none
GData.OAuth1Authorizer
Method
request_authorization (String token, String token_secret, String verifier, Cancellable cancellable) : gboolean
GData.OAuth1Authorizer
Method
request_authorization_async (String token, String token_secret, String verifier, Cancellable cancellable, Function callback, void* user_data) : none
GData.PicasaWebService
Method
get_user (String username, Cancellable cancellable) : GData.PicasaWebUser
GData.PicasaWebService
Method
get_user_async (String username, Cancellable cancellable, Function callback, void* user_data) : none
GData.PicasaWebService
Method
insert_album (PicasaWebAlbum album, Cancellable cancellable) : GData.PicasaWebAlbum
GData.PicasaWebService
Method
insert_album_async (PicasaWebAlbum album, Cancellable cancellable, Function callback, void* user_data) : none
GData.PicasaWebService
Method
query_all_albums (Query query, String username, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.PicasaWebService
Method
query_all_albums_async (Query query, String username, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.PicasaWebService
Method
query_files (PicasaWebAlbum album, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.PicasaWebService
Method
query_files_async (PicasaWebAlbum album, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.PicasaWebService
Method
upload_file (PicasaWebAlbum album, PicasaWebFile file_entry, String slug, String content_type, Cancellable cancellable) : GData.UploadStream
GData.Service
Method
delete_entry (AuthorizationDomain domain, Entry entry, Cancellable cancellable) : gboolean
GData.Service
Method
delete_entry_async (AuthorizationDomain domain, Entry entry, Cancellable cancellable, Function callback, void* user_data) : none
GData.Service
Method
insert_entry (AuthorizationDomain domain, String upload_uri, Entry entry, Cancellable cancellable) : GData.Entry
GData.Service
Method
insert_entry_async (AuthorizationDomain domain, String upload_uri, Entry entry, Cancellable cancellable, Function callback, void* user_data) : none
GData.Service
Method
query (AuthorizationDomain domain, String feed_uri, Query query, Number entry_type, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.Service
Method
query_async (AuthorizationDomain domain, String feed_uri, Query query, Number entry_type, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.Service
Method
query_single_entry (AuthorizationDomain domain, String entry_id, Query query, Number entry_type, Cancellable cancellable) : GData.Entry
GData.Service
Method
query_single_entry_async (AuthorizationDomain domain, String entry_id, Query query, Number entry_type, Cancellable cancellable, Function callback, void* user_data) : none
GData.Service
Method
update_entry (AuthorizationDomain domain, Entry entry, Cancellable cancellable) : GData.Entry
GData.Service
Method
update_entry_async (AuthorizationDomain domain, Entry entry, Cancellable cancellable, Function callback, void* user_data) : none
GData.UploadStream
Property
cancellable : Gio.Cancellable
GData.UploadStream
Method
new GData.UploadStream.c_new (Service service, AuthorizationDomain domain, String method, String upload_uri, Entry entry, String slug, String content_type, Cancellable cancellable) : Gio.OutputStream
Create a new GData.UploadStream
GData.UploadStream
Method
new GData.UploadStream.resumable (Service service, AuthorizationDomain domain, String method, String upload_uri, Entry entry, String slug, String content_type, gint64 content_length, Cancellable cancellable) : Gio.OutputStream
Create a new GData.UploadStream
GData.UploadStream
Method
get_cancellable () : Gio.Cancellable
GData.YouTubeService
Method
get_categories (Cancellable cancellable) : GData.APPCategories
GData.YouTubeService
Method
get_categories_async (Cancellable cancellable, Function callback, void* user_data) : none
GData.YouTubeService
Method
query_related (YouTubeVideo video, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.YouTubeService
Method
query_related_async (YouTubeVideo video, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.YouTubeService
Method
query_standard_feed (YouTubeStandardFeedType feed_type, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.YouTubeService
Method
query_standard_feed_async (YouTubeStandardFeedType feed_type, Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.YouTubeService
Method
query_videos (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data) : GData.Feed
GData.YouTubeService
Method
query_videos_async (Query query, Cancellable cancellable, Function progress_callback, void* progress_user_data, Function destroy_progress_user_data, Function callback, void* user_data) : none
GData.YouTubeService
Method
upload_video (YouTubeVideo video, String slug, String content_type, Cancellable cancellable) : GData.UploadStream
Gck
Method
Gck.modules_initialize_registered (Cancellable cancellable) : Array
Gck
Method
Gck.modules_initialize_registered_async (Cancellable cancellable, Function callback, void* user_data) : none
Gck.Enumerator
Method
next (Cancellable cancellable) : Gck.Object
Gck.Enumerator
Method
next_async (gint32 max_objects, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Enumerator
Method
next_n (gint32 max_objects, Cancellable cancellable) : Array
Gck.Module
Method
Gck.Module.initialize (String path, Cancellable cancellable) : Gck.Module
Gck.Module
Method
Gck.Module.initialize_async (String path, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Object
Method
cache_lookup (Array attr_types, gint32 n_attr_types, Cancellable cancellable) : Gck.Attributes
Gck.Object
Method
cache_lookup_async (Array attr_types, gint32 n_attr_types, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Object
Method
destroy (Cancellable cancellable) : gboolean
Gck.Object
Method
destroy_async (Cancellable cancellable, Function callback, void* user_data) : none
Gck.Object
Method
get_async (Array attr_types, guint32 n_attr_types, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Object
Method
get_data (guint64 attr_type, Cancellable cancellable, Object out_values) : String
Gck.Object
Method
get_full (Array attr_types, guint32 n_attr_types, Cancellable cancellable) : Gck.Attributes
Gck.Object
Method
get_template (guint64 attr_type, Cancellable cancellable) : Gck.Attributes
Gck.Object
Method
get_template_async (guint64 attr_type, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Object
Method
set (Attributes attrs, Cancellable cancellable) : gboolean
Gck.Object
Method
set_async (Attributes attrs, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Object
Method
set_template (guint64 attr_type, Attributes attrs, Cancellable cancellable) : gboolean
Gck.Object
Method
set_template_async (guint64 attr_type, Attributes attrs, Cancellable cancellable, Function callback, void* user_data) : none
Gck.ObjectCache
Method
update (Array attr_types, gint32 n_attr_types, Cancellable cancellable) : gboolean
Gck.ObjectCache
Method
update_async (Array attr_types, gint32 n_attr_types, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
Gck.Session.open (Slot slot, SessionOptions options, TlsInteraction interaction, Cancellable cancellable) : Gck.Session
Gck.Session
Method
Gck.Session.open_async (Slot slot, SessionOptions options, TlsInteraction interaction, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
create_object (Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
create_object_async (Attributes attrs, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
decrypt (Object key, guint64 mech_type, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
decrypt_async (Object key, Mechanism mechanism, String input, guint64 n_input, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
decrypt_full (Object key, Mechanism mechanism, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
derive_key (Object base, guint64 mech_type, Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
derive_key_async (Object base, Mechanism mechanism, Attributes attrs, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
derive_key_full (Object base, Mechanism mechanism, Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
encrypt (Object key, guint64 mech_type, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
encrypt_async (Object key, Mechanism mechanism, String input, guint64 n_input, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
encrypt_full (Object key, Mechanism mechanism, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
find_handles (Attributes match, Cancellable cancellable, Object out_values) : Array
Gck.Session
Method
find_handles_async (Attributes match, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
find_objects (Attributes match, Cancellable cancellable) : Array
Gck.Session
Method
find_objects_async (Attributes match, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
generate_key_pair (guint64 mech_type, Attributes public_attrs, Attributes private_attrs, Object out_values, Object private_key, Cancellable cancellable) : gboolean
Gck.Session
Method
generate_key_pair_async (Mechanism mechanism, Attributes public_attrs, Attributes private_attrs, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
generate_key_pair_full (Mechanism mechanism, Attributes public_attrs, Attributes private_attrs, Object out_values, Object private_key, Cancellable cancellable) : gboolean
Gck.Session
Method
init_pin (String pin, guint64 n_pin, Cancellable cancellable) : gboolean
Gck.Session
Method
init_pin_async (String pin, guint64 n_pin, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
login (guint64 user_type, String pin, guint64 n_pin, Cancellable cancellable) : gboolean
Gck.Session
Method
login_async (guint64 user_type, String pin, guint64 n_pin, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
login_interactive (guint64 user_type, TlsInteraction interaction, Cancellable cancellable) : gboolean
Gck.Session
Method
login_interactive_async (guint64 user_type, TlsInteraction interaction, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
logout (Cancellable cancellable) : gboolean
Gck.Session
Method
logout_async (Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
set_pin (String old_pin, guint64 n_old_pin, String new_pin, guint64 n_new_pin, Cancellable cancellable) : gboolean
Gck.Session
Method
set_pin_async (String old_pin, guint64 n_old_pin, String new_pin, guint64 n_new_pin, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
sign (Object key, guint64 mech_type, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
sign_async (Object key, Mechanism mechanism, String input, guint64 n_input, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
sign_full (Object key, Mechanism mechanism, String input, guint64 n_input, guint64 n_result, Cancellable cancellable) : guint8
Gck.Session
Method
unwrap_key (Object wrapper, guint64 mech_type, String input, guint64 n_input, Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
unwrap_key_async (Object wrapper, Mechanism mechanism, String input, guint64 n_input, Attributes attrs, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
unwrap_key_full (Object wrapper, Mechanism mechanism, String input, guint64 n_input, Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
verify (Object key, guint64 mech_type, String input, guint64 n_input, String signature, guint64 n_signature, Cancellable cancellable) : gboolean
Gck.Session
Method
verify_async (Object key, Mechanism mechanism, String input, guint64 n_input, String signature, guint64 n_signature, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
verify_full (Object key, Mechanism mechanism, String input, guint64 n_input, String signature, guint64 n_signature, Cancellable cancellable) : gboolean
Gck.Session
Method
wrap_key (Object wrapper, guint64 mech_type, Object wrapped, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
wrap_key_async (Object wrapper, Mechanism mechanism, Object wrapped, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
wrap_key_full (Object wrapper, Mechanism mechanism, Object wrapped, Object out_values, Cancellable cancellable) : String
Gck.Slot
Method
open_session (SessionOptions options, Cancellable cancellable) : Gck.Session
Gck.Slot
Method
open_session_async (SessionOptions options, Cancellable cancellable, Function callback, void* user_data) : none
Gcr
Method
Gcr.pkcs11_initialize (Cancellable cancellable) : gboolean
Gcr
Method
Gcr.pkcs11_initialize_async (Cancellable cancellable, Function callback, void* user_data) : none
Gcr
Method
Gcr.trust_add_pinned_certificate (Certificate certificate, String purpose, String peer, Cancellable cancellable) : gboolean
Gcr
Method
Gcr.trust_add_pinned_certificate_async (Certificate certificate, String purpose, String peer, Cancellable cancellable, Function callback, void* user_data) : none
Gcr
Method
Gcr.trust_is_certificate_anchored (Certificate certificate, String purpose, Cancellable cancellable) : gboolean
Gcr
Method
Gcr.trust_is_certificate_anchored_async (Certificate certificate, String purpose, Cancellable cancellable, Function callback, void* user_data) : none
Gcr
Method
Gcr.trust_is_certificate_pinned (Certificate certificate, String purpose, String peer, Cancellable cancellable) : gboolean
Gcr
Method
Gcr.trust_is_certificate_pinned_async (Certificate certificate, String purpose, String peer, Cancellable cancellable, Function callback, void* user_data) : none
Gcr
Method
Gcr.trust_remove_pinned_certificate (Certificate certificate, String purpose, String peer, Cancellable cancellable) : gboolean
Gcr
Method
Gcr.trust_remove_pinned_certificate_async (Certificate certificate, String purpose, String peer, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.CertificateChain
Method
build (String purpose, String peer, guint32 flags, Cancellable cancellable) : gboolean
Gcr.CertificateChain
Method
build_async (String purpose, String peer, guint32 flags, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.CertificateRequest
Method
Gcr.CertificateRequest.capable (Object private_key, Cancellable cancellable) : gboolean
Gcr.CertificateRequest
Method
Gcr.CertificateRequest.capable_async (Object private_key, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.CertificateRequest
Method
complete (Cancellable cancellable) : gboolean
Gcr.CertificateRequest
Method
complete_async (Cancellable cancellable, Function callback, void* user_data) : none
Gcr.ImportInteraction
Method
supplement (Builder builder, Cancellable cancellable) : Gio.TlsInteractionResult
Gcr.ImportInteraction
Method
supplement_async (Builder builder, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.Importer
Method
import (Cancellable cancellable) : gboolean
Gcr.Importer
Method
import_async (Cancellable cancellable, Function callback, void* user_data) : none
Gcr.Parser
Method
parse_stream (InputStream input, Cancellable cancellable) : gboolean
Gcr.Parser
Method
parse_stream_async (InputStream input, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.Pkcs11Certificate
Method
Gcr.Pkcs11Certificate.lookup_issuer (Certificate certificate, Cancellable cancellable) : Gcr.Certificate
Gcr.Pkcs11Certificate
Method
Gcr.Pkcs11Certificate.lookup_issuer_async (Certificate certificate, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.Prompt
Method
confirm (Cancellable cancellable) : Gcr.PromptReply
Gcr.Prompt
Method
confirm_async (Cancellable cancellable, Function callback, void* user_data) : none
Gcr.Prompt
Method
confirm_run (Cancellable cancellable) : Gcr.PromptReply
Gcr.Prompt
Method
password (Cancellable cancellable) : String
Gcr.Prompt
Method
password_async (Cancellable cancellable, Function callback, void* user_data) : none
Gcr.Prompt
Method
password_run (Cancellable cancellable) : String
Gcr.SystemPrompt
Method
Gcr.SystemPrompt.open (gint32 timeout_seconds, Cancellable cancellable) : Gcr.SystemPrompt
Gcr.SystemPrompt
Method
Gcr.SystemPrompt.open_async (gint32 timeout_seconds, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.SystemPrompt
Method
Gcr.SystemPrompt.open_for_prompter (String prompter_name, gint32 timeout_seconds, Cancellable cancellable) : Gcr.SystemPrompt
Gcr.SystemPrompt
Method
Gcr.SystemPrompt.open_for_prompter_async (String prompter_name, gint32 timeout_seconds, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.SystemPrompt
Method
close (Cancellable cancellable) : gboolean
Gcr.SystemPrompt
Method
close_async (Cancellable cancellable, Function callback, void* user_data) : none
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, gint32 width, gint32 height, gboolean preserve_aspect_ratio, Cancellable cancellable) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
GdkPixbuf.Pixbuf
Method
GdkPixbuf.Pixbuf.new_from_stream_async (InputStream stream, Cancellable cancellable, Function callback, void* user_data) : none
GdkPixbuf.Pixbuf
Method
GdkPixbuf.Pixbuf.new_from_stream_at_scale_async (InputStream stream, gint32 width, gint32 height, gboolean preserve_aspect_ratio, Cancellable cancellable, Function callback, void* user_data) : none
Gdm
Method
Gdm.goto_login_session_sync (Cancellable cancellable) : gboolean
Gdm.Chooser
Method
call_disconnect (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Chooser
Method
call_disconnect_sync (Cancellable cancellable) : gboolean
Gdm.Chooser
Method
call_select_hostname (String arg_hostname, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Chooser
Method
call_select_hostname_sync (String arg_hostname, Cancellable cancellable) : gboolean
Gdm.ChooserProxy
Method
new Gdm.ChooserProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.ChooserProxy
Create a new Gdm.ChooserProxy
Gdm.ChooserProxy
Method
new Gdm.ChooserProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.ChooserProxy
Create a new Gdm.ChooserProxy
Gdm.ChooserProxy
Method
Gdm.ChooserProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.ChooserProxy
Method
Gdm.ChooserProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Client
Method
get_chooser (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Client
Method
get_chooser_sync (Cancellable cancellable) : Gdm.Chooser
Gdm.Client
Method
get_greeter (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Client
Method
get_greeter_sync (Cancellable cancellable) : Gdm.Greeter
Gdm.Client
Method
get_remote_greeter (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Client
Method
get_remote_greeter_sync (Cancellable cancellable) : Gdm.RemoteGreeter
Gdm.Client
Method
get_user_verifier (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Client
Method
get_user_verifier_sync (Cancellable cancellable) : Gdm.UserVerifier
Gdm.Client
Method
open_reauthentication_channel (String username, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Client
Method
open_reauthentication_channel_sync (String username, Cancellable cancellable) : Gdm.UserVerifier
Gdm.Greeter
Method
call_begin_auto_login (String arg_username, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Greeter
Method
call_begin_auto_login_sync (String arg_username, Cancellable cancellable) : gboolean
Gdm.Greeter
Method
call_select_language (String arg_language, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Greeter
Method
call_select_language_sync (String arg_language, Cancellable cancellable) : gboolean
Gdm.Greeter
Method
call_select_session (String arg_session, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Greeter
Method
call_select_session_sync (String arg_session, Cancellable cancellable) : gboolean
Gdm.Greeter
Method
call_select_user (String arg_username, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Greeter
Method
call_select_user_sync (String arg_username, Cancellable cancellable) : gboolean
Gdm.Greeter
Method
call_start_session_when_ready (String arg_service_name, gboolean arg_should_start_session, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Greeter
Method
call_start_session_when_ready_sync (String arg_service_name, gboolean arg_should_start_session, Cancellable cancellable) : gboolean
Gdm.GreeterProxy
Method
new Gdm.GreeterProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.GreeterProxy
Create a new Gdm.GreeterProxy
Gdm.GreeterProxy
Method
new Gdm.GreeterProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.GreeterProxy
Create a new Gdm.GreeterProxy
Gdm.GreeterProxy
Method
Gdm.GreeterProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.GreeterProxy
Method
Gdm.GreeterProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Manager
Method
call_open_reauthentication_channel (String arg_username, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Manager
Method
call_open_reauthentication_channel_sync (String arg_username, Object out_values, Cancellable cancellable) : gboolean
Gdm.Manager
Method
call_open_session (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.Manager
Method
call_open_session_sync (Object out_values, Cancellable cancellable) : gboolean
Gdm.ManagerProxy
Method
new Gdm.ManagerProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.ManagerProxy
Create a new Gdm.ManagerProxy
Gdm.ManagerProxy
Method
new Gdm.ManagerProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.ManagerProxy
Create a new Gdm.ManagerProxy
Gdm.ManagerProxy
Method
Gdm.ManagerProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.ManagerProxy
Method
Gdm.ManagerProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.RemoteGreeter
Method
call_disconnect (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.RemoteGreeter
Method
call_disconnect_sync (Cancellable cancellable) : gboolean
Gdm.RemoteGreeterProxy
Method
new Gdm.RemoteGreeterProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.RemoteGreeterProxy
Create a new Gdm.RemoteGreeterProxy
Gdm.RemoteGreeterProxy
Method
new Gdm.RemoteGreeterProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.RemoteGreeterProxy
Create a new Gdm.RemoteGreeterProxy
Gdm.RemoteGreeterProxy
Method
Gdm.RemoteGreeterProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.RemoteGreeterProxy
Method
Gdm.RemoteGreeterProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.UserVerifier
Method
call_answer_query (String arg_service_name, String arg_answer, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.UserVerifier
Method
call_answer_query_sync (String arg_service_name, String arg_answer, Cancellable cancellable) : gboolean
Gdm.UserVerifier
Method
call_begin_verification (String arg_service_name, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.UserVerifier
Method
call_begin_verification_for_user (String arg_service_name, String arg_username, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.UserVerifier
Method
call_begin_verification_for_user_sync (String arg_service_name, String arg_username, Cancellable cancellable) : gboolean
Gdm.UserVerifier
Method
call_begin_verification_sync (String arg_service_name, Cancellable cancellable) : gboolean
Gdm.UserVerifier
Method
call_cancel (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.UserVerifier
Method
call_cancel_sync (Cancellable cancellable) : gboolean
Gdm.UserVerifierProxy
Method
new Gdm.UserVerifierProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.UserVerifierProxy
Create a new Gdm.UserVerifierProxy
Gdm.UserVerifierProxy
Method
new Gdm.UserVerifierProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.UserVerifierProxy
Create a new Gdm.UserVerifierProxy
Gdm.UserVerifierProxy
Method
Gdm.UserVerifierProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.UserVerifierProxy
Method
Gdm.UserVerifierProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.WorkerManager
Method
call_hello (Cancellable cancellable, Function callback, void* user_data) : none
Gdm.WorkerManager
Method
call_hello_sync (Cancellable cancellable) : gboolean
Gdm.WorkerManager
Method
call_info (String arg_service_name, String arg_info, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.WorkerManager
Method
call_info_query (String arg_service_name, String arg_query, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.WorkerManager
Method
call_info_query_sync (String arg_service_name, String arg_query, Object out_values, Cancellable cancellable) : gboolean
Gdm.WorkerManager
Method
call_info_sync (String arg_service_name, String arg_info, Cancellable cancellable) : gboolean
Gdm.WorkerManager
Method
call_problem (String arg_service_name, String arg_problem, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.WorkerManager
Method
call_problem_sync (String arg_service_name, String arg_problem, Cancellable cancellable) : gboolean
Gdm.WorkerManager
Method
call_secret_info_query (String arg_service_name, String arg_query, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.WorkerManager
Method
call_secret_info_query_sync (String arg_service_name, String arg_query, Object out_values, Cancellable cancellable) : gboolean
Gdm.WorkerManagerProxy
Method
new Gdm.WorkerManagerProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.WorkerManagerProxy
Create a new Gdm.WorkerManagerProxy
Gdm.WorkerManagerProxy
Method
new Gdm.WorkerManagerProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Gdm.WorkerManagerProxy
Create a new Gdm.WorkerManagerProxy
Gdm.WorkerManagerProxy
Method
Gdm.WorkerManagerProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gdm.WorkerManagerProxy
Method
Gdm.WorkerManagerProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Gio
Method
Gio.async_initable_newv_async (Number object_type, guint32 n_parameters, Parameter parameters, gint32 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, String out_guid, Cancellable cancellable) : Gio.IOStream
Gio
Method
Gio.initable_newv (Number object_type, guint32 n_parameters, Array parameters, Cancellable cancellable) : void*
Gio
Method
Gio.io_scheduler_push_job (Function job_func, void* user_data, Function notify, gint32 io_priority, Cancellable cancellable) : none
Gio
Method
Gio.pollable_source_new_full (Object pollable_stream, Source child_source, Cancellable cancellable) : GLib.Source
Gio
Method
Gio.pollable_stream_read (InputStream stream, void* buffer, guint64 count, gboolean blocking, Cancellable cancellable) : gint64
Gio
Method
Gio.pollable_stream_write (OutputStream stream, String buffer, guint64 count, gboolean blocking, Cancellable cancellable) : gint64
Gio
Method
Gio.pollable_stream_write_all (OutputStream stream, String buffer, guint64 count, gboolean blocking, Object out_values, Cancellable cancellable) : gboolean
Gio.Application
Method
register (Cancellable cancellable) : gboolean
Gio.AsyncInitable
Method
Gio.AsyncInitable.newv_async (Number object_type, guint32 n_parameters, Parameter parameters, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.AsyncInitable
Method
init_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.BufferedInputStream
Method
fill (gint64 count, Cancellable cancellable) : gint64
Gio.BufferedInputStream
Method
fill_async (gint64 count, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.BufferedInputStream
Method
read_byte (Cancellable cancellable) : gint32
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
new Gio.DBusConnection.sync (IOStream stream, String guid, 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
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.DBusConnection
Method
close (Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusConnection
Method
close_sync (Cancellable cancellable) : gboolean
Gio.DBusConnection
Method
flush (Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusConnection
Method
flush_sync (Cancellable cancellable) : gboolean
Gio.DBusConnection
Method
send_message_with_reply (DBusMessage message, DBusSendMessageFlags flags, gint32 timeout_msec, guint32 out_serial, Cancellable cancellable, Function callback, void* user_data) : guint32
Gio.DBusConnection
Method
send_message_with_reply_sync (DBusMessage message, DBusSendMessageFlags flags, gint32 timeout_msec, Object out_values, Cancellable cancellable) : Gio.DBusMessage
Gio.DBusObjectManagerClient
Method
new Gio.DBusObjectManagerClient.for_bus_sync (BusType bus_type, DBusObjectManagerClientFlags flags, String name, String object_path, Function get_proxy_type_func, void* get_proxy_type_user_data, Function get_proxy_type_destroy_notify, Cancellable cancellable) : Gio.DBusObjectManagerClient
Create a new Gio.DBusObjectManagerClient
Gio.DBusObjectManagerClient
Method
new Gio.DBusObjectManagerClient.sync (DBusConnection connection, DBusObjectManagerClientFlags flags, String name, String object_path, Function get_proxy_type_func, void* get_proxy_type_user_data, Function get_proxy_type_destroy_notify, Cancellable cancellable) : Gio.DBusObjectManagerClient
Create a new Gio.DBusObjectManagerClient
Gio.DBusObjectManagerClient
Method
Gio.DBusObjectManagerClient.c_new (DBusConnection connection, DBusObjectManagerClientFlags flags, String name, String object_path, Function get_proxy_type_func, void* get_proxy_type_user_data, Function get_proxy_type_destroy_notify, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusObjectManagerClient
Method
Gio.DBusObjectManagerClient.new_for_bus (BusType bus_type, DBusObjectManagerClientFlags flags, String name, String object_path, Function get_proxy_type_func, void* get_proxy_type_user_data, Function get_proxy_type_destroy_notify, Cancellable cancellable, Function callback, void* user_data) : none
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
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
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, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusProxy
Method
call_sync (String method_name, Variant parameters, DBusCallFlags flags, gint32 timeout_msec, Cancellable cancellable) : GLib.Variant
Gio.DBusProxy
Method
call_with_unix_fd_list (String method_name, Variant parameters, DBusCallFlags flags, gint32 timeout_msec, UnixFDList fd_list, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusProxy
Method
call_with_unix_fd_list_sync (String method_name, Variant parameters, DBusCallFlags flags, gint32 timeout_msec, UnixFDList fd_list, Object out_values, 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) : guint8
Gio.DataInputStream
Method
read_int16 (Cancellable cancellable) : gint16
Gio.DataInputStream
Method
read_int32 (Cancellable cancellable) : gint32
Gio.DataInputStream
Method
read_int64 (Cancellable cancellable) : gint64
Gio.DataInputStream
Method
read_line (Object out_values, Cancellable cancellable) : String
Gio.DataInputStream
Method
read_line_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DataInputStream
Method
read_line_utf8 (Object out_values, Cancellable cancellable) : String
Gio.DataInputStream
Method
read_uint16 (Cancellable cancellable) : guint16
Gio.DataInputStream
Method
read_uint32 (Cancellable cancellable) : guint32
Gio.DataInputStream
Method
read_uint64 (Cancellable cancellable) : guint64
Gio.DataInputStream
Method
read_until (String stop_chars, Object out_values, Cancellable cancellable) : String
Gio.DataInputStream
Method
read_until_async (String stop_chars, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DataInputStream
Method
read_upto (String stop_chars, gint64 stop_chars_len, Object out_values, Cancellable cancellable) : String
Gio.DataInputStream
Method
read_upto_async (String stop_chars, gint64 stop_chars_len, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DataOutputStream
Method
put_byte (guint8 data, Cancellable cancellable) : gboolean
Gio.DataOutputStream
Method
put_int16 (gint16 data, Cancellable cancellable) : gboolean
Gio.DataOutputStream
Method
put_int32 (gint32 data, Cancellable cancellable) : gboolean
Gio.DataOutputStream
Method
put_int64 (gint64 data, Cancellable cancellable) : gboolean
Gio.DataOutputStream
Method
put_string (String str, Cancellable cancellable) : gboolean
Gio.DataOutputStream
Method
put_uint16 (guint16 data, Cancellable cancellable) : gboolean
Gio.DataOutputStream
Method
put_uint32 (guint32 data, Cancellable cancellable) : gboolean
Gio.DataOutputStream
Method
put_uint64 (guint64 data, Cancellable cancellable) : gboolean
Gio.Drive
Method
eject (MountUnmountFlags flags, 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.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.File
Method
append_to (FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
append_to_async (FileCreateFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
copy (File destination, FileCopyFlags flags, Cancellable cancellable, Function progress_callback, void* progress_callback_data) : gboolean
Gio.File
Method
copy_attributes (File destination, FileCopyFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
create (FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
create_async (FileCreateFlags flags, gint32 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, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
delete (Cancellable cancellable) : gboolean
Gio.File
Method
delete_async (gint32 io_priority, 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
enumerate_children (String attributes, FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileEnumerator
Gio.File
Method
enumerate_children_async (String attributes, FileQueryInfoFlags flags, gint32 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 (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
load_contents (Cancellable cancellable, Object out_values) : gboolean
Gio.File
Method
load_contents_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
make_directory (Cancellable cancellable) : gboolean
Gio.File
Method
make_directory_with_parents (Cancellable cancellable) : gboolean
Gio.File
Method
make_symbolic_link (String symlink_value, Cancellable cancellable) : gboolean
Gio.File
Method
monitor (FileMonitorFlags flags, Cancellable cancellable) : Gio.FileMonitor
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
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
move (File destination, FileCopyFlags flags, Cancellable cancellable, Function progress_callback, void* progress_callback_data) : gboolean
Gio.File
Method
open_readwrite (Cancellable cancellable) : Gio.FileIOStream
Gio.File
Method
open_readwrite_async (gint32 io_priority, 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
query_exists (Cancellable cancellable) : gboolean
Gio.File
Method
query_file_type (FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileType
Gio.File
Method
query_filesystem_info (String attributes, Cancellable cancellable) : Gio.FileInfo
Gio.File
Method
query_filesystem_info_async (String attributes, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
query_info (String attributes, FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileInfo
Gio.File
Method
query_info_async (String attributes, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
query_settable_attributes (Cancellable cancellable) : Gio.FileAttributeInfoList
Gio.File
Method
query_writable_namespaces (Cancellable cancellable) : Gio.FileAttributeInfoList
Gio.File
Method
read (Cancellable cancellable) : Gio.FileInputStream
Gio.File
Method
read_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
replace (String etag, gboolean make_backup, FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
replace_async (String etag, gboolean make_backup, FileCreateFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
replace_contents (String contents, guint64 length, String etag, gboolean make_backup, FileCreateFlags flags, Object out_values, Cancellable cancellable) : gboolean
Gio.File
Method
replace_contents_async (String contents, guint64 length, String etag, gboolean make_backup, FileCreateFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
replace_readwrite (String etag, gboolean make_backup, FileCreateFlags flags, Cancellable cancellable) : Gio.FileIOStream
Gio.File
Method
replace_readwrite_async (String etag, gboolean make_backup, FileCreateFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
set_attribute (String attribute, FileAttributeType type, void* value_p, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_byte_string (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_int32 (String attribute, gint32 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_int64 (String attribute, gint64 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_string (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_uint32 (String attribute, guint32 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_uint64 (String attribute, guint64 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attributes_async (FileInfo info, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
set_attributes_from_info (FileInfo info, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_display_name (String display_name, Cancellable cancellable) : Gio.File
Gio.File
Method
set_display_name_async (String display_name, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
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
trash (Cancellable cancellable) : gboolean
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.FileEnumerator
Method
close (Cancellable cancellable) : gboolean
Gio.FileEnumerator
Method
close_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.FileEnumerator
Method
next_file (Cancellable cancellable) : Gio.FileInfo
Gio.FileEnumerator
Method
next_files_async (gint32 num_files, gint32 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, gint32 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, gint32 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, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.IOStream
Method
close (Cancellable cancellable) : gboolean
Gio.IOStream
Method
close_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.IOStream
Method
splice_async (IOStream stream2, IOStreamSpliceFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Initable
Method
Gio.Initable.newv (Number object_type, guint32 n_parameters, Array parameters, Cancellable cancellable) : void*
Gio.Initable
Method
init (Cancellable cancellable) : gboolean
Gio.InputStream
Method
close (Cancellable cancellable) : gboolean
Gio.InputStream
Method
close_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.InputStream
Method
read (void* buffer, guint64 count, Cancellable cancellable) : gint64
Gio.InputStream
Method
read_all (void* buffer, guint64 count, Object out_values, Cancellable cancellable) : gboolean
Gio.InputStream
Method
read_async (void* buffer, guint64 count, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.InputStream
Method
read_bytes (guint64 count, Cancellable cancellable) : GLib.Bytes
Gio.InputStream
Method
read_bytes_async (guint64 count, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.InputStream
Method
skip (guint64 count, Cancellable cancellable) : gint64
Gio.InputStream
Method
skip_async (guint64 count, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.LoadableIcon
Method
load (gint32 size, Object out_values, Cancellable cancellable) : Gio.InputStream
Gio.LoadableIcon
Method
load_async (gint32 size, 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
eject_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Mount
Method
guess_content_type (gboolean force_rescan, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Mount
Method
guess_content_type_sync (gboolean force_rescan, Cancellable cancellable) : Array
Gio.Mount
Method
remount (MountMountFlags flags, MountOperation mount_operation, 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
unmount_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Gio.NetworkMonitor
Method
can_reach (SocketConnectable connectable, Cancellable cancellable) : gboolean
Gio.NetworkMonitor
Method
can_reach_async (SocketConnectable connectable, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
close (Cancellable cancellable) : gboolean
Gio.OutputStream
Method
close_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
flush (Cancellable cancellable) : gboolean
Gio.OutputStream
Method
flush_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
splice (InputStream source, OutputStreamSpliceFlags flags, Cancellable cancellable) : gint64
Gio.OutputStream
Method
splice_async (InputStream source, OutputStreamSpliceFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
write (String buffer, guint64 count, Cancellable cancellable) : gint64
Gio.OutputStream
Method
write_all (String buffer, guint64 count, Object out_values, Cancellable cancellable) : gboolean
Gio.OutputStream
Method
write_async (String buffer, guint64 count, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.OutputStream
Method
write_bytes (Bytes bytes, Cancellable cancellable) : gint64
Gio.OutputStream
Method
write_bytes_async (Bytes bytes, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Permission
Method
acquire (Cancellable cancellable) : gboolean
Gio.Permission
Method
acquire_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.Permission
Method
release (Cancellable cancellable) : gboolean
Gio.Permission
Method
release_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.PollableInputStream
Method
create_source (Cancellable cancellable) : GLib.Source
Gio.PollableInputStream
Method
read_nonblocking (void* buffer, guint64 count, Cancellable cancellable) : gint64
Gio.PollableOutputStream
Method
create_source (Cancellable cancellable) : GLib.Source
Gio.PollableOutputStream
Method
write_nonblocking (String buffer, guint64 count, Cancellable cancellable) : gint64
Gio.Proxy
Method
connect (IOStream connection, ProxyAddress proxy_address, Cancellable cancellable) : Gio.IOStream
Gio.Proxy
Method
connect_async (IOStream connection, ProxyAddress proxy_address, Cancellable cancellable, Function callback, void* user_data) : none
Gio.ProxyResolver
Method
lookup (String uri, Cancellable cancellable) : Array
Gio.ProxyResolver
Method
lookup_async (String uri, 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_by_name (String hostname, Cancellable cancellable) : Array
Gio.Resolver
Method
lookup_by_name_async (String hostname, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Resolver
Method
lookup_records (String rrname, ResolverRecordType record_type, Cancellable cancellable) : Array
Gio.Resolver
Method
lookup_records_async (String rrname, ResolverRecordType record_type, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Resolver
Method
lookup_service (String service, String protocol, String domain, Cancellable cancellable) : Array
Gio.Resolver
Method
lookup_service_async (String service, String protocol, String domain, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Seekable
Method
seek (gint64 offset, SeekType type, Cancellable cancellable) : gboolean
Gio.Seekable
Method
truncate (gint64 offset, Cancellable cancellable) : gboolean
Gio.SimpleAsyncResult
Method
set_check_cancellable (Cancellable check_cancellable) : none
Gio.Socket
Method
accept (Cancellable cancellable) : Gio.Socket
Gio.Socket
Method
condition_timed_wait (IOCondition condition, gint64 timeout, Cancellable cancellable) : gboolean
Gio.Socket
Method
condition_wait (IOCondition condition, Cancellable cancellable) : gboolean
Gio.Socket
Method
connect (SocketAddress address, Cancellable cancellable) : gboolean
Gio.Socket
Method
receive (String buffer, guint64 size, Cancellable cancellable) : gint64
Gio.Socket
Method
receive_from (Object out_values, String buffer, guint64 size, Cancellable cancellable) : gint64
Gio.Socket
Method
receive_message (Object out_values, Array vectors, gint32 num_vectors, Array messages, gint32 num_messages, gint32 flags, Cancellable cancellable) : gint64
Gio.Socket
Method
receive_with_blocking (String buffer, guint64 size, gboolean blocking, Cancellable cancellable) : gint64
Gio.Socket
Method
send (String buffer, guint64 size, Cancellable cancellable) : gint64
Gio.Socket
Method
send_message (SocketAddress address, Array vectors, gint32 num_vectors, Array messages, gint32 num_messages, gint32 flags, Cancellable cancellable) : gint64
Gio.Socket
Method
send_to (SocketAddress address, String buffer, guint64 size, Cancellable cancellable) : gint64
Gio.Socket
Method
send_with_blocking (String buffer, guint64 size, gboolean blocking, Cancellable cancellable) : gint64
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_async (SocketConnectable connectable, Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketClient
Method
connect_to_host (String host_and_port, guint16 default_port, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketClient
Method
connect_to_host_async (String host_and_port, guint16 default_port, Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketClient
Method
connect_to_service (String domain, String service, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketClient
Method
connect_to_service_async (String domain, String service, Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketClient
Method
connect_to_uri (String uri, guint16 default_port, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketClient
Method
connect_to_uri_async (String uri, guint16 default_port, Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketConnection
Method
connect (SocketAddress address, Cancellable cancellable) : gboolean
Gio.SocketConnection
Method
connect_async (SocketAddress address, Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketListener
Method
accept (Object out_values, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketListener
Method
accept_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.SocketListener
Method
accept_socket (Object out_values, Cancellable cancellable) : Gio.Socket
Gio.SocketListener
Method
accept_socket_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsConnection
Method
handshake (Cancellable cancellable) : gboolean
Gio.TlsConnection
Method
handshake_async (gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsDatabase
Method
lookup_certificate_for_handle (String handle, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable) : Gio.TlsCertificate
Gio.TlsDatabase
Method
lookup_certificate_for_handle_async (String handle, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsDatabase
Method
lookup_certificate_issuer (TlsCertificate certificate, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable) : Gio.TlsCertificate
Gio.TlsDatabase
Method
lookup_certificate_issuer_async (TlsCertificate certificate, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsDatabase
Method
lookup_certificates_issued_by (Array issuer_raw_dn, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable) : Array
Gio.TlsDatabase
Method
lookup_certificates_issued_by_async (Array issuer_raw_dn, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsDatabase
Method
verify_chain (TlsCertificate chain, String purpose, SocketConnectable identity, TlsInteraction interaction, TlsDatabaseVerifyFlags flags, Cancellable cancellable) : Gio.TlsCertificateFlags
Gio.TlsDatabase
Method
verify_chain_async (TlsCertificate chain, String purpose, SocketConnectable identity, TlsInteraction interaction, TlsDatabaseVerifyFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsInteraction
Method
ask_password (TlsPassword password, Cancellable cancellable) : Gio.TlsInteractionResult
Gio.TlsInteraction
Method
ask_password_async (TlsPassword password, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsInteraction
Method
invoke_ask_password (TlsPassword password, Cancellable cancellable) : Gio.TlsInteractionResult
Gio.UnixConnection
Method
receive_credentials (Cancellable cancellable) : Gio.Credentials
Gio.UnixConnection
Method
receive_credentials_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.UnixConnection
Method
receive_fd (Cancellable cancellable) : gint32
Gio.UnixConnection
Method
send_credentials (Cancellable cancellable) : gboolean
Gio.UnixConnection
Method
send_credentials_async (Cancellable cancellable, Function callback, void* user_data) : none
Gio.UnixConnection
Method
send_fd (gint32 fd, Cancellable cancellable) : gboolean
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
Gio.Volume
Method
mount (MountMountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
GnomeBluetooth.Client
Method
connect_service (String device, gboolean connect, Cancellable cancellable, Function callback, void* user_data) : none
Goa.Account
Method
call_ensure_credentials (Cancellable cancellable, Function callback, void* user_data) : none
Goa.Account
Method
call_ensure_credentials_sync (Object out_values, Cancellable cancellable) : gboolean
Goa.Account
Method
call_remove (Cancellable cancellable, Function callback, void* user_data) : none
Goa.Account
Method
call_remove_sync (Cancellable cancellable) : gboolean
Goa.AccountProxy
Method
new Goa.AccountProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.AccountProxy
Create a new Goa.AccountProxy
Goa.AccountProxy
Method
new Goa.AccountProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.AccountProxy
Create a new Goa.AccountProxy
Goa.AccountProxy
Method
Goa.AccountProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.AccountProxy
Method
Goa.AccountProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.CalendarProxy
Method
new Goa.CalendarProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.CalendarProxy
Create a new Goa.CalendarProxy
Goa.CalendarProxy
Method
new Goa.CalendarProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.CalendarProxy
Create a new Goa.CalendarProxy
Goa.CalendarProxy
Method
Goa.CalendarProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.CalendarProxy
Method
Goa.CalendarProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.ChatProxy
Method
new Goa.ChatProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ChatProxy
Create a new Goa.ChatProxy
Goa.ChatProxy
Method
new Goa.ChatProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ChatProxy
Create a new Goa.ChatProxy
Goa.ChatProxy
Method
Goa.ChatProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.ChatProxy
Method
Goa.ChatProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.Client
Method
new Goa.Client.sync (Cancellable cancellable) : Goa.Client
Create a new Goa.Client
Goa.Client
Method
Goa.Client.c_new (Cancellable cancellable, Function callback, void* user_data) : none
Goa.ContactsProxy
Method
new Goa.ContactsProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ContactsProxy
Create a new Goa.ContactsProxy
Goa.ContactsProxy
Method
new Goa.ContactsProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ContactsProxy
Create a new Goa.ContactsProxy
Goa.ContactsProxy
Method
Goa.ContactsProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.ContactsProxy
Method
Goa.ContactsProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.DocumentsProxy
Method
new Goa.DocumentsProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.DocumentsProxy
Create a new Goa.DocumentsProxy
Goa.DocumentsProxy
Method
new Goa.DocumentsProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.DocumentsProxy
Create a new Goa.DocumentsProxy
Goa.DocumentsProxy
Method
Goa.DocumentsProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.DocumentsProxy
Method
Goa.DocumentsProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.ExchangeProxy
Method
new Goa.ExchangeProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ExchangeProxy
Create a new Goa.ExchangeProxy
Goa.ExchangeProxy
Method
new Goa.ExchangeProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ExchangeProxy
Create a new Goa.ExchangeProxy
Goa.ExchangeProxy
Method
Goa.ExchangeProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.ExchangeProxy
Method
Goa.ExchangeProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.MailProxy
Method
new Goa.MailProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.MailProxy
Create a new Goa.MailProxy
Goa.MailProxy
Method
new Goa.MailProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.MailProxy
Create a new Goa.MailProxy
Goa.MailProxy
Method
Goa.MailProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.MailProxy
Method
Goa.MailProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.Manager
Method
call_add_account (String arg_provider, String arg_identity, String arg_presentation_identity, Variant arg_credentials, Variant arg_details, Cancellable cancellable, Function callback, void* user_data) : none
Goa.Manager
Method
call_add_account_sync (String arg_provider, String arg_identity, String arg_presentation_identity, Variant arg_credentials, Variant arg_details, Object out_values, Cancellable cancellable) : gboolean
Goa.ManagerProxy
Method
new Goa.ManagerProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ManagerProxy
Create a new Goa.ManagerProxy
Goa.ManagerProxy
Method
new Goa.ManagerProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ManagerProxy
Create a new Goa.ManagerProxy
Goa.ManagerProxy
Method
Goa.ManagerProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.ManagerProxy
Method
Goa.ManagerProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.OAuth2Based
Method
call_get_access_token (Cancellable cancellable, Function callback, void* user_data) : none
Goa.OAuth2Based
Method
call_get_access_token_sync (Object out_values, gint32 out_expires_in, Cancellable cancellable) : gboolean
Goa.OAuth2BasedProxy
Method
new Goa.OAuth2BasedProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.OAuth2BasedProxy
Create a new Goa.OAuth2BasedProxy
Goa.OAuth2BasedProxy
Method
new Goa.OAuth2BasedProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.OAuth2BasedProxy
Create a new Goa.OAuth2BasedProxy
Goa.OAuth2BasedProxy
Method
Goa.OAuth2BasedProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.OAuth2BasedProxy
Method
Goa.OAuth2BasedProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.OAuthBased
Method
call_get_access_token (Cancellable cancellable, Function callback, void* user_data) : none
Goa.OAuthBased
Method
call_get_access_token_sync (Object out_values, String out_access_token_secret, gint32 out_expires_in, Cancellable cancellable) : gboolean
Goa.OAuthBasedProxy
Method
new Goa.OAuthBasedProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.OAuthBasedProxy
Create a new Goa.OAuthBasedProxy
Goa.OAuthBasedProxy
Method
new Goa.OAuthBasedProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.OAuthBasedProxy
Create a new Goa.OAuthBasedProxy
Goa.OAuthBasedProxy
Method
Goa.OAuthBasedProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.OAuthBasedProxy
Method
Goa.OAuthBasedProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.ObjectManagerClient
Method
new Goa.ObjectManagerClient.for_bus_sync (BusType bus_type, DBusObjectManagerClientFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ObjectManagerClient
Create a new Goa.ObjectManagerClient
Goa.ObjectManagerClient
Method
new Goa.ObjectManagerClient.sync (DBusConnection connection, DBusObjectManagerClientFlags flags, String name, String object_path, Cancellable cancellable) : Goa.ObjectManagerClient
Create a new Goa.ObjectManagerClient
Goa.ObjectManagerClient
Method
Goa.ObjectManagerClient.c_new (DBusConnection connection, DBusObjectManagerClientFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.ObjectManagerClient
Method
Goa.ObjectManagerClient.new_for_bus (BusType bus_type, DBusObjectManagerClientFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.PasswordBased
Method
call_get_password (String arg_id, Cancellable cancellable, Function callback, void* user_data) : none
Goa.PasswordBased
Method
call_get_password_sync (String arg_id, Object out_values, Cancellable cancellable) : gboolean
Goa.PasswordBasedProxy
Method
new Goa.PasswordBasedProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.PasswordBasedProxy
Create a new Goa.PasswordBasedProxy
Goa.PasswordBasedProxy
Method
new Goa.PasswordBasedProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.PasswordBasedProxy
Create a new Goa.PasswordBasedProxy
Goa.PasswordBasedProxy
Method
Goa.PasswordBasedProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.PasswordBasedProxy
Method
Goa.PasswordBasedProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.Ticketing
Method
call_get_ticket (Cancellable cancellable, Function callback, void* user_data) : none
Goa.Ticketing
Method
call_get_ticket_sync (Cancellable cancellable) : gboolean
Goa.TicketingProxy
Method
new Goa.TicketingProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.TicketingProxy
Create a new Goa.TicketingProxy
Goa.TicketingProxy
Method
new Goa.TicketingProxy.sync (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable) : Goa.TicketingProxy
Create a new Goa.TicketingProxy
Goa.TicketingProxy
Method
Goa.TicketingProxy.c_new (DBusConnection connection, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Goa.TicketingProxy
Method
Goa.TicketingProxy.new_for_bus (BusType bus_type, DBusProxyFlags flags, String name, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
add_match_async (String rule, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
create_input_context_async (String client_name, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
current_input_context_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
exit_async (gboolean restart, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
get_global_engine_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
get_name_owner_async (String name, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
get_use_global_engine_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
get_use_sys_layout_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
is_global_engine_enabled_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
list_active_engines_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
list_engines_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
name_has_owner_async (String name, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
register_component_async (Component component, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
release_name_async (String name, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
remove_match_async (String rule, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
request_name_async (String name, guint32 flags, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Bus
Method
set_global_engine_async (String global_engine, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Config
Method
new IBus.Config.c_new (DBusConnection connection, Cancellable cancellable) : IBus.Config
Create a new IBus.Config
IBus.Config
Method
IBus.Config.new_async (DBusConnection connection, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Config
Method
get_value_async (String section, String name, gint32 timeout_ms, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Config
Method
get_values_async (String section, gint32 timeout_ms, Cancellable cancellable, Function callback, void* user_data) : none
IBus.Config
Method
set_value_async (String section, String name, Variant value, gint32 timeout_ms, Cancellable cancellable, Function callback, void* user_data) : none
IBus.InputContext
Method
new IBus.InputContext.c_new (String path, DBusConnection connection, Cancellable cancellable) : IBus.InputContext
Create a new IBus.InputContext
IBus.InputContext
Method
IBus.InputContext.get_input_context_async (String path, DBusConnection connection, Cancellable cancellable, Function callback, void* user_data) : none
IBus.InputContext
Method
IBus.InputContext.new_async (String path, DBusConnection connection, Cancellable cancellable, Function callback, void* user_data) : none
IBus.InputContext
Method
get_engine_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.InputContext
Method
is_enabled_async (gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
IBus.InputContext
Method
process_key_event_async (guint32 keyval, guint32 keycode, guint32 state, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) : none
Json.Generator
Method
to_stream (OutputStream stream, Cancellable cancellable) : gboolean
Json.Parser
Method
load_from_stream (InputStream stream, Cancellable cancellable) : gboolean
Json.Parser
Method
load_from_stream_async (InputStream stream, Cancellable cancellable, Function callback, void* user_data) : none
NMClient.Client
Method
NMClient.Client.new_async (Cancellable cancellable, Function callback, void* user_data) : none
NMClient.RemoteSettings
Method
NMClient.RemoteSettings.new_async (Connection bus, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
Polkit.Authority.get_async (Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
Polkit.Authority.get_sync (Cancellable cancellable) : Polkit.Authority
Polkit.Authority
Method
authentication_agent_response (String cookie, Identity identity, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
authentication_agent_response_sync (String cookie, Identity identity, Cancellable cancellable) : gboolean
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
check_authorization_sync (Subject subject, String action_id, Details details, CheckAuthorizationFlags flags, Cancellable cancellable) : Polkit.AuthorizationResult
Polkit.Authority
Method
enumerate_actions (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
register_authentication_agent (Subject subject, String locale, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
register_authentication_agent_sync (Subject subject, String locale, String object_path, Cancellable cancellable) : gboolean
Polkit.Authority
Method
revoke_temporary_authorization_by_id (String id, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
revoke_temporary_authorization_by_id_sync (String id, Cancellable cancellable) : gboolean
Polkit.Authority
Method
revoke_temporary_authorizations (Subject subject, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
revoke_temporary_authorizations_sync (Subject subject, Cancellable cancellable) : gboolean
Polkit.Authority
Method
unregister_authentication_agent (Subject subject, String object_path, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
unregister_authentication_agent_sync (Subject subject, String object_path, Cancellable cancellable) : gboolean
Polkit.Permission
Method
new Polkit.Permission.sync (String action_id, Subject subject, Cancellable cancellable) : Gio.Permission
Create a new Polkit.Permission
Polkit.Permission
Method
Polkit.Permission.c_new (String action_id, Subject subject, 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) : gboolean
Polkit.SystemBusName
Method
get_process_sync (Cancellable cancellable) : Polkit.Subject
Polkit.UnixSession
Method
Polkit.UnixSession.new_for_process (gint32 pid, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.UnixSession
Method
Polkit.UnixSession.new_for_process_sync (gint32 pid, Cancellable cancellable) : Polkit.Subject
PolkitAgent.Listener
Method
register (RegisterFlags flags, Subject subject, String object_path, Cancellable cancellable) : void*
PolkitAgent.TextListener
Method
new PolkitAgent.TextListener.c_new (Cancellable cancellable) : PolkitAgent.Listener
Create a new PolkitAgent.TextListener
RB
Method
RB.uri_handle_recursively (String uri, Cancellable cancel, Function func, void* user_data) : none
RB
Method
RB.uri_handle_recursively_async (String uri, Cancellable cancel, Function func, void* user_data, Function data_destroy) : none
Soup.Address
Method
resolve_async (MainContext async_context, Cancellable cancellable, Function callback, void* user_data) : none
Soup.Address
Method
resolve_sync (Cancellable cancellable) : guint32
Soup.MultipartInputStream
Method
next_part (Cancellable cancellable) : Gio.InputStream
Soup.MultipartInputStream
Method
next_part_async (gint32 io_priority, Cancellable cancellable, Function callback, void* data) : none
Soup.ProxyURIResolver
Method
get_proxy_uri_async (URI uri, MainContext async_context, Cancellable cancellable, Function callback, void* user_data) : none
Soup.ProxyURIResolver
Method
get_proxy_uri_sync (URI uri, Cancellable cancellable, Object out_values) : guint32
Soup.Request
Method
send (Cancellable cancellable) : Gio.InputStream
Soup.Request
Method
send_async (Cancellable cancellable, Function callback, void* user_data) : none
Soup.Session
Method
prefetch_dns (String hostname, Cancellable cancellable, Function callback, void* user_data) : none
Soup.Socket
Method
connect_async (Cancellable cancellable, Function callback, void* user_data) : none
Soup.Socket
Method
connect_sync (Cancellable cancellable) : guint32
Soup.Socket
Method
read (void* buffer, guint64 len, Object out_values, Cancellable cancellable) : Soup.SocketIOStatus
Soup.Socket
Method
read_until (void* buffer, guint64 len, void* boundary, guint64 boundary_len, Object out_values, gboolean got_boundary, Cancellable cancellable) : Soup.SocketIOStatus
Soup.Socket
Method
start_proxy_ssl (String ssl_host, Cancellable cancellable) : gboolean
Soup.Socket
Method
start_ssl (Cancellable cancellable) : gboolean
Soup.Socket
Method
write (void* buffer, guint64 len, Object out_values, Cancellable cancellable) : Soup.SocketIOStatus
TelepathyGLib.AccountChannelRequest
Method
create_and_handle_channel_async (Cancellable cancellable, Function callback, void* user_data) : none
TelepathyGLib.AccountChannelRequest
Method
create_and_observe_channel_async (String preferred_handler, Cancellable cancellable, Function callback, void* user_data) : none
TelepathyGLib.AccountChannelRequest
Method
create_channel_async (String preferred_handler, Cancellable cancellable, Function callback, void* user_data) : none
TelepathyGLib.AccountChannelRequest
Method
ensure_and_handle_channel_async (Cancellable cancellable, Function callback, void* user_data) : none
TelepathyGLib.AccountChannelRequest
Method
ensure_and_observe_channel_async (String preferred_handler, Cancellable cancellable, Function callback, void* user_data) : none
TelepathyGLib.AccountChannelRequest
Method
ensure_channel_async (String preferred_handler, Cancellable cancellable, Function callback, void* user_data) : none
TelepathyGLib.CallChannel
Method
send_tones_async (String tones, Cancellable cancellable, Function callback, void* user_data) : none
TelepathyGLib.CallContent
Method
send_tones_async (String tones, Cancellable cancellable, Function callback, void* user_data) : none
TelepathyGLib.Contact
Method
request_contact_info_async (Cancellable cancellable, Function callback, void* user_data) : none
TotemPlParser.Parser
Method
parse_async (String uri, gboolean fallback, Cancellable cancellable, Function callback, void* user_data) : none
TotemPlParser.Parser
Method
parse_with_base_async (String uri, String base, gboolean fallback, Cancellable cancellable, Function callback, void* user_data) : none
UPowerGlib.Client
Method
about_to_sleep_sync (SleepKind sleep_kind, Cancellable cancellable) : gboolean
UPowerGlib.Client
Method
enumerate_devices_sync (Cancellable cancellable) : gboolean
UPowerGlib.Client
Method
get_properties_sync (Cancellable cancellable) : gboolean
UPowerGlib.Client
Method
hibernate_sync (Cancellable cancellable) : gboolean
UPowerGlib.Client
Method
suspend_sync (Cancellable cancellable) : gboolean
UPowerGlib.Device
Method
get_history_sync (String type, guint32 timespec, guint32 resolution, Cancellable cancellable) : Array
UPowerGlib.Device
Method
get_statistics_sync (String type, Cancellable cancellable) : Array
UPowerGlib.Device
Method
refresh_sync (Cancellable cancellable) : gboolean
UPowerGlib.Device
Method
set_object_path_sync (String object_path, Cancellable cancellable) : gboolean
UPowerGlib.Wakeups
Method
get_data_sync (Cancellable cancellable) : Array
UPowerGlib.Wakeups
Method
get_properties_sync (Cancellable cancellable) : gboolean
UPowerGlib.Wakeups
Method
get_total_sync (Cancellable cancellable) : guint32
Unity
Method
Unity.io_read_stream_async (InputStream input, gint32 io_priority, Cancellable cancellable, Function _callback_, void* _callback__target) : none
Unity.AsyncPreview
Property
cancellable : Gio.Cancellable
Unity.AsyncPreview
Method
new Unity.AsyncPreview.with_cancellable (Cancellable cancellable) : Unity.AsyncPreview
Create a new Unity.AsyncPreview
Unity.Scope
Signal
search_changed (Scope self, LensSearch search, SearchType search_type, Cancellable cancellable) : none
Vte.Terminal
Method
write_contents (OutputStream stream, TerminalWriteFlags flags, Cancellable cancellable) : gboolean
WebKit.FaviconDatabase
Method
get_favicon_pixbuf (String page_uri, guint32 width, guint32 height, Cancellable cancellable, Function callback, void* user_data) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:05 GMT+0800 (HKT)