public interface Authorizer : GLib.Object {
public abstract bool is_authorized_for_domain (GData.AuthorizationDomain domain);
public abstract void process_request (GData.AuthorizationDomain? domain, Soup.Message message);
- public abstract bool refresh_authorization (GLib.Cancellable? cancellable = null) throws GLib.Error;
- public abstract async bool refresh_authorization_async (GLib.Cancellable? cancellable) throws GLib.Error;
+ public virtual bool refresh_authorization (GLib.Cancellable? cancellable = null) throws GLib.Error;
+ public virtual async bool refresh_authorization_async (GLib.Cancellable? cancellable) throws GLib.Error;
}
[CCode (cheader_filename = "gdata/gdata.h", type_id = "gdata_batchable_get_type ()")]
[Version (since = "0.7.0")]
Color struct
*.*_async skip=false
*.*_finish skip=false
+Authorizer.refresh_authorization_async#virtual_method virtual
+Authorizer.refresh_authorization#virtual_method virtual
ContactsContact.get_photo type="uint8[]" array_length_idx=1
ContactsContact.get_photo_async type="uint8[]" array_length_idx=1
Parsable.get_xml#method skip