~ubuntu-branches/ubuntu/trusty/entangle/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2013-10-23 18:32:35 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20131023183235-55wix760pqbm1cvg
Tags: 0.5.3-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/control: B-dep on libgphoto2-6 instead of libgphoto2-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>EntangleCameraList</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Entangle Reference Manual">
8
8
<link rel="up" href="ch01.html" title="Entangle Backend">
9
9
<link rel="prev" href="EntangleCameraFile.html" title="EntangleCameraFile">
10
 
<link rel="next" href="EntangleColourProfileTransform.html" title="EntangleColourProfileTransform">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
10
<link rel="next" href="EntangleColourProfile.html" title="EntangleColourProfile">
 
11
<meta name="generator" content="GTK-Doc V1.19 (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">
18
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">Entangle Reference Manual</th>
21
 
<td><a accesskey="n" href="EntangleColourProfileTransform.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
<td><a accesskey="n" href="EntangleColourProfile.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
22
</tr>
23
23
<tr><td colspan="5" class="shortcuts">
24
24
<a href="#EntangleCameraList.synopsis" class="shortcut">Top</a>
45
45
<a name="EntangleCameraList.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">struct              <a class="link" href="EntangleCameraList.html#EntangleCameraList-struct" title="struct EntangleCameraList">EntangleCameraList</a>;
47
47
struct              <a class="link" href="EntangleCameraList.html#EntangleCameraListClass" title="struct EntangleCameraListClass">EntangleCameraListClass</a>;
 
48
<a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="returnvalue">EntangleCameraList</span></a> * <a class="link" href="EntangleCameraList.html#entangle-camera-list-new" title="entangle_camera_list_new ()">entangle_camera_list_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
 
49
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EntangleCameraList.html#entangle-camera-list-refresh" title="entangle_camera_list_refresh ()">entangle_camera_list_refresh</a>        (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
 
50
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
51
<span class="returnvalue">int</span>                 <a class="link" href="EntangleCameraList.html#entangle-camera-list-count" title="entangle_camera_list_count ()">entangle_camera_list_count</a>          (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);
48
52
<span class="returnvalue">void</span>                <a class="link" href="EntangleCameraList.html#entangle-camera-list-add" title="entangle_camera_list_add ()">entangle_camera_list_add</a>            (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
49
53
                                                         <em class="parameter"><code><a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="type">EntangleCamera</span></a> *cam</code></em>);
50
 
<span class="returnvalue">int</span>                 <a class="link" href="EntangleCameraList.html#entangle-camera-list-count" title="entangle_camera_list_count ()">entangle_camera_list_count</a>          (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);
 
54
<span class="returnvalue">void</span>                <a class="link" href="EntangleCameraList.html#entangle-camera-list-remove" title="entangle_camera_list_remove ()">entangle_camera_list_remove</a>         (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
 
55
                                                         <em class="parameter"><code><a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="type">EntangleCamera</span></a> *cam</code></em>);
 
56
<a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="returnvalue">EntangleCamera</span></a> *    <a class="link" href="EntangleCameraList.html#entangle-camera-list-get" title="entangle_camera_list_get ()">entangle_camera_list_get</a>            (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
 
57
                                                         <em class="parameter"><code><span class="type">int</span> entry</code></em>);
 
58
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="EntangleCameraList.html#entangle-camera-list-get-cameras" title="entangle_camera_list_get_cameras ()">entangle_camera_list_get_cameras</a>    (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);
51
59
<a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="returnvalue">EntangleCamera</span></a> *    <a class="link" href="EntangleCameraList.html#entangle-camera-list-find" title="entangle_camera_list_find ()">entangle_camera_list_find</a>           (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
52
60
                                                         <em class="parameter"><code>const <span class="type">char</span> *port</code></em>);
53
 
<a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="returnvalue">EntangleCamera</span></a> *    <a class="link" href="EntangleCameraList.html#entangle-camera-list-get" title="entangle_camera_list_get ()">entangle_camera_list_get</a>            (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
54
 
                                                         <em class="parameter"><code><span class="type">int</span> entry</code></em>);
55
 
<span class="returnvalue">GList</span> *             <a class="link" href="EntangleCameraList.html#entangle-camera-list-get-cameras" title="entangle_camera_list_get_cameras ()">entangle_camera_list_get_cameras</a>    (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);
56
 
<span class="returnvalue">gchar</span> **            <a class="link" href="EntangleCameraList.html#entangle-camera-list-get-supported" title="entangle_camera_list_get_supported ()">entangle_camera_list_get_supported</a>  (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);
57
 
<a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="returnvalue">EntangleCameraList</span></a> * <a class="link" href="EntangleCameraList.html#entangle-camera-list-new" title="entangle_camera_list_new ()">entangle_camera_list_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
58
 
<span class="returnvalue">gboolean</span>            <a class="link" href="EntangleCameraList.html#entangle-camera-list-refresh" title="entangle_camera_list_refresh ()">entangle_camera_list_refresh</a>        (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
59
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
60
 
<span class="returnvalue">void</span>                <a class="link" href="EntangleCameraList.html#entangle-camera-list-remove" title="entangle_camera_list_remove ()">entangle_camera_list_remove</a>         (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
61
 
                                                         <em class="parameter"><code><a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="type">EntangleCamera</span></a> *cam</code></em>);
 
61
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            <a class="link" href="EntangleCameraList.html#entangle-camera-list-get-supported" title="entangle_camera_list_get_supported ()">entangle_camera_list_get_supported</a>  (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);
62
62
</pre>
63
63
</div>
64
64
<div class="refsect1">
65
65
<a name="EntangleCameraList.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
66
<pre class="synopsis">
67
 
  GObject
 
67
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
68
68
   +----EntangleCameraList
69
69
</pre>
70
70
</div>
77
77
<div class="refsect1">
78
78
<a name="EntangleCameraList.signals"></a><h2>Signals</h2>
79
79
<pre class="synopsis">
80
 
  "<a class="link" href="EntangleCameraList.html#EntangleCameraList-camera-added" title='The "camera-added" signal'>camera-added</a>"                                   : <code class="literal">Run First</code>
81
 
  "<a class="link" href="EntangleCameraList.html#EntangleCameraList-camera-removed" title='The "camera-removed" signal'>camera-removed</a>"                                 : <code class="literal">Run First</code>
 
80
  "<a class="link" href="EntangleCameraList.html#EntangleCameraList-camera-added" title='The "camera-added" signal'>camera-added</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
 
81
  "<a class="link" href="EntangleCameraList.html#EntangleCameraList-camera-removed" title='The "camera-removed" signal'>camera-removed</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
82
82
</pre>
83
83
</div>
84
84
<div class="refsect1">
103
103
</div>
104
104
<hr>
105
105
<div class="refsect2">
 
106
<a name="entangle-camera-list-new"></a><h3>entangle_camera_list_new ()</h3>
 
107
<pre class="programlisting"><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="returnvalue">EntangleCameraList</span></a> * entangle_camera_list_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
108
</div>
 
109
<hr>
 
110
<div class="refsect2">
 
111
<a name="entangle-camera-list-refresh"></a><h3>entangle_camera_list_refresh ()</h3>
 
112
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            entangle_camera_list_refresh        (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
 
113
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
114
</div>
 
115
<hr>
 
116
<div class="refsect2">
 
117
<a name="entangle-camera-list-count"></a><h3>entangle_camera_list_count ()</h3>
 
118
<pre class="programlisting"><span class="returnvalue">int</span>                 entangle_camera_list_count          (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);</pre>
 
119
</div>
 
120
<hr>
 
121
<div class="refsect2">
106
122
<a name="entangle-camera-list-add"></a><h3>entangle_camera_list_add ()</h3>
107
123
<pre class="programlisting"><span class="returnvalue">void</span>                entangle_camera_list_add            (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
108
124
                                                         <em class="parameter"><code><a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="type">EntangleCamera</span></a> *cam</code></em>);</pre>
109
125
</div>
110
126
<hr>
111
127
<div class="refsect2">
112
 
<a name="entangle-camera-list-count"></a><h3>entangle_camera_list_count ()</h3>
113
 
<pre class="programlisting"><span class="returnvalue">int</span>                 entangle_camera_list_count          (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);</pre>
114
 
</div>
115
 
<hr>
116
 
<div class="refsect2">
117
 
<a name="entangle-camera-list-find"></a><h3>entangle_camera_list_find ()</h3>
118
 
<pre class="programlisting"><a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="returnvalue">EntangleCamera</span></a> *    entangle_camera_list_find           (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
119
 
                                                         <em class="parameter"><code>const <span class="type">char</span> *port</code></em>);</pre>
 
128
<a name="entangle-camera-list-remove"></a><h3>entangle_camera_list_remove ()</h3>
 
129
<pre class="programlisting"><span class="returnvalue">void</span>                entangle_camera_list_remove         (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
 
130
                                                         <em class="parameter"><code><a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="type">EntangleCamera</span></a> *cam</code></em>);</pre>
120
131
</div>
121
132
<hr>
122
133
<div class="refsect2">
127
138
<hr>
128
139
<div class="refsect2">
129
140
<a name="entangle-camera-list-get-cameras"></a><h3>entangle_camera_list_get_cameras ()</h3>
130
 
<pre class="programlisting"><span class="returnvalue">GList</span> *             entangle_camera_list_get_cameras    (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);</pre>
 
141
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             entangle_camera_list_get_cameras    (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);</pre>
131
142
<div class="variablelist"><table border="0" class="variablelist">
132
143
<colgroup>
133
144
<col align="left" valign="top">
148
159
</div>
149
160
<hr>
150
161
<div class="refsect2">
 
162
<a name="entangle-camera-list-find"></a><h3>entangle_camera_list_find ()</h3>
 
163
<pre class="programlisting"><a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="returnvalue">EntangleCamera</span></a> *    entangle_camera_list_find           (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
 
164
                                                         <em class="parameter"><code>const <span class="type">char</span> *port</code></em>);</pre>
 
165
</div>
 
166
<hr>
 
167
<div class="refsect2">
151
168
<a name="entangle-camera-list-get-supported"></a><h3>entangle_camera_list_get_supported ()</h3>
152
 
<pre class="programlisting"><span class="returnvalue">gchar</span> **            entangle_camera_list_get_supported  (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);</pre>
153
 
</div>
154
 
<hr>
155
 
<div class="refsect2">
156
 
<a name="entangle-camera-list-new"></a><h3>entangle_camera_list_new ()</h3>
157
 
<pre class="programlisting"><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="returnvalue">EntangleCameraList</span></a> * entangle_camera_list_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
158
 
</div>
159
 
<hr>
160
 
<div class="refsect2">
161
 
<a name="entangle-camera-list-refresh"></a><h3>entangle_camera_list_refresh ()</h3>
162
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            entangle_camera_list_refresh        (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
163
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
164
 
</div>
165
 
<hr>
166
 
<div class="refsect2">
167
 
<a name="entangle-camera-list-remove"></a><h3>entangle_camera_list_remove ()</h3>
168
 
<pre class="programlisting"><span class="returnvalue">void</span>                entangle_camera_list_remove         (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>,
169
 
                                                         <em class="parameter"><code><a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="type">EntangleCamera</span></a> *cam</code></em>);</pre>
 
169
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            entangle_camera_list_get_supported  (<em class="parameter"><code><a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *list</code></em>);</pre>
170
170
</div>
171
171
</div>
172
172
<div class="refsect1">
183
183
<a name="EntangleCameraList-camera-added"></a><h3>The <code class="literal">"camera-added"</code> signal</h3>
184
184
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *entanglecameralist,
185
185
                                                        <a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="type">EntangleCamera</span></a>     *arg1,
186
 
                                                        <span class="type">gpointer</span>            user_data)               : <code class="literal">Run First</code></pre>
 
186
                                                        <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-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
187
187
</div>
188
188
<hr>
189
189
<div class="refsect2">
190
190
<a name="EntangleCameraList-camera-removed"></a><h3>The <code class="literal">"camera-removed"</code> signal</h3>
191
191
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EntangleCameraList.html" title="EntangleCameraList"><span class="type">EntangleCameraList</span></a> *entanglecameralist,
192
192
                                                        <a class="link" href="EntangleCamera.html" title="EntangleCamera"><span class="type">EntangleCamera</span></a>     *arg1,
193
 
                                                        <span class="type">gpointer</span>            user_data)               : <code class="literal">Run First</code></pre>
 
193
                                                        <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-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
194
194
</div>
195
195
</div>
196
196
</div>
197
197
<div class="footer">
198
198
<hr>
199
 
          Generated by GTK-Doc V1.18</div>
 
199
          Generated by GTK-Doc V1.19</div>
200
200
</body>
201
201
</html>
 
 
b'\\ No newline at end of file'