Top |
struct RygelStateMachineIface { GTypeInterface parent_iface; void (*run) (RygelStateMachine* self, GAsyncReadyCallback _callback_, gpointer _user_data_); void (*run_finish) (RygelStateMachine* self, GAsyncResult* _res_); GCancellable* (*get_cancellable) (RygelStateMachine* self); void (*set_cancellable) (RygelStateMachine* self, GCancellable* value); };
Interface for creating RygelStateMachine implementations.