enumerate_actions_sync


Description:

public List<ActionDescription> enumerate_actions_sync (Cancellable? cancellable = null) throws Error

Synchronously retrieves all registered actions - the calling thread is blocked until a reply is received.

See enumerate_actions for the asynchronous version.

Parameters:

this

A Authority.

cancellable

A Cancellable or null.

Returns:

A list of ActionDescription or null if throws is set. The returned list should be freed with g_list_free after each element have been freed with unref.