aboutsummaryrefslogtreecommitdiff
path: root/src/lpf-stop.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-24 20:22:23 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-24 21:18:04 +0100
commit8af68fb360f7396bff5d89bb6f9ccb3dc2df30ba (patch)
tree4bd299d4b4f0c9fdff85905c983bd26c01a2798a /src/lpf-stop.c
parent46d1fce9294b44fcd7be9daf7512606d25b68247 (diff)
GI annotation and gtk-doc fixup
Fixes gir-scanner warnings like lpf-loc.h:57: Warning: Lpf: lpf_loc_get_opaque: return value: Missing (transfer) annotation
Diffstat (limited to 'src/lpf-stop.c')
-rw-r--r--src/lpf-stop.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lpf-stop.c b/src/lpf-stop.c
index a42806c..3bb4e58 100644
--- a/src/lpf-stop.c
+++ b/src/lpf-stop.c
@@ -116,10 +116,8 @@ lpf_stop_set_property (GObject *object,
}
}
-/**
- * calc_delay: Calculate the time difference between planned and
- * real time in minutes
- */
+/* calc_delay: Calculate the time difference between planned and real time in
+ * minutes */
static gint
calc_delay(GDateTime *planned, GDateTime *real)
{