Interface

GoaFiles

since: 3.8.0

Description [src]

interface Goa.Files : GObject.Object

Abstract 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_dup_uri

Gets a copy of the Uri” D-Bus property.

since: 3.8.0

goa_files_get_accept_ssl_errors

Gets the value of the AcceptSslErrors” D-Bus property.

since: 3.8.0

goa_files_get_uri

Gets the value of the Uri” D-Bus property.

since: 3.8.0

goa_files_set_accept_ssl_errors

Sets the AcceptSslErrors” D-Bus property to value.

since: 3.8.0

goa_files_set_uri

Sets the Uri” D-Bus property to value.

since: 3.8.0

Properties

Goa.Files:accept-ssl-errors

Represents the D-Bus property AcceptSslErrors”.

since: 3.8.0

Goa.Files:uri

Represents the D-Bus property Uri”.

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
GTypeInterface
 

The parent interface.

get_accept_ssl_errors
gboolean (* get_accept_ssl_errors) (
    GoaFiles* object
  )
 

Getter for the GoaFiles:accept-ssl-errors property.

get_uri
const gchar* (* get_uri) (
    GoaFiles* object
  )
 

Getter for the GoaFiles:uri property.

Virtual methods

Goa.Files.get_accept_ssl_errors

Gets the value of the AcceptSslErrors” D-Bus property.

since: 3.8.0

Goa.Files.get_uri

Gets the value of the Uri” D-Bus property.

since: 3.8.0