get_block_for_uuid
Description:
public List<
Block>
get_block_for_uuid (
string uuid)
Gets all the Block instances with the given uuid, if any.
Parameters:
this |
A Client.
|
uuid |
The uuid.
|
Returns:
A list of Block instances. The returned list should be freed with
g_list_free after each element has been freed with unref.
|