summaryrefslogtreecommitdiff
path: root/tests/curve-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/curve-editor.h')
-rw-r--r--tests/curve-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/curve-editor.h b/tests/curve-editor.h
index e26247ba2b..5daf1c0114 100644
--- a/tests/curve-editor.h
+++ b/tests/curve-editor.h
@@ -15,4 +15,6 @@ void curve_editor_set_edit (CurveEditor *self,
void curve_editor_set_path (CurveEditor *self,
GskPath *path);
+GskPath * curve_editor_get_path (CurveEditor *self);
+
G_END_DECLS