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

« back to all changes in this revision

Viewing changes to docs/reference/gio/tmpl/gdbuserror.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
 
gdbuserror
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
 
13
 
<!-- ##### SECTION See_Also ##### -->
14
 
<para>
15
 
 
16
 
</para>
17
 
 
18
 
 
19
 
<!-- ##### SECTION Stability_Level ##### -->
20
 
 
21
 
 
22
 
<!-- ##### SECTION Image ##### -->
23
 
 
24
 
 
25
 
<!-- ##### ENUM GDBusError ##### -->
26
 
<para>
27
 
 
28
 
</para>
29
 
 
30
 
@G_DBUS_ERROR_FAILED: 
31
 
@G_DBUS_ERROR_NO_MEMORY: 
32
 
@G_DBUS_ERROR_SERVICE_UNKNOWN: 
33
 
@G_DBUS_ERROR_NAME_HAS_NO_OWNER: 
34
 
@G_DBUS_ERROR_NO_REPLY: 
35
 
@G_DBUS_ERROR_IO_ERROR: 
36
 
@G_DBUS_ERROR_BAD_ADDRESS: 
37
 
@G_DBUS_ERROR_NOT_SUPPORTED: 
38
 
@G_DBUS_ERROR_LIMITS_EXCEEDED: 
39
 
@G_DBUS_ERROR_ACCESS_DENIED: 
40
 
@G_DBUS_ERROR_AUTH_FAILED: 
41
 
@G_DBUS_ERROR_NO_SERVER: 
42
 
@G_DBUS_ERROR_TIMEOUT: 
43
 
@G_DBUS_ERROR_NO_NETWORK: 
44
 
@G_DBUS_ERROR_ADDRESS_IN_USE: 
45
 
@G_DBUS_ERROR_DISCONNECTED: 
46
 
@G_DBUS_ERROR_INVALID_ARGS: 
47
 
@G_DBUS_ERROR_FILE_NOT_FOUND: 
48
 
@G_DBUS_ERROR_FILE_EXISTS: 
49
 
@G_DBUS_ERROR_UNKNOWN_METHOD: 
50
 
@G_DBUS_ERROR_TIMED_OUT: 
51
 
@G_DBUS_ERROR_MATCH_RULE_NOT_FOUND: 
52
 
@G_DBUS_ERROR_MATCH_RULE_INVALID: 
53
 
@G_DBUS_ERROR_SPAWN_EXEC_FAILED: 
54
 
@G_DBUS_ERROR_SPAWN_FORK_FAILED: 
55
 
@G_DBUS_ERROR_SPAWN_CHILD_EXITED: 
56
 
@G_DBUS_ERROR_SPAWN_CHILD_SIGNALED: 
57
 
@G_DBUS_ERROR_SPAWN_FAILED: 
58
 
@G_DBUS_ERROR_SPAWN_SETUP_FAILED: 
59
 
@G_DBUS_ERROR_SPAWN_CONFIG_INVALID: 
60
 
@G_DBUS_ERROR_SPAWN_SERVICE_INVALID: 
61
 
@G_DBUS_ERROR_SPAWN_SERVICE_NOT_FOUND: 
62
 
@G_DBUS_ERROR_SPAWN_PERMISSIONS_INVALID: 
63
 
@G_DBUS_ERROR_SPAWN_FILE_INVALID: 
64
 
@G_DBUS_ERROR_SPAWN_NO_MEMORY: 
65
 
@G_DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN: 
66
 
@G_DBUS_ERROR_INVALID_SIGNATURE: 
67
 
@G_DBUS_ERROR_INVALID_FILE_CONTENT: 
68
 
@G_DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN: 
69
 
@G_DBUS_ERROR_ADT_AUDIT_DATA_UNKNOWN: 
70
 
@G_DBUS_ERROR_OBJECT_PATH_IN_USE: 
71
 
 
72
 
<!-- ##### MACRO G_DBUS_ERROR ##### -->
73
 
<para>
74
 
 
75
 
</para>
76
 
 
77
 
 
78
 
 
79
 
<!-- ##### FUNCTION g_dbus_error_is_remote_error ##### -->
80
 
<para>
81
 
 
82
 
</para>
83
 
 
84
 
@error: 
85
 
@Returns: 
86
 
 
87
 
 
88
 
<!-- ##### FUNCTION g_dbus_error_get_remote_error ##### -->
89
 
<para>
90
 
 
91
 
</para>
92
 
 
93
 
@error: 
94
 
@Returns: 
95
 
 
96
 
 
97
 
<!-- ##### FUNCTION g_dbus_error_strip_remote_error ##### -->
98
 
<para>
99
 
 
100
 
</para>
101
 
 
102
 
@error: 
103
 
@Returns: 
104
 
 
105
 
 
106
 
<!-- ##### STRUCT GDBusErrorEntry ##### -->
107
 
<para>
108
 
 
109
 
</para>
110
 
 
111
 
@error_code: 
112
 
@dbus_error_name: 
113
 
 
114
 
<!-- ##### FUNCTION g_dbus_error_register_error_domain ##### -->
115
 
<para>
116
 
 
117
 
</para>
118
 
 
119
 
@error_domain_quark_name: 
120
 
@quark_volatile: 
121
 
@entries: 
122
 
@num_entries: 
123
 
 
124
 
 
125
 
<!-- ##### FUNCTION g_dbus_error_register_error ##### -->
126
 
<para>
127
 
 
128
 
</para>
129
 
 
130
 
@error_domain: 
131
 
@error_code: 
132
 
@dbus_error_name: 
133
 
@Returns: 
134
 
 
135
 
 
136
 
<!-- ##### FUNCTION g_dbus_error_unregister_error ##### -->
137
 
<para>
138
 
 
139
 
</para>
140
 
 
141
 
@error_domain: 
142
 
@error_code: 
143
 
@dbus_error_name: 
144
 
@Returns: 
145
 
 
146
 
 
147
 
<!-- ##### FUNCTION g_dbus_error_new_for_dbus_error ##### -->
148
 
<para>
149
 
 
150
 
</para>
151
 
 
152
 
@dbus_error_name: 
153
 
@dbus_error_message: 
154
 
@Returns: 
155
 
 
156
 
 
157
 
<!-- ##### FUNCTION g_dbus_error_set_dbus_error ##### -->
158
 
<para>
159
 
 
160
 
</para>
161
 
 
162
 
@error: 
163
 
@dbus_error_name: 
164
 
@dbus_error_message: 
165
 
@format: 
166
 
@...: 
167
 
 
168
 
 
169
 
<!-- ##### FUNCTION g_dbus_error_set_dbus_error_valist ##### -->
170
 
<para>
171
 
 
172
 
</para>
173
 
 
174
 
@error: 
175
 
@dbus_error_name: 
176
 
@dbus_error_message: 
177
 
@format: 
178
 
@var_args: 
179
 
 
180
 
 
181
 
<!-- ##### FUNCTION g_dbus_error_encode_gerror ##### -->
182
 
<para>
183
 
 
184
 
</para>
185
 
 
186
 
@error: 
187
 
@Returns: 
188
 
 
189