qulogic/libgnt

Hide GntClipboard struct definition.

2019-04-06, Elliott Sales de Andrade
19966e8db87f
Parents c83e0a76ba96
Children 328db5deb656
Hide GntClipboard struct definition.
--- a/gntclipboard.c Sat Apr 06 04:58:59 2019 -0400
+++ b/gntclipboard.c Sat Apr 06 05:40:21 2019 -0400
@@ -22,6 +22,12 @@
#include "gntclipboard.h"
+struct _GntClipboard
+{
+ GObject parent;
+ gchar *string;
+};
+
enum {
SIG_CLIPBOARD = 0,
SIGS
--- a/gntclipboard.h Sat Apr 06 04:58:59 2019 -0400
+++ b/gntclipboard.h Sat Apr 06 05:40:21 2019 -0400
@@ -34,12 +34,6 @@
#define GNT_TYPE_CLIPBOARD gnt_clipboard_get_type()
-struct _GntClipboard
-{
- GObject inherit;
- gchar *string;
-};
-
G_BEGIN_DECLS
/**