| 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.
GTypeInterface |
the parent interface structure |
|
virtual method called by |
||
asynchronous finish function for |
||
getter method for the abstract property "cancellable" |
||
setter method for the abstract property "cancellable" |