diff options
Diffstat (limited to 'src/interface-gtk/interface-gtk.h')
-rw-r--r-- | src/interface-gtk/interface-gtk.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interface-gtk/interface-gtk.h b/src/interface-gtk/interface-gtk.h index 80692f9..0145ff4 100644 --- a/src/interface-gtk/interface-gtk.h +++ b/src/interface-gtk/interface-gtk.h @@ -131,6 +131,12 @@ public: /* implementation of Interface::cmdline_update() */ void cmdline_update_impl(const Cmdline *cmdline); + /* override of Interface::set_clipboard() */ + void set_clipboard(const gchar *name, + const gchar *str = NULL, gssize str_len = -1); + /* override of Interface::get_clipboard() */ + gchar *get_clipboard(const gchar *name, gsize *str_len = NULL); + /* implementation of Interface::popup_add() */ void popup_add_impl(PopupEntryType type, const gchar *name, bool highlight = false); |