X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/469856bf9dec2656433baaa976b9af84d79769ae..754b2771ce0de9b290e798f12def2b13245c03fd:/src/clipboard.h diff --git a/src/clipboard.h b/src/clipboard.h index 67eec225..87d57946 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