[gtk+] GdkSeat: Add G_BEGIN_DECLS and G_END_DECLS
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GdkSeat: Add G_BEGIN_DECLS and G_END_DECLS
- Date: Tue, 22 Dec 2015 09:57:36 +0000 (UTC)
commit 939be8a24b45862731b2ca3192cc82300aed9efd
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Tue Dec 22 09:39:28 2015 +0100
GdkSeat: Add G_BEGIN_DECLS and G_END_DECLS
https://bugzilla.gnome.org/show_bug.cgi?id=759771
gdk/gdkseat.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkseat.h b/gdk/gdkseat.h
index e91e620..b4ce279 100644
--- a/gdk/gdkseat.h
+++ b/gdk/gdkseat.h
@@ -29,6 +29,8 @@
#include <gdk/gdkevents.h>
#include <gdk/gdktypes.h>
+G_BEGIN_DECLS
+
#define GDK_TYPE_SEAT (gdk_seat_get_type ())
#define GDK_SEAT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_SEAT, GdkSeat))
#define GDK_IS_SEAT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_SEAT))
@@ -110,4 +112,6 @@ GdkDevice * gdk_seat_get_pointer (GdkSeat *seat);
GDK_AVAILABLE_IN_3_20
GdkDevice * gdk_seat_get_keyboard (GdkSeat *seat);
+G_END_DECLS
+
#endif /* __GDK_SEAT_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]