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