summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2014-09-17 23:28:58 +0200
committerJiří Techet <techet@gmail.com>2014-09-17 23:28:58 +0200
commitdbc162b3c0687dce447c26a36d55ba30f311453b (patch)
treebd111c8f1dfd8316a01b8050e61c1daacb8c29af
parent2781116fa4baa6e405393bd6e74be820697891b8 (diff)
downloadlibchamplain-dbc162b3c0687dce447c26a36d55ba30f311453b.tar.gz
Fix signal annotations in ChamplainMarker
-rw-r--r--champlain/champlain-marker.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/champlain/champlain-marker.c b/champlain/champlain-marker.c
index ca72bed..861fd68 100644
--- a/champlain/champlain-marker.c
+++ b/champlain/champlain-marker.c
@@ -381,6 +381,7 @@ champlain_marker_class_init (ChamplainMarkerClass *marker_class)
/**
* ChamplainMarker::button-press:
+ * @self: a #ChamplainMarker
* @event: the underlying ClutterEvent
*
* Emitted when button is pressed.
@@ -399,6 +400,7 @@ champlain_marker_class_init (ChamplainMarkerClass *marker_class)
/**
* ChamplainMarker::button-release:
+ * @self: a #ChamplainMarker
* @event: the underlying ClutterEvent
*
* Emitted when button is released. This signal is not emmitted at the end of dragging.
@@ -417,6 +419,7 @@ champlain_marker_class_init (ChamplainMarkerClass *marker_class)
/**
* ChamplainMarker::drag-motion:
+ * @self: a #ChamplainMarker
* @dx: by how much the marker has been moved in the x direction
* @dy: by how much the marker has been moved in the y direction
* @event: the underlying ClutterEvent
@@ -438,6 +441,7 @@ champlain_marker_class_init (ChamplainMarkerClass *marker_class)
/**
* ChamplainMarker::drag-finish:
+ * @self: a #ChamplainMarker
* @event: the underlying ClutterEvent
*
* Emitted when marker dragging ends (i.e. the button is released at the end