Interface
GoaFiles
since: 3.8.0
Description [src]
interface Goa.Files : GObject.ObjectAbstract interface type for the D-Bus interface org.gnome.OnlineAccounts.Files.
Available since: 3.8.0
Prerequisite
In order to implement Files, your type must inherit fromGObject.
Functions
goa_files_interface_info
Gets a machine-readable description of the org.gnome.OnlineAccounts.Files D-Bus interface.
since: 3.8.0
goa_files_override_properties
Overrides all GObject properties in the GoaFiles interface for a concrete class.
The properties are overridden in the order they are defined.
since: 3.8.0
Instance methods
goa_files_get_accept_ssl_errors
Gets the value of the “AcceptSslErrors” D-Bus property.
since: 3.8.0
Interface structure
struct GoaFilesIface {
  GTypeInterface parent_iface;
  gboolean (* get_accept_ssl_errors) (
    GoaFiles* object
  );
  const gchar* (* get_uri) (
    GoaFiles* object
  );
  
}Virtual table for the D-Bus interface org.gnome.OnlineAccounts.Files.
Interface members
| parent_iface |  | 
| The parent interface. | |
| get_accept_ssl_errors |  | 
| Getter for the  | |
| get_uri |  | 
| Getter for the  | 
Virtual methods
Goa.Files.get_accept_ssl_errors
Gets the value of the “AcceptSslErrors” D-Bus property.
since: 3.8.0