~ubuntu-branches/ubuntu/saucy/glib2.0/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/glib/tmpl/spawn.sgml

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-09-18 11:49:30 UTC
  • mfrom: (1.63.26) (172.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20130918114930-25x6p3ytts9nnlvd
Tags: 2.37.93-1ubuntu1
* Rebase on Debian experimental, remaining changes:
  + Build-Depend on python:any for cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
Spawning Processes
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
<!-- ##### SECTION See_Also ##### -->
13
 
<para>
14
 
 
15
 
</para>
16
 
 
17
 
<!-- ##### SECTION Stability_Level ##### -->
18
 
 
19
 
 
20
 
<!-- ##### SECTION Image ##### -->
21
 
 
22
 
 
23
 
<!-- ##### ENUM GSpawnError ##### -->
24
 
<para>
25
 
 
26
 
</para>
27
 
 
28
 
@G_SPAWN_ERROR_FORK: 
29
 
@G_SPAWN_ERROR_READ: 
30
 
@G_SPAWN_ERROR_CHDIR: 
31
 
@G_SPAWN_ERROR_ACCES: 
32
 
@G_SPAWN_ERROR_PERM: 
33
 
@G_SPAWN_ERROR_TOO_BIG: 
34
 
@G_SPAWN_ERROR_2BIG: 
35
 
@G_SPAWN_ERROR_NOEXEC: 
36
 
@G_SPAWN_ERROR_NAMETOOLONG: 
37
 
@G_SPAWN_ERROR_NOENT: 
38
 
@G_SPAWN_ERROR_NOMEM: 
39
 
@G_SPAWN_ERROR_NOTDIR: 
40
 
@G_SPAWN_ERROR_LOOP: 
41
 
@G_SPAWN_ERROR_TXTBUSY: 
42
 
@G_SPAWN_ERROR_IO: 
43
 
@G_SPAWN_ERROR_NFILE: 
44
 
@G_SPAWN_ERROR_MFILE: 
45
 
@G_SPAWN_ERROR_INVAL: 
46
 
@G_SPAWN_ERROR_ISDIR: 
47
 
@G_SPAWN_ERROR_LIBBAD: 
48
 
@G_SPAWN_ERROR_FAILED: 
49
 
 
50
 
<!-- ##### MACRO G_SPAWN_ERROR ##### -->
51
 
<para>
52
 
 
53
 
</para>
54
 
 
55
 
 
56
 
 
57
 
<!-- ##### ENUM GSpawnFlags ##### -->
58
 
<para>
59
 
 
60
 
</para>
61
 
 
62
 
@G_SPAWN_DEFAULT: 
63
 
@G_SPAWN_LEAVE_DESCRIPTORS_OPEN: 
64
 
@G_SPAWN_DO_NOT_REAP_CHILD: 
65
 
@G_SPAWN_SEARCH_PATH: 
66
 
@G_SPAWN_STDOUT_TO_DEV_NULL: 
67
 
@G_SPAWN_STDERR_TO_DEV_NULL: 
68
 
@G_SPAWN_CHILD_INHERITS_STDIN: 
69
 
@G_SPAWN_FILE_AND_ARGV_ZERO: 
70
 
@G_SPAWN_SEARCH_PATH_FROM_ENVP: 
71
 
 
72
 
<!-- ##### USER_FUNCTION GSpawnChildSetupFunc ##### -->
73
 
<para>
74
 
 
75
 
</para>
76
 
 
77
 
@user_data: 
78
 
 
79
 
 
80
 
<!-- ##### FUNCTION g_spawn_async_with_pipes ##### -->
81
 
<para>
82
 
 
83
 
</para>
84
 
 
85
 
@working_directory: 
86
 
@argv: 
87
 
@envp: 
88
 
@flags: 
89
 
@child_setup: 
90
 
@user_data: 
91
 
@child_pid: 
92
 
@standard_input: 
93
 
@standard_output: 
94
 
@standard_error: 
95
 
@error: 
96
 
@Returns: 
97
 
 
98
 
 
99
 
<!-- ##### FUNCTION g_spawn_async ##### -->
100
 
<para>
101
 
 
102
 
</para>
103
 
 
104
 
@working_directory: 
105
 
@argv: 
106
 
@envp: 
107
 
@flags: 
108
 
@child_setup: 
109
 
@user_data: 
110
 
@child_pid: 
111
 
@error: 
112
 
@Returns: 
113
 
 
114
 
 
115
 
<!-- ##### FUNCTION g_spawn_sync ##### -->
116
 
<para>
117
 
 
118
 
</para>
119
 
 
120
 
@working_directory: 
121
 
@argv: 
122
 
@envp: 
123
 
@flags: 
124
 
@child_setup: 
125
 
@user_data: 
126
 
@standard_output: 
127
 
@standard_error: 
128
 
@exit_status: 
129
 
@error: 
130
 
@Returns: 
131
 
 
132
 
 
133
 
<!-- ##### FUNCTION g_spawn_check_exit_status ##### -->
134
 
<para>
135
 
 
136
 
</para>
137
 
 
138
 
@exit_status: 
139
 
@error: 
140
 
@Returns: 
141
 
 
142
 
 
143
 
<!-- ##### FUNCTION g_spawn_command_line_async ##### -->
144
 
<para>
145
 
 
146
 
</para>
147
 
 
148
 
@command_line: 
149
 
@error: 
150
 
@Returns: 
151
 
 
152
 
 
153
 
<!-- ##### FUNCTION g_spawn_command_line_sync ##### -->
154
 
<para>
155
 
 
156
 
</para>
157
 
 
158
 
@command_line: 
159
 
@standard_output: 
160
 
@standard_error: 
161
 
@exit_status: 
162
 
@error: 
163
 
@Returns: 
164
 
 
165
 
 
166
 
<!-- ##### FUNCTION g_spawn_close_pid ##### -->
167
 
<para>
168
 
 
169
 
</para>
170
 
 
171
 
@pid: 
172
 
 
173