![]() |
![]() |
![]() |
librygel-core Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites | Properties | Signals |
void rygel_state_machine_run (RygelStateMachine *self
,GAsyncReadyCallback _callback_
,gpointer _user_data_
); void rygel_state_machine_run_finish (RygelStateMachine *self
,GAsyncResult *_res_
); GCancellable * rygel_state_machine_get_cancellable (RygelStateMachine *self
); void rygel_state_machine_set_cancellable (RygelStateMachine *self
,GCancellable *value
); RygelStateMachine;
void rygel_state_machine_run (RygelStateMachine *self
,GAsyncReadyCallback _callback_
,gpointer _user_data_
);
See also: rygel_state_machine_run_finish()
|
the RygelStateMachine instance |
|
callback to call when the request is satisfied. [scope async] |
|
the data to pass to _callback_ function. [closure]
|
void rygel_state_machine_run_finish (RygelStateMachine *self
,GAsyncResult *_res_
);
See also: rygel_state_machine_run()
|
the RygelStateMachine instance |
|
a GAsyncResult |
GCancellable * rygel_state_machine_get_cancellable (RygelStateMachine *self
);
|
the RygelStateMachine instance to query |
Returns : |
the value of the "cancellable" property |
void rygel_state_machine_set_cancellable (RygelStateMachine *self
,GCancellable *value
);
|
the RygelStateMachine instance to modify |
|
the new value of the "cancellable" property |
"completed"
signalvoid user_function (RygelStateMachine *state_machine,
gpointer user_data) : Run Last
|
the RygelStateMachine instance that received the signal |
|
user data set when the signal handler was connected. |