[gnome-online-accounts/wip/rishi/port-to-g-declare] alarm: Style fixes
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/port-to-g-declare] alarm: Style fixes
- Date: Fri, 6 Dec 2019 16:38:17 +0000 (UTC)
commit ade784f8271abe1b13b3a18316aae541f3a1959d
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Dec 6 17:25:43 2019 +0100
alarm: Style fixes
https://gitlab.gnome.org/GNOME/gnome-online-accounts/merge_requests/40
src/goaidentity/goaalarm.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/goaidentity/goaalarm.h b/src/goaidentity/goaalarm.h
index 912bc25f..d3c11b8b 100644
--- a/src/goaidentity/goaalarm.h
+++ b/src/goaidentity/goaalarm.h
@@ -24,10 +24,13 @@
#include <gio/gio.h>
G_BEGIN_DECLS
-#define GOA_TYPE_ALARM (goa_alarm_get_type ())
+
+#define GOA_TYPE_ALARM (goa_alarm_get_type ())
G_DECLARE_FINAL_TYPE (GoaAlarm, goa_alarm, GOA, ALARM, GObject);
GoaAlarm *goa_alarm_new (GDateTime *time);
GDateTime *goa_alarm_get_time (GoaAlarm *alarm);
+
G_END_DECLS
+
#endif /* __GOA_ALARM_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]