Interface

Goa-1.0GoaTicketingInterface

Interface for implementing Ticketing. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_handle_get_ticket(invocation: Gio.DBusMethodInvocation): boolean;
}

Hierarchy (View Summary)

Index

Methods