Method

GoaObjectSkeletonset_contacts

Declaration [src]

void
goa_object_skeleton_set_contacts (
  GoaObjectSkeleton* object,
  GoaContacts* interface_
)

Description [src]

Sets the GoaContacts instance for the D-Bus interface org.gnome.OnlineAccounts.Contacts on object.

Parameters

interface_

Type: GoaContacts

A GoaContacts or NULL to clear the interface.

The argument can be NULL.
The data is owned by the caller of the method.