~ubuntu-branches/ubuntu/lucid/cheese/lucid-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-13 15:53:01 UTC
  • mfrom: (1.2.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100213155301-hkfyhxmzfupade1l
Tags: 2.29.90-0ubuntu1
* New upstream release:
  - Export libcheese-gtk library
  - Rework Cheese itself to use libcheese-gtk
  - Add cropping ability to the chooser widget
  - Fix a possible crasher and a hang in CheeseCamera
  - Require libgudev on Linux systems
  - Limit framerate to 30 frames per second
  - Updated German documentation
* create cheese-common, libcheese-gtk{17,-dev} packages:
  - add debian/cheese-common.install, debian/cheese.install,
    debian/libcheese-gtk-dev.install, debian/libcheese-gtk17.install
    and debian/libcheese-gtk17.symbols
  - add packages to debian/control with C/R
  - modify debian/rules to remove .la and .a files from libcheese-gtk17
* debian/control:
  - remove -Bsymbolic-functions from LDFLAGS to fix runtime core dump
    because of multiple symbol redefinition in both cheese bin and
    libcheese-gtk17 lib

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>CheeseCameraDeviceMonitor</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="cheese Reference Manual">
 
8
<link rel="up" href="ch01.html" title="Cheese Gtk Widgets">
 
9
<link rel="prev" href="CheeseWidget.html" title="CheeseWidget">
 
10
<link rel="next" href="object-tree.html" title="Object Hierarchy">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="chapter" href="ch01.html" title="Cheese Gtk Widgets">
 
14
<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
 
15
<link rel="index" href="api-index-full.html" title="API Index">
 
16
</head>
 
17
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
18
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
19
<tr valign="middle">
 
20
<td><a accesskey="p" href="CheeseWidget.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
21
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
22
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
23
<th width="100%" align="center">cheese Reference Manual</th>
 
24
<td><a accesskey="n" href="object-tree.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
25
</tr>
 
26
<tr><td colspan="5" class="shortcuts">
 
27
<a href="#cheese-CheeseCameraDeviceMonitor.synopsis" class="shortcut">Top</a>
 
28
                 | 
 
29
                <a href="#cheese-CheeseCameraDeviceMonitor.description" class="shortcut">Description</a>
 
30
</td></tr>
 
31
</table>
 
32
<div class="refentry" title="CheeseCameraDeviceMonitor">
 
33
<a name="cheese-CheeseCameraDeviceMonitor"></a><div class="titlepage"></div>
 
34
<div class="refnamediv"><table width="100%"><tr>
 
35
<td valign="top">
 
36
<h2><span class="refentrytitle"><a name="cheese-CheeseCameraDeviceMonitor.top_of_page"></a>CheeseCameraDeviceMonitor</span></h2>
 
37
<p>CheeseCameraDeviceMonitor</p>
 
38
</td>
 
39
<td valign="top" align="right"></td>
 
40
</tr></table></div>
 
41
<div class="refsynopsisdiv" title="Synopsis">
 
42
<a name="cheese-CheeseCameraDeviceMonitor.synopsis"></a><h2>Synopsis</h2>
 
43
<pre class="synopsis">
 
44
CheeseCameraDeviceMonitor * cheese_camera_device_monitor_new
 
45
                                                        (void);
 
46
void                cheese_camera_device_monitor_coldplug
 
47
                                                        (CheeseCameraDeviceMonitor *monitor);
 
48
</pre>
 
49
</div>
 
50
<div class="refsect1" title="Description">
 
51
<a name="cheese-CheeseCameraDeviceMonitor.description"></a><h2>Description</h2>
 
52
<p>
 
53
</p>
 
54
</div>
 
55
<div class="refsect1" title="Details">
 
56
<a name="cheese-CheeseCameraDeviceMonitor.details"></a><h2>Details</h2>
 
57
<div class="refsect2" title="cheese_camera_device_monitor_new ()">
 
58
<a name="cheese-camera-device-monitor-new"></a><h3>cheese_camera_device_monitor_new ()</h3>
 
59
<pre class="programlisting">CheeseCameraDeviceMonitor * cheese_camera_device_monitor_new
 
60
                                                        (void);</pre>
 
61
<p>
 
62
Returns a new <span class="type">CheeseCameraDeviceMonitor</span> object.</p>
 
63
<p>
 
64
</p>
 
65
<div class="variablelist"><table border="0">
 
66
<col align="left" valign="top">
 
67
<tbody><tr>
 
68
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
69
<td> a new <span class="type">CheeseCameraDeviceMonitor</span> object.
 
70
</td>
 
71
</tr></tbody>
 
72
</table></div>
 
73
</div>
 
74
<hr>
 
75
<div class="refsect2" title="cheese_camera_device_monitor_coldplug ()">
 
76
<a name="cheese-camera-device-monitor-coldplug"></a><h3>cheese_camera_device_monitor_coldplug ()</h3>
 
77
<pre class="programlisting">void                cheese_camera_device_monitor_coldplug
 
78
                                                        (CheeseCameraDeviceMonitor *monitor);</pre>
 
79
<p>
 
80
Will actively look for plugged in cameras and emit
 
81
::added for those new cameras.
 
82
This is only required when your program starts, so as to connect
 
83
to those signals before they are emitted.</p>
 
84
<p>
 
85
</p>
 
86
<div class="variablelist"><table border="0">
 
87
<col align="left" valign="top">
 
88
<tbody><tr>
 
89
<td><p><span class="term"><em class="parameter"><code>monitor</code></em> :</span></p></td>
 
90
<td> a <span class="type">CheeseCameraDeviceMonitor</span> object.
 
91
</td>
 
92
</tr></tbody>
 
93
</table></div>
 
94
</div>
 
95
</div>
 
96
</div>
 
97
<div class="footer">
 
98
<hr>
 
99
          Generated by GTK-Doc V1.11</div>
 
100
</body>
 
101
</html>