summaryrefslogtreecommitdiff
path: root/src/clipboard.h
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2013-08-29 22:09:56 +0200
committerBernd Zeimetz <bernd@bzed.de>2013-08-29 22:09:56 +0200
commit953c9042354d06593f96e7de6127a741fad23594 (patch)
tree21f1f0d95ffc1322e22efa8c3f34ce18b29137b7 /src/clipboard.h
parenta3f95c12e85349f1aea466fa6a6219ee403f628b (diff)
Imported Upstream version 1.4.2
Diffstat (limited to 'src/clipboard.h')
-rw-r--r--src/clipboard.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/clipboard.h b/src/clipboard.h
index 67eec22..87d5794 100644
--- a/src/clipboard.h
+++ b/src/clipboard.h
@@ -24,6 +24,8 @@
#include "viklayerspanel.h"
+G_BEGIN_DECLS
+
typedef enum {
VIK_CLIPBOARD_DATA_NONE = 0,
VIK_CLIPBOARD_DATA_LAYER,
@@ -33,5 +35,8 @@ typedef enum {
void a_clipboard_copy(VikClipboardDataType type, guint16 layer_type, gint subtype, guint len, const gchar* text, guint8 * data);
void a_clipboard_copy_selected ( VikLayersPanel *vlp );
gboolean a_clipboard_paste ( VikLayersPanel *vlp );
+VikClipboardDataType a_clipboard_type ( );
+
+G_END_DECLS
#endif