summaryrefslogtreecommitdiff
path: root/docs/reference/cheese-docs.xml
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2012-01-21 18:33:16 +0000
committerDavid King <amigadave@amigadave.com>2012-01-21 22:01:38 +0000
commit8d706290e186047ef5d189e7c7c61fcd1615b7ba (patch)
tree9483cf7cc056113a07eba46e01d2faabccb9aed6 /docs/reference/cheese-docs.xml
parent8a35adc6dbed9a2e672dc6243bee81092948f21a (diff)
downloadcheese-8d706290e186047ef5d189e7c7c61fcd1615b7ba.tar.gz
Add init functions to libcheese and libcheese-gtk
Adding wrappers around clutter_gst_init() and clutter_gtk_init() reduces confusion for API users, as well as reducing link-time dependencies. Provides a clean fix for bug 668292 and bug 667884.
Diffstat (limited to 'docs/reference/cheese-docs.xml')
-rw-r--r--docs/reference/cheese-docs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/cheese-docs.xml b/docs/reference/cheese-docs.xml
index c4ce71ff..6a33c8a0 100644
--- a/docs/reference/cheese-docs.xml
+++ b/docs/reference/cheese-docs.xml
@@ -48,6 +48,7 @@
libcheese provides video and photo capture functionality which does not
require GTK+, such as enumerating video capture devices.
</para>
+ <xi:include href="xml/cheese-init.xml"/>
<xi:include href="xml/cheese-camera.xml"/>
<xi:include href="xml/cheese-camera-device.xml"/>
<xi:include href="xml/cheese-camera-device-monitor.xml"/>
@@ -61,6 +62,7 @@
libcheese-gtk provides video and photo capture widgets for use in GTK+
applications
</para>
+ <xi:include href="xml/cheese-gtk-init.xml"/>
<xi:include href="xml/cheese-avatar-chooser.xml"/>
<xi:include href="xml/cheese-flash.xml"/>
<xi:include href="xml/cheese-widget.xml"/>