summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-26 19:27:18 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-26 19:27:18 +0000
commit3dbf492cd4c7595eea415c7a6dd9318627331494 (patch)
tree1e0a188ae82abb377ff1b1b3255637df6fa340aa /gphoto2
parentc6e9652fdbd62ad897c1b9c982cd3bb7d203632a (diff)
downloadlibgphoto2-3dbf492cd4c7595eea415c7a6dd9318627331494.tar.gz
note
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10331 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-widget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gphoto2/gphoto2-widget.h b/gphoto2/gphoto2-widget.h
index f3891b4af..263a07506 100644
--- a/gphoto2/gphoto2-widget.h
+++ b/gphoto2/gphoto2-widget.h
@@ -38,7 +38,9 @@ typedef struct _CameraWidget CameraWidget;
* it supports depends on this type.
*/
typedef enum { /* Value (get/set): */
- GP_WIDGET_WINDOW, /**< \brief Window widget */
+ GP_WIDGET_WINDOW, /**< \brief Window widget
+ * This is the toplevel configuration widget. It should likely contain multiple #GP_WIDGET_SECTION entries.
+ */
GP_WIDGET_SECTION, /**< \brief Section widget (think Tab) */
GP_WIDGET_TEXT, /**< \brief Text widget. */ /* char * */
GP_WIDGET_RANGE, /**< \brief Slider widget. */ /* float */