~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to docs/reference/html/CheeseCameraDeviceMonitor.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-04-02 21:39:33 UTC
  • mfrom: (1.5.1) (15.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140402213933-r0w3gna0pv7q7085
Tags: 3.12.0-1
* New upstream release.
* Revert changes done in 3.10.1-3
  - i.e. lower gnome-desktop build-dependency again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="libcheese.html" title="libcheese">
9
9
<link rel="prev" href="CheeseCameraDevice.html" title="CheeseCameraDevice">
10
10
<link rel="next" href="CheeseEffect.html" title="CheeseEffect">
11
 
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
 
<td width="100%" align="left">
17
 
<a href="#" class="shortcut">Top</a>
18
 
                   | 
19
 
                  <a href="#CheeseCameraDeviceMonitor.description" class="shortcut">Description</a>
20
 
                   | 
21
 
                  <a href="#CheeseCameraDeviceMonitor.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
 
                   | 
23
 
                  <a href="#CheeseCameraDeviceMonitor.signals" class="shortcut">Signals</a>
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
 
16
<td width="100%" align="left" class="shortcuts">
 
17
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
 
18
                  <a href="#CheeseCameraDeviceMonitor.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
 
19
                  <a href="#CheeseCameraDeviceMonitor.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_signals">  <span class="dim">|</span> 
 
20
                  <a href="#CheeseCameraDeviceMonitor.signals" class="shortcut">Signals</a></span>
24
21
</td>
25
22
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
23
<td><a accesskey="u" href="libcheese.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
34
31
<h2><span class="refentrytitle"><a name="CheeseCameraDeviceMonitor.top_of_page"></a>CheeseCameraDeviceMonitor</span></h2>
35
32
<p>CheeseCameraDeviceMonitor — Simple object to enumerate v4l devices</p>
36
33
</td>
37
 
<td valign="top" align="right"></td>
 
34
<td class="gallery_image" valign="top" align="right"></td>
38
35
</tr></table></div>
39
36
<div class="refsect1">
40
37
<a name="CheeseCameraDeviceMonitor.stability-level"></a><h2>Stability Level</h2>
41
 
Unstable, unless otherwise indicated
42
 
</div>
43
 
<div class="refsynopsisdiv">
44
 
<a name="CheeseCameraDeviceMonitor.synopsis"></a><h2>Synopsis</h2>
45
 
<pre class="synopsis">
46
 
#include &lt;cheese/cheese-camera-device-monitor.h&gt;
47
 
 
48
 
struct              <a class="link" href="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitorClass" title="struct CheeseCameraDeviceMonitorClass">CheeseCameraDeviceMonitorClass</a>;
49
 
struct              <a class="link" href="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-struct" title="struct CheeseCameraDeviceMonitor">CheeseCameraDeviceMonitor</a>;
50
 
<a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="returnvalue">CheeseCameraDeviceMonitor</span></a> * <a class="link" href="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-new" title="cheese_camera_device_monitor_new ()">cheese_camera_device_monitor_new</a>
51
 
                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);
52
 
<span class="returnvalue">void</span>                <a class="link" href="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-coldplug" title="cheese_camera_device_monitor_coldplug ()">cheese_camera_device_monitor_coldplug</a>
53
 
                                                        (<em class="parameter"><code><a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> *monitor</code></em>);
54
 
</pre>
 
38
<acronym title="Unstable interfaces are experimental or transitional. They are typically used to
 
39
give outside developers early access to new or rapidly changing technology, or
 
40
to provide an interim solution to a problem where a more general solution is
 
41
anticipated. No claims are made about either source or binary compatibility from
 
42
one minor release to the next.
 
43
 
 
44
The Unstable interface level is a warning that these interfaces are  subject to
 
45
change without warning and should not be used in unbundled products.
 
46
 
 
47
Given such caveats, customer impact need not be a factor when considering
 
48
incompatible changes to an Unstable interface in a major or minor release.
 
49
Nonetheless, when such changes are introduced, the changes should still be
 
50
mentioned in the release notes for the affected release.
 
51
"><span class="acronym">Unstable</span></acronym>, unless otherwise indicated
 
52
</div>
 
53
<div class="refsect1">
 
54
<a name="CheeseCameraDeviceMonitor.functions"></a><h2>Functions</h2>
 
55
<div class="informaltable"><table width="100%" border="0">
 
56
<colgroup>
 
57
<col width="150px" class="functions_return">
 
58
<col class="functions_name">
 
59
</colgroup>
 
60
<tbody>
 
61
<tr>
 
62
<td class="function_type">
 
63
<a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="returnvalue">CheeseCameraDeviceMonitor</span></a> *
 
64
</td>
 
65
<td class="function_name">
 
66
<a class="link" href="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-new" title="cheese_camera_device_monitor_new ()">cheese_camera_device_monitor_new</a> <span class="c_punctuation">()</span>
 
67
</td>
 
68
</tr>
 
69
<tr>
 
70
<td class="function_type">
 
71
<span class="returnvalue">void</span>
 
72
</td>
 
73
<td class="function_name">
 
74
<a class="link" href="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-coldplug" title="cheese_camera_device_monitor_coldplug ()">cheese_camera_device_monitor_coldplug</a> <span class="c_punctuation">()</span>
 
75
</td>
 
76
</tr>
 
77
</tbody>
 
78
</table></div>
 
79
</div>
 
80
<div class="refsect1">
 
81
<a name="CheeseCameraDeviceMonitor.signals"></a><h2>Signals</h2>
 
82
<div class="informaltable"><table border="0">
 
83
<colgroup>
 
84
<col width="150px" class="signals_return">
 
85
<col width="300px" class="signals_name">
 
86
<col width="200px" class="signals_flags">
 
87
</colgroup>
 
88
<tbody>
 
89
<tr>
 
90
<td class="signal_type"><span class="returnvalue">void</span></td>
 
91
<td class="signal_name"><a class="link" href="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-added" title="The “added” signal">added</a></td>
 
92
<td class="signal_flags">Action</td>
 
93
</tr>
 
94
<tr>
 
95
<td class="signal_type"><span class="returnvalue">void</span></td>
 
96
<td class="signal_name"><a class="link" href="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-removed" title="The “removed” signal">removed</a></td>
 
97
<td class="signal_flags">Action</td>
 
98
</tr>
 
99
</tbody>
 
100
</table></div>
 
101
</div>
 
102
<div class="refsect1">
 
103
<a name="CheeseCameraDeviceMonitor.other"></a><h2>Types and Values</h2>
 
104
<div class="informaltable"><table width="100%" border="0">
 
105
<colgroup>
 
106
<col width="150px" class="name">
 
107
<col class="description">
 
108
</colgroup>
 
109
<tbody>
 
110
<tr>
 
111
<td class="datatype_keyword">struct</td>
 
112
<td class="function_name"><a class="link" href="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitorClass" title="struct CheeseCameraDeviceMonitorClass">CheeseCameraDeviceMonitorClass</a></td>
 
113
</tr>
 
114
<tr>
 
115
<td class="datatype_keyword">struct</td>
 
116
<td class="function_name"><a class="link" href="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-struct" title="struct CheeseCameraDeviceMonitor">CheeseCameraDeviceMonitor</a></td>
 
117
</tr>
 
118
</tbody>
 
119
</table></div>
55
120
</div>
56
121
<div class="refsect1">
57
122
<a name="CheeseCameraDeviceMonitor.object-hierarchy"></a><h2>Object Hierarchy</h2>
58
 
<pre class="synopsis">
59
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
60
 
   +----CheeseCameraDeviceMonitor
 
123
<pre class="screen">    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
124
    <span class="lineart">╰──</span> CheeseCameraDeviceMonitor
61
125
</pre>
62
126
</div>
63
127
<div class="refsect1">
64
 
<a name="CheeseCameraDeviceMonitor.signals"></a><h2>Signals</h2>
65
 
<pre class="synopsis">
66
 
  "<a class="link" href="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-added" title='The "added" signal'>added</a>"                                          : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
67
 
  "<a class="link" href="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-removed" title='The "removed" signal'>removed</a>"                                        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
 
128
<a name="CheeseCameraDeviceMonitor.includes"></a><h2>Includes</h2>
 
129
<pre class="synopsis">#include &lt;cheese/cheese-camera-device-monitor.h&gt;
68
130
</pre>
69
131
</div>
70
132
<div class="refsect1">
71
133
<a name="CheeseCameraDeviceMonitor.description"></a><h2>Description</h2>
72
 
<p>
73
 
<a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> provides a basic interface for video4linux device
74
 
enumeration and hotplugging.
75
 
</p>
76
 
<p>
77
 
It uses either GUdev or some platform specific code to list video devices.
 
134
<p><a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> provides a basic interface for video4linux device
 
135
enumeration and hotplugging.</p>
 
136
<p>It uses either GUdev or some platform specific code to list video devices.
78
137
It is also capable (right now in Linux only, with the udev backend) to
79
138
monitor device plugging and emit a CheeseCameraDeviceMonitor::added or
80
 
CheeseCameraDeviceMonitor::removed signal when an event happens.
81
 
</p>
82
 
</div>
83
 
<div class="refsect1">
84
 
<a name="CheeseCameraDeviceMonitor.details"></a><h2>Details</h2>
 
139
CheeseCameraDeviceMonitor::removed signal when an event happens.</p>
 
140
</div>
 
141
<div class="refsect1">
 
142
<a name="CheeseCameraDeviceMonitor.functions_details"></a><h2>Functions</h2>
 
143
<div class="refsect2">
 
144
<a name="cheese-camera-device-monitor-new"></a><h3>cheese_camera_device_monitor_new ()</h3>
 
145
<pre class="programlisting"><a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="returnvalue">CheeseCameraDeviceMonitor</span></a> *
 
146
cheese_camera_device_monitor_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
147
<p>Returns a new <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> object.</p>
 
148
<div class="refsect3">
 
149
<a name="id-1.3.6.10.2.5"></a><h4>Returns</h4>
 
150
<p> a new <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> object.</p>
 
151
<p></p>
 
152
</div>
 
153
</div>
 
154
<hr>
 
155
<div class="refsect2">
 
156
<a name="cheese-camera-device-monitor-coldplug"></a><h3>cheese_camera_device_monitor_coldplug ()</h3>
 
157
<pre class="programlisting"><span class="returnvalue">void</span>
 
158
cheese_camera_device_monitor_coldplug (<em class="parameter"><code><a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> *monitor</code></em>);</pre>
 
159
<p>Enumerate plugged in cameras and emit ::added for those which already exist.
 
160
This is only required when your program starts, so be sure to connect to
 
161
at least the ::added signal before calling this function.</p>
 
162
<div class="refsect3">
 
163
<a name="id-1.3.6.10.3.5"></a><h4>Parameters</h4>
 
164
<div class="informaltable"><table width="100%" border="0">
 
165
<colgroup>
 
166
<col width="150px" class="parameters_name">
 
167
<col class="parameters_description">
 
168
<col width="200px" class="parameters_annotations">
 
169
</colgroup>
 
170
<tbody><tr>
 
171
<td class="parameter_name"><p>monitor</p></td>
 
172
<td class="parameter_description"><p>a <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a></p></td>
 
173
<td class="parameter_annotations"> </td>
 
174
</tr></tbody>
 
175
</table></div>
 
176
</div>
 
177
</div>
 
178
</div>
 
179
<div class="refsect1">
 
180
<a name="CheeseCameraDeviceMonitor.other_details"></a><h2>Types and Values</h2>
85
181
<div class="refsect2">
86
182
<a name="CheeseCameraDeviceMonitorClass"></a><h3>struct CheeseCameraDeviceMonitorClass</h3>
87
183
<pre class="programlisting">struct CheeseCameraDeviceMonitorClass {
90
186
  void (*removed)(CheeseCameraDeviceMonitor *monitor, const gchar *uuid);
91
187
};
92
188
</pre>
93
 
<p>
94
 
Class for <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a>.
95
 
</p>
96
 
<div class="variablelist"><table border="0" class="variablelist">
 
189
<p>Class for <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a>.</p>
 
190
<div class="refsect3">
 
191
<a name="id-1.3.6.11.2.5"></a><h4>Members</h4>
 
192
<div class="informaltable"><table width="100%" border="0">
97
193
<colgroup>
98
 
<col align="left" valign="top">
99
 
<col>
 
194
<col width="300px" class="struct_members_name">
 
195
<col class="struct_members_description">
 
196
<col width="200px" class="struct_members_annotations">
100
197
</colgroup>
101
198
<tbody>
102
199
<tr>
103
 
<td><p><span class="term"><em class="structfield"><code><a name="CheeseCameraDeviceMonitorClass.added"></a>added</code></em> ()</span></p></td>
104
 
<td>invoked when a new video capture device is connected</td>
 
200
<td class="struct_member_name"><p><em class="structfield"><code><a name="CheeseCameraDeviceMonitorClass.added"></a>added</code></em> ()</p></td>
 
201
<td class="struct_member_description"><p>invoked when a new video capture device is connected</p></td>
 
202
<td class="struct_member_annotations"> </td>
105
203
</tr>
106
204
<tr>
107
 
<td><p><span class="term"><em class="structfield"><code><a name="CheeseCameraDeviceMonitorClass.removed"></a>removed</code></em> ()</span></p></td>
108
 
<td>invoked when a video capture device is removed</td>
 
205
<td class="struct_member_name"><p><em class="structfield"><code><a name="CheeseCameraDeviceMonitorClass.removed"></a>removed</code></em> ()</p></td>
 
206
<td class="struct_member_description"><p>invoked when a video capture device is removed</p></td>
 
207
<td class="struct_member_annotations"> </td>
109
208
</tr>
110
209
</tbody>
111
210
</table></div>
112
211
</div>
 
212
</div>
113
213
<hr>
114
214
<div class="refsect2">
115
215
<a name="CheeseCameraDeviceMonitor-struct"></a><h3>struct CheeseCameraDeviceMonitor</h3>
116
216
<pre class="programlisting">struct CheeseCameraDeviceMonitor;</pre>
117
 
<p>
118
 
Use the accessor functions below.
119
 
</p>
120
 
</div>
121
 
<hr>
122
 
<div class="refsect2">
123
 
<a name="cheese-camera-device-monitor-new"></a><h3>cheese_camera_device_monitor_new ()</h3>
124
 
<pre class="programlisting"><a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="returnvalue">CheeseCameraDeviceMonitor</span></a> * cheese_camera_device_monitor_new
125
 
                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
126
 
<p>
127
 
Returns a new <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> object.
128
 
</p>
129
 
<div class="variablelist"><table border="0" class="variablelist">
130
 
<colgroup>
131
 
<col align="left" valign="top">
132
 
<col>
133
 
</colgroup>
134
 
<tbody><tr>
135
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
136
 
<td>a new <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> object.</td>
137
 
</tr></tbody>
138
 
</table></div>
139
 
</div>
140
 
<hr>
141
 
<div class="refsect2">
142
 
<a name="cheese-camera-device-monitor-coldplug"></a><h3>cheese_camera_device_monitor_coldplug ()</h3>
143
 
<pre class="programlisting"><span class="returnvalue">void</span>                cheese_camera_device_monitor_coldplug
144
 
                                                        (<em class="parameter"><code><a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> *monitor</code></em>);</pre>
145
 
<p>
146
 
Enumerate plugged in cameras and emit ::added for those which already exist.
147
 
This is only required when your program starts, so be sure to connect to
148
 
at least the ::added signal before calling this function.
149
 
</p>
150
 
<div class="variablelist"><table border="0" class="variablelist">
151
 
<colgroup>
152
 
<col align="left" valign="top">
153
 
<col>
154
 
</colgroup>
155
 
<tbody><tr>
156
 
<td><p><span class="term"><em class="parameter"><code>monitor</code></em> :</span></p></td>
157
 
<td>a <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a>
158
 
</td>
159
 
</tr></tbody>
160
 
</table></div>
 
217
<p>Use the accessor functions below.</p>
161
218
</div>
162
219
</div>
163
220
<div class="refsect1">
164
221
<a name="CheeseCameraDeviceMonitor.signal-details"></a><h2>Signal Details</h2>
165
222
<div class="refsect2">
166
 
<a name="CheeseCameraDeviceMonitor-added"></a><h3>The <code class="literal">"added"</code> signal</h3>
167
 
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> *monitor,
168
 
                                                        <a class="link" href="CheeseCameraDevice.html" title="CheeseCameraDevice"><span class="type">CheeseCameraDevice</span></a>        *device,
169
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>                   user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
170
 
<p>
171
 
The ::added signal is emitted when a camera is added, or on start-up
172
 
after <a class="link" href="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-coldplug" title="cheese_camera_device_monitor_coldplug ()"><code class="function">cheese_camera_device_monitor_coldplug()</code></a> is called.
173
 
</p>
174
 
<div class="variablelist"><table border="0" class="variablelist">
 
223
<a name="CheeseCameraDeviceMonitor-added"></a><h3>The <code class="literal">“added”</code> signal</h3>
 
224
<pre class="programlisting"><span class="returnvalue">void</span>
 
225
user_function (<a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> *monitor,
 
226
               <a class="link" href="CheeseCameraDevice.html" title="CheeseCameraDevice"><span class="type">CheeseCameraDevice</span></a>        *device,
 
227
               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>                   user_data)</pre>
 
228
<p>The ::added signal is emitted when a camera is added, or on start-up
 
229
after <a class="link" href="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-coldplug" title="cheese_camera_device_monitor_coldplug ()"><code class="function">cheese_camera_device_monitor_coldplug()</code></a> is called.</p>
 
230
<div class="refsect3">
 
231
<a name="id-1.3.6.12.2.5"></a><h4>Parameters</h4>
 
232
<div class="informaltable"><table width="100%" border="0">
175
233
<colgroup>
176
 
<col align="left" valign="top">
177
 
<col>
 
234
<col width="150px" class="parameters_name">
 
235
<col class="parameters_description">
 
236
<col width="200px" class="parameters_annotations">
178
237
</colgroup>
179
238
<tbody>
180
239
<tr>
181
 
<td><p><span class="term"><em class="parameter"><code>monitor</code></em> :</span></p></td>
182
 
<td>the <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> that emitted the signal</td>
183
 
</tr>
184
 
<tr>
185
 
<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
186
 
<td>a new <a class="link" href="CheeseCameraDevice.html" title="CheeseCameraDevice"><span class="type">CheeseCameraDevice</span></a> representing the video capture device</td>
187
 
</tr>
188
 
<tr>
189
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
190
 
<td>user data set when the signal handler was connected.</td>
 
240
<td class="parameter_name"><p>monitor</p></td>
 
241
<td class="parameter_description"><p>the <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> that emitted the signal</p></td>
 
242
<td class="parameter_annotations"> </td>
 
243
</tr>
 
244
<tr>
 
245
<td class="parameter_name"><p>device</p></td>
 
246
<td class="parameter_description"><p>a new <a class="link" href="CheeseCameraDevice.html" title="CheeseCameraDevice"><span class="type">CheeseCameraDevice</span></a> representing the video capture device</p></td>
 
247
<td class="parameter_annotations"> </td>
 
248
</tr>
 
249
<tr>
 
250
<td class="parameter_name"><p>user_data</p></td>
 
251
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
 
252
<td class="parameter_annotations"> </td>
191
253
</tr>
192
254
</tbody>
193
255
</table></div>
194
256
</div>
 
257
<p>Flags: Action</p>
 
258
</div>
195
259
<hr>
196
260
<div class="refsect2">
197
 
<a name="CheeseCameraDeviceMonitor-removed"></a><h3>The <code class="literal">"removed"</code> signal</h3>
198
 
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> *monitor,
199
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>                     *uuid,
200
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>                   user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
201
 
<p>
202
 
The ::removed signal is emitted when a camera is unplugged, or disabled on
203
 
the system.
204
 
</p>
205
 
<div class="variablelist"><table border="0" class="variablelist">
 
261
<a name="CheeseCameraDeviceMonitor-removed"></a><h3>The <code class="literal">“removed”</code> signal</h3>
 
262
<pre class="programlisting"><span class="returnvalue">void</span>
 
263
user_function (<a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> *monitor,
 
264
               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>                     *uuid,
 
265
               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>                   user_data)</pre>
 
266
<p>The ::removed signal is emitted when a camera is unplugged, or disabled on
 
267
the system.</p>
 
268
<div class="refsect3">
 
269
<a name="id-1.3.6.12.3.5"></a><h4>Parameters</h4>
 
270
<div class="informaltable"><table width="100%" border="0">
206
271
<colgroup>
207
 
<col align="left" valign="top">
208
 
<col>
 
272
<col width="150px" class="parameters_name">
 
273
<col class="parameters_description">
 
274
<col width="200px" class="parameters_annotations">
209
275
</colgroup>
210
276
<tbody>
211
277
<tr>
212
 
<td><p><span class="term"><em class="parameter"><code>monitor</code></em> :</span></p></td>
213
 
<td>the <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> that emitted the signal</td>
214
 
</tr>
215
 
<tr>
216
 
<td><p><span class="term"><em class="parameter"><code>uuid</code></em> :</span></p></td>
217
 
<td>UUID for the device on the system</td>
218
 
</tr>
219
 
<tr>
220
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
221
 
<td>user data set when the signal handler was connected.</td>
 
278
<td class="parameter_name"><p>monitor</p></td>
 
279
<td class="parameter_description"><p>the <a class="link" href="CheeseCameraDeviceMonitor.html" title="CheeseCameraDeviceMonitor"><span class="type">CheeseCameraDeviceMonitor</span></a> that emitted the signal</p></td>
 
280
<td class="parameter_annotations"> </td>
 
281
</tr>
 
282
<tr>
 
283
<td class="parameter_name"><p>uuid</p></td>
 
284
<td class="parameter_description"><p>UUID for the device on the system</p></td>
 
285
<td class="parameter_annotations"> </td>
 
286
</tr>
 
287
<tr>
 
288
<td class="parameter_name"><p>user_data</p></td>
 
289
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
 
290
<td class="parameter_annotations"> </td>
222
291
</tr>
223
292
</tbody>
224
293
</table></div>
225
294
</div>
 
295
<p>Flags: Action</p>
 
296
</div>
226
297
</div>
227
298
</div>
228
299
<div class="footer">
229
300
<hr>
230
 
          Generated by GTK-Doc V1.19.1</div>
 
301
          Generated by GTK-Doc V1.20.1</div>
231
302
</body>
232
303
</html>
 
 
b'\\ No newline at end of file'