Fix gtk-doc comments for signals.
This commit is contained in:
parent
1235d571ae
commit
9a49a2219a
@ -284,6 +284,7 @@ ld_canvas_class_init (LdCanvasClass *klass)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* LdCanvas::set-scroll-adjustments:
|
* LdCanvas::set-scroll-adjustments:
|
||||||
|
* @self: An #LdCanvas object.
|
||||||
* @horizontal: The horizontal #GtkAdjustment.
|
* @horizontal: The horizontal #GtkAdjustment.
|
||||||
* @vertical: The vertical #GtkAdjustment.
|
* @vertical: The vertical #GtkAdjustment.
|
||||||
*
|
*
|
||||||
@ -299,6 +300,7 @@ ld_canvas_class_init (LdCanvasClass *klass)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* LdCanvas::cancel-operation:
|
* LdCanvas::cancel-operation:
|
||||||
|
* @self: An #LdCanvas object.
|
||||||
*
|
*
|
||||||
* Cancel any current operation.
|
* Cancel any current operation.
|
||||||
*/
|
*/
|
||||||
|
@ -94,7 +94,7 @@ ld_diagram_class_init (LdDiagramClass *klass)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* LdDiagram::changed:
|
* LdDiagram::changed:
|
||||||
* @diagram: The diagram object.
|
* @self: An #LdDiagram object.
|
||||||
*
|
*
|
||||||
* Contents of the diagram have changed.
|
* Contents of the diagram have changed.
|
||||||
*/
|
*/
|
||||||
@ -106,7 +106,7 @@ ld_diagram_class_init (LdDiagramClass *klass)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* LdDiagram::selection-changed:
|
* LdDiagram::selection-changed:
|
||||||
* @diagram: The diagram object.
|
* @self: An #LdDiagram object.
|
||||||
*
|
*
|
||||||
* The current selection has changed.
|
* The current selection has changed.
|
||||||
*/
|
*/
|
||||||
|
@ -62,7 +62,7 @@ ld_library_class_init (LdLibraryClass *klass)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* LdLibrary::changed:
|
* LdLibrary::changed:
|
||||||
* @library: The library object.
|
* @self: An #LdLibrary object.
|
||||||
*
|
*
|
||||||
* Contents of the library have changed.
|
* Contents of the library have changed.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user