~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to docs/reference/html/cheese.devhelp2

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
 
2
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
 
3
<book xmlns="http://www.devhelp.net/book" title="cheese Reference Manual" link="index.html" author="" name="cheese" version="2" language="c">
 
4
  <chapters>
 
5
    <sub name="[Insert title here]" link="ch01.html">
 
6
      <sub name="CheeseAvatarChooser" link="CheeseAvatarChooser.html"/>
 
7
      <sub name="CheeseCameraDeviceMonitor" link="CheeseCameraDeviceMonitor.html"/>
 
8
      <sub name="CheeseWidget" link="CheeseWidget.html"/>
 
9
    </sub>
 
10
    <sub name="Object Hierarchy" link="object-tree.html"/>
 
11
    <sub name="API Index" link="api-index-full.html"/>
 
12
  </chapters>
 
13
  <functions>
 
14
    <keyword type="struct" name="CheeseAvatarChooserClass" link="CheeseAvatarChooser.html#CheeseAvatarChooserClass"/>
 
15
    <keyword type="struct" name="CheeseAvatarChooser" link="CheeseAvatarChooser.html#CheeseAvatarChooser-struct"/>
 
16
    <keyword type="function" name="cheese_avatar_chooser_new ()" link="CheeseAvatarChooser.html#cheese-avatar-chooser-new"/>
 
17
    <keyword type="function" name="cheese_avatar_chooser_get_picture ()" link="CheeseAvatarChooser.html#cheese-avatar-chooser-get-picture"/>
 
18
    <keyword type="property" name="The &quot;pixbuf&quot; property" link="CheeseAvatarChooser.html#CheeseAvatarChooser--pixbuf"/>
 
19
    <keyword type="struct" name="CheeseCameraDeviceMonitorClass" link="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitorClass"/>
 
20
    <keyword type="struct" name="CheeseCameraDeviceMonitor" link="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-struct"/>
 
21
    <keyword type="function" name="cheese_camera_device_monitor_new ()" link="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-new"/>
 
22
    <keyword type="function" name="cheese_camera_device_monitor_coldplug ()" link="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-coldplug"/>
 
23
    <keyword type="signal" name="The &quot;added&quot; signal" link="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-added"/>
 
24
    <keyword type="signal" name="The &quot;removed&quot; signal" link="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-removed"/>
 
25
    <keyword type="struct" name="CheeseWidgetClass" link="CheeseWidget.html#CheeseWidgetClass"/>
 
26
    <keyword type="struct" name="CheeseWidget" link="CheeseWidget.html#CheeseWidget-struct"/>
 
27
    <keyword type="function" name="cheese_widget_new ()" link="CheeseWidget.html#cheese-widget-new"/>
 
28
    <keyword type="function" name="cheese_widget_get_error ()" link="CheeseWidget.html#cheese-widget-get-error"/>
 
29
    <keyword type="enum" name="enum CheeseWidgetState" link="CheeseWidget.html#CheeseWidgetState"/>
 
30
    <keyword type="property" name="The &quot;state&quot; property" link="CheeseWidget.html#CheeseWidget--state"/>
 
31
    <keyword type="constant" name="CHEESE_WIDGET_STATE_NONE" link="CheeseWidget.html#CHEESE-WIDGET-STATE-NONE:CAPS"/>
 
32
    <keyword type="constant" name="CHEESE_WIDGET_STATE_READY" link="CheeseWidget.html#CHEESE-WIDGET-STATE-READY:CAPS"/>
 
33
    <keyword type="constant" name="CHEESE_WIDGET_STATE_ERROR" link="CheeseWidget.html#CHEESE-WIDGET-STATE-ERROR:CAPS"/>
 
34
  </functions>
 
35
</book>