get_jobs_for_object
Description:
public List<
Job>
get_jobs_for_object (
Object object)
Gets all the Job instances that reference object
, if any.
Parameters:
this |
A Client.
|
object |
A Object.
|
Returns:
A list of Job instances. The returned list should be freed with
g_list_free after each element has been freed with
unref.
|