~ubuntu-branches/ubuntu/maverick/hal/maverick

« back to all changes in this revision

Viewing changes to hald/hald_runner.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 90.
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * hald_runner.h - Interface to the hal runner helper daemon
6
6
 *
7
7
 * Copyright (C) 2006 Sjoerd Simons <sjoerd@luon.net>
 
8
 * Copyright (C) 2007 Codethink Ltd. Author Rob Taylor <rob.taylor@codethink.co.uk>
8
9
 *
9
10
 * Licensed under the Academic Free License version 2.1
10
11
 *
61
62
hald_runner_start (HalDevice *device, const gchar *command_line, char **extra_env, 
62
63
                   HalRunTerminatedCB cb, gpointer data1, gpointer data2);
63
64
 
 
65
gboolean
 
66
hald_runner_start_singleton (const gchar * command_line,
 
67
                             char **extra_env, HalRunTerminatedCB cb,
 
68
                             gpointer data1, gpointer data2);
 
69
 
64
70
/* Run a helper program using the commandline, with input as infomation on
65
71
 * stdin */
66
72
void