27 #ifndef GNT_CLIPBOARD_H
28 #define GNT_CLIPBOARD_H
32 #include <glib-object.h>
34 #define GNT_TYPE_CLIPBOARD (gnt_clipboard_get_gtype())
35 #define GNT_CLIPBOARD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_CLIPBOARD, GntClipboard))
36 #define GNT_CLIPBOARD_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_CLIPBOARD, GntClipboardClass))
37 #define GNT_IS_CLIPBOARD(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_CLIPBOARD))
38 #define GNT_IS_CLIPBOARD_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GNT_TYPE_CLIPBOARD))
39 #define GNT_CLIPBOARD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_CLIPBOARD, GntClipboardClass))
54 void (*gnt_reserved1)(void);
55 void (*gnt_reserved2)(void);
56 void (*gnt_reserved3)(void);
57 void (*gnt_reserved4)(void);
G_BEGIN_DECLS GType gnt_clipboard_get_gtype(void)
void gnt_clipboard_set_string(GntClipboard *clip, const gchar *string)
Set the text in the clipboard.
gchar * gnt_clipboard_get_string(GntClipboard *clip)
Get the current text from the clipboard.