aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-diagram-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'liblogdiag/ld-diagram-view.h')
-rw-r--r--liblogdiag/ld-diagram-view.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/liblogdiag/ld-diagram-view.h b/liblogdiag/ld-diagram-view.h
index d107989..f2b0bf9 100644
--- a/liblogdiag/ld-diagram-view.h
+++ b/liblogdiag/ld-diagram-view.h
@@ -2,7 +2,7 @@
* ld-diagram-view.h
*
* This file is a part of logdiag.
- * Copyright 2010, 2011 Přemysl Eric Janouch
+ * Copyright 2010 - 2021 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
@@ -96,6 +96,11 @@ void ld_diagram_view_set_show_grid (LdDiagramView *self, gboolean show_grid);
void ld_diagram_view_add_object_begin (LdDiagramView *self,
LdDiagramObject *object);
+gdouble ld_diagram_view_get_export_bounds (LdDiagramView *self,
+ LdRectangle *rect);
+void ld_diagram_view_export (LdDiagramView *self,
+ cairo_t *cr, const LdRectangle *clip);
+
G_END_DECLS