Fix gtk-doc comments for signals.

This commit is contained in:
Přemysl Eric Janouch 2011-01-23 15:52:52 +01:00
parent 1235d571ae
commit 9a49a2219a
3 changed files with 5 additions and 3 deletions

View File

@ -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.
*/ */

View File

@ -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.
*/ */

View File

@ -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.
*/ */