diff options
Diffstat (limited to 'liblogdiag/ld-diagram-view.c')
-rw-r--r-- | liblogdiag/ld-diagram-view.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/liblogdiag/ld-diagram-view.c b/liblogdiag/ld-diagram-view.c index 81cd76b..9421bef 100644 --- a/liblogdiag/ld-diagram-view.c +++ b/liblogdiag/ld-diagram-view.c @@ -18,7 +18,7 @@ /** * SECTION:ld-diagram-view - * @short_description: A widget that displays an LdDiagram + * @short_description: A widget that displays diagrams * @see_also: #LdDiagram * * #LdDiagramView displays and enables the user to manipulate with @@ -946,6 +946,7 @@ ld_diagram_view_get_x (LdDiagramView *self) /** * ld_diagram_view_set_x: * @self: an #LdDiagramView object. + * @x: the X coordinate. * * Set the X coordinate of the center of view. */ @@ -980,6 +981,7 @@ ld_diagram_view_get_y (LdDiagramView *self) /** * ld_diagram_view_set_y: * @self: an #LdDiagramView object. + * @y: the Y coordinate. * * Set the Y coordinate of the center of view. */ |