Code

drop more missing files from autoconf
[inkscape.git] / src / ege-adjustment-action.h
index 45049fbf5b6a95f7160a554e688aba5619d8ff33..53cb493fe7b13955e12119ac939e3ee8113d8f1e 100644 (file)
@@ -85,6 +85,7 @@ GtkAdjustment* ege_adjustment_action_get_adjustment( EgeAdjustmentAction* action
 void ege_adjustment_action_set_focuswidget( EgeAdjustmentAction* action, GtkWidget* widget );
 GtkWidget* ege_adjustment_action_get_focuswidget( EgeAdjustmentAction* action );
 
+void ege_adjustment_action_set_descriptions( EgeAdjustmentAction* action, gchar const** descriptions, gdouble const* values, guint count );
 
 typedef void (*EgeWidgetFixup)(GtkWidget *widget);