Class

GoaObjectProxy

Description [src]

class Goa.ObjectProxy : Gio.DBusObjectProxy
  implements Gio.DBusObject, Goa.Object {
  /* No available fields */
}

The GoaObjectProxy structure contains only private data and should only be accessed using the provided API.

Implements

Constructors

goa_object_proxy_new

Creates a new proxy object.

Instance methods

Methods inherited from GDBusObjectProxy (1)
g_dbus_object_proxy_get_connection

Gets the connection that proxy is for.

since: 2.30

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GDBusObject (3)
g_dbus_object_get_interface

Gets the D-Bus interface with name interface_name associated with object, if any.

since: 2.30

g_dbus_object_get_interfaces

Gets the D-Bus interfaces associated with object.

since: 2.30

g_dbus_object_get_object_path

Gets the object path for object.

since: 2.30

Methods inherited from GoaObject (40)

Please see GoaObject for a full list of methods.

Properties

Properties inherited from GDBusObjectProxy (2)
Gio.DBusObjectProxy:g-connection

The connection of the proxy.

since: 2.30

Gio.DBusObjectProxy:g-object-path

The object path of the proxy.

since: 2.30

Properties inherited from GoaObject (20)
GoaObject:account

The GoaAccount instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Account, if any.

GoaObject:calendar

The GoaCalendar instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Calendar, if any.

GoaObject:chat

The GoaChat instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Chat, if any.

GoaObject:contacts

The GoaContacts instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Contacts, if any.

GoaObject:documents

The GoaDocuments instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Documents, if any.

deprecated: Unknown 

GoaObject:exchange

The GoaExchange instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Exchange, if any.

since: 3.6.0

GoaObject:files

The GoaFiles instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Files, if any.

since: 3.8.0

GoaObject:mail

The GoaMail instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Mail, if any.

GoaObject:manager

The GoaManager instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Manager, if any.

GoaObject:maps

The GoaMaps instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Maps, if any.

deprecated: Unknown since: 3.14.0

GoaObject:media-server

The GoaMediaServer instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.MediaServer, if any.

deprecated: Unknown since: 3.14

GoaObject:music

The GoaMusic instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Music, if any.

since: 3.18.0

GoaObject:oauth-based

The GoaOAuthBased instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.OAuthBased, if any.

GoaObject:oauth2-based

The GoaOAuth2Based instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.OAuth2Based, if any.

GoaObject:password-based

The GoaPasswordBased instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.PasswordBased, if any.

since: 3.6.0

GoaObject:photos

The GoaPhotos instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Photos, if any.

since: 3.8.0

GoaObject:printers

The GoaPrinters instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Printers, if any.

deprecated: Unknown since: 3.12.0

GoaObject:read-later

The GoaReadLater instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.ReadLater, if any.

deprecated: Unknown since: 3.12.0

GoaObject:ticketing

The GoaTicketing instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Ticketing, if any.

since: 3.6.0

GoaObject:todo

The GoaTodo instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Todo, if any.

deprecated: Unknown since: 3.26.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Signals inherited from GDBusObject (2)
GDBusObject::interface-added

Emitted when interface is added to object.

since: 2.30

GDBusObject::interface-removed

Emitted when interface is removed from object.

since: 2.30

Class structure

struct GoaObjectProxyClass {
  GDBusObjectProxyClass parent_class;
  
}

Class structure for GoaObjectProxy.

Class members
parent_class: GDBusObjectProxyClass

The parent class.