c
Back to Seed Clases

GData


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker GData.Service

Class GData.Service

Import line: GData = imports.gi.GData;
GIR File: GData-0.0.gir
C documentation: GDataService
Class : Service
Subclasses: GData.CalendarService, GData.ContactsService, GData.DocumentsService, GData.PicasaWebService
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
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.BatchOperation
Property
service : GData.Service
GData.BatchOperation
Method
get_service () : GData.Service
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.DownloadStream
Property
service : GData.Service
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_service () : GData.Service
GData.MediaContent
Method
download (Service service, Cancellable cancellable) : GData.DownloadStream
GData.MediaThumbnail
Method
download (Service service, Cancellable cancellable) : GData.DownloadStream
GData.UploadStream
Property
service : GData.Service
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_service () : GData.Service
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:26 GMT+0800 (HKT)