summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-08-23 00:22:31 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2017-08-23 00:22:31 +0100
commitf153e3c77e7699769fb8c1bde1a7bf01586261ae (patch)
tree58a79009cc8be78877d0a0c96e1adcfb5f875fd5
parent620daaeb2cbf34ae4fd0470422668cf28eab3e88 (diff)
downloadlibgdata-f153e3c77e7699769fb8c1bde1a7bf01586261ae.tar.gz
docs: Fix gtk-doc parsing of a function in GDataCalendarService
I don’t think it likes the mixture of attributes after the argument list. Changing the line wrapping seems to fix it. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
-rw-r--r--gdata/services/calendar/gdata-calendar-service.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdata/services/calendar/gdata-calendar-service.h b/gdata/services/calendar/gdata-calendar-service.h
index 4776c6d3..7cb397db 100644
--- a/gdata/services/calendar/gdata-calendar-service.h
+++ b/gdata/services/calendar/gdata-calendar-service.h
@@ -100,9 +100,7 @@ GDataCalendarEvent *
gdata_calendar_service_insert_event (GDataCalendarService *self,
GDataCalendarEvent *event,
GCancellable *cancellable,
- GError **error)
- G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC
- G_GNUC_DEPRECATED_FOR (gdata_calendar_service_insert_calendar_event);
+ GError **error) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC G_GNUC_DEPRECATED_FOR(gdata_calendar_service_insert_calendar_event);
void
gdata_calendar_service_insert_event_async (GDataCalendarService *self,
GDataCalendarEvent *event,