summaryrefslogtreecommitdiff
path: root/libcheese/cheese-flash.c
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2011-10-29 18:24:53 +0200
committerDavid King <amigadave@amigadave.com>2011-10-29 18:41:04 +0200
commit0692d3ef28c0a4fd5107c6e42de1f9ca77d119d4 (patch)
tree531c1584b1e80b2bf694b42903b4d3889a370d37 /libcheese/cheese-flash.c
parent160a77151618211e5f11acab70e7a0f0b1056278 (diff)
downloadcheese-0692d3ef28c0a4fd5107c6e42de1f9ca77d119d4.tar.gz
Add basic documentation for remaining public API
Add cheese-widget-private.h back to files ignored by gtk-doc. Add basic documentation for the remainder of the public API. Use UUID instead of ID or UDI. Add blurb and nick to all documented properties. Add CheeseVideoFormat documentation. Use unsigned integers where the values are always positive. Sprinkle some const qualifiers. Add some filename GObject Introspection annotations.
Diffstat (limited to 'libcheese/cheese-flash.c')
-rw-r--r--libcheese/cheese-flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcheese/cheese-flash.c b/libcheese/cheese-flash.c
index e14e3004..cd90d83e 100644
--- a/libcheese/cheese-flash.c
+++ b/libcheese/cheese-flash.c
@@ -286,8 +286,8 @@ cheese_flash_class_init (CheeseFlashClass *klass)
*/
g_object_class_install_property (object_class, PROP_PARENT,
g_param_spec_object ("parent",
- NULL,
- NULL,
+ "Parent widget",
+ "The flash will be fired on the screen where the parent widget is shown",
GTK_TYPE_WIDGET,
G_PARAM_WRITABLE));
}