~ubuntu-branches/ubuntu/natty/upstart/natty

« back to all changes in this revision

Viewing changes to init/parse_job.c

New upstream release 0.9.6: Important session+chroot fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
 * of the returned job are freed, the returned job will also be
281
281
 * freed.
282
282
 *
283
 
 * Returns: if @update is NULL, returns new JobClass structure on success, NULL on raised error.
284
 
 * If @update is not NULL, returns @update or NULL on error.
 
283
 * Returns: If @update is NULL, returns new JobClass structure on success, NULL on raised error.
 
284
 * If @update is not NULL, returns @update on success, or NULL on error.
285
285
 **/
286
286
JobClass *
287
287
parse_job (const void *parent,