Method

GoaObjectget_ticketing

since: 3.6.0

Declaration [src]

GoaTicketing*
goa_object_get_ticketing (
  GoaObject* object
)

Description [src]

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

Available since: 3.6.0

Gets propertyGoa.Object:ticketing

Return value

Type: GoaTicketing

A GoaTicketing 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.