Method

GoaObjectget_manager

Declaration [src]

GoaManager*
goa_object_get_manager (
  GoaObject* object
)

Description [src]

Gets the GoaManager instance for the D-Bus interface org.gnome.OnlineAccounts.Manager on object, if any.

Gets propertyGoa.Object:manager

Return value

Type: GoaManager

A GoaManager that must be freed with g_object_unref() or NULL if object does not implement the interface.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.