summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index c6a1892..c15f950 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -134,6 +134,8 @@ void zenity_tree (ZenityData *data,
ZenityTreeData *tree_data);
void zenity_notification (ZenityData *data,
ZenityNotificationData *notification_data);
+void zenity_scale (ZenityData *data,
+ ZenityScaleData *scale_data);
void zenity_about (ZenityData *data);
G_END_DECLS