summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-12-13 13:04:12 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-12-13 13:04:12 +0000
commit7309cf27bc50eeacb9d2185e4ce2f67354f29326 (patch)
treede390b95cf77c290dbca133b08aead6fb20eca4f /gphoto2
parent890f96310b2420d1de4fba148eb8f88097250588 (diff)
downloadlibgphoto2-7309cf27bc50eeacb9d2185e4ce2f67354f29326.tar.gz
added gp_widget_set_readonly / get_readonly
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12556 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-widget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gphoto2/gphoto2-widget.h b/gphoto2/gphoto2-widget.h
index 39e4af643..49887d5b4 100644
--- a/gphoto2/gphoto2-widget.h
+++ b/gphoto2/gphoto2-widget.h
@@ -123,6 +123,9 @@ int gp_widget_get_choice (CameraWidget *widget, int choice_number,
int gp_widget_changed (CameraWidget *widget);
int gp_widget_set_changed (CameraWidget *widget, int changed);
+int gp_widget_set_readonly (CameraWidget *widget, int readonly);
+int gp_widget_get_readonly (CameraWidget *widget, int *readonly);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */