[libchamplain] Fix signal annotations in ChamplainMarker
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Fix signal annotations in ChamplainMarker
- Date: Wed, 17 Sep 2014 22:28:03 +0000 (UTC)
commit dbc162b3c0687dce447c26a36d55ba30f311453b
Author: Jiří Techet <techet gmail com>
Date: Wed Sep 17 23:28:58 2014 +0200
Fix signal annotations in ChamplainMarker
champlain/champlain-marker.c | 4 ++++
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]