Goa.Ticketing

g GObject.GInterface GObject.GInterface Goa.Ticketing Goa.Ticketing GObject.GInterface->Goa.Ticketing

Implementations:

Goa.TicketingProxy, Goa.TicketingSkeleton

Methods

class

interface_info ()

class

override_properties (klass, property_id_begin)

call_get_ticket (cancellable, callback, *user_data)

call_get_ticket_finish (res)

call_get_ticket_sync (cancellable)

complete_get_ticket (invocation)

Virtual Methods

do_handle_get_ticket (invocation)

Properties

Name

Type

Flags

Short Description

details

GLib.Variant

r/w

Details

Signals

Name

Short Description

handle-get-ticket

Signal emitted when a remote caller is invoking the ‘GetTicket() [gdbus-method-org-gnome-OnlineAccounts-Ticketing.GetTicket]’ D-Bus method.

Fields

None

Class Details

class Goa.Ticketing
Bases:

GObject.GInterface

Structure:

Goa.TicketingIface

Abstract interface type for the D-Bus interface ‘org.gnome.OnlineAccounts.Ticketing [gdbus-interface-org-gnome-OnlineAccounts-Ticketing.top_of_page]’.

New in version 3.6.0.

classmethod interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.gnome.OnlineAccounts.Ticketing [gdbus-interface-org-gnome-OnlineAccounts-Ticketing.top_of_page]’ D-Bus interface.

New in version 3.6.0.

classmethod override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the Goa.Ticketing interface for a concrete class. The properties are overridden in the order they are defined.

New in version 3.6.0.

call_get_ticket(cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the ‘GetTicket() [gdbus-method-org-gnome-OnlineAccounts-Ticketing.GetTicket]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see GLib.MainContext.push_thread_default()). You can then call Goa.Ticketing.call_get_ticket_finish() to get the result of the operation.

See Goa.Ticketing.call_get_ticket_sync() for the synchronous, blocking version of this method.

New in version 3.6.0.

call_get_ticket_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to Goa.Ticketing.call_get_ticket().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Finishes an operation started with Goa.Ticketing.call_get_ticket().

New in version 3.6.0.

call_get_ticket_sync(cancellable)
Parameters:

cancellable (Gio.Cancellable or None) – A Gio.Cancellable or None.

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Synchronously invokes the ‘GetTicket() [gdbus-method-org-gnome-OnlineAccounts-Ticketing.GetTicket]’ D-Bus method on self. The calling thread is blocked until a reply is received.

See Goa.Ticketing.call_get_ticket() for the asynchronous version of this method.

New in version 3.6.0.

complete_get_ticket(invocation)
Parameters:

invocation (Gio.DBusMethodInvocation) – A Gio.DBusMethodInvocation.

Helper function used in service implementations to finish handling invocations of the ‘GetTicket() [gdbus-method-org-gnome-OnlineAccounts-Ticketing.GetTicket]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation, you cannot use it afterwards.

New in version 3.6.0.

do_handle_get_ticket(invocation) virtual
Parameters:

invocation (Gio.DBusMethodInvocation) –

Return type:

bool

Signal Details

Goa.Ticketing.signals.handle_get_ticket(ticketing, invocation)
Signal Name:

handle-get-ticket

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the ‘GetTicket() [gdbus-method-org-gnome-OnlineAccounts-Ticketing.GetTicket]’ D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call Goa.Ticketing.complete_get_ticket() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 3.6.0.

Property Details

Goa.Ticketing.props.details
Name:

details

Type:

GLib.Variant

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“Details” [gdbus-property-org-gnome-OnlineAccounts-Ticketing.Details]’.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 3.18.