[libgdata] docs: Fix gtk-doc parsing of a function in GDataCalendarService



commit f153e3c77e7699769fb8c1bde1a7bf01586261ae
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 23 00:22:31 2017 +0100

    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>

 gdata/services/calendar/gdata-calendar-service.h |    4 +---
 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 4776c6d..7cb397d 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]