Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyheroyuki <myheroyuki@outlook.com>2023-09-20 15:21:17 +0300
committermyheroyuki <myheroyuki@outlook.com>2023-09-20 15:21:17 +0300
commitb37e5996d72426f03f16a6073511643a17747d95 (patch)
tree12ef4abf358592c3f5ef28e4c7925af00478900e /src/remmina_protocol_widget.h
parent0a2e484dc6b70fbd2319c999a441a89dcdd101b4 (diff)
[REM-2977] add shortcut for 'send clipboard as keystrokes'
Diffstat (limited to 'src/remmina_protocol_widget.h')
-rw-r--r--src/remmina_protocol_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_protocol_widget.h b/src/remmina_protocol_widget.h
index afe4aee3d..6047a0d1a 100644
--- a/src/remmina_protocol_widget.h
+++ b/src/remmina_protocol_widget.h
@@ -170,7 +170,7 @@ void remmina_protocol_widget_send_keys_signals(GtkWidget *widget, const guint *k
gboolean remmina_protocol_widget_plugin_receives_keystrokes(RemminaProtocolWidget *gp);
/* Send to the plugin some keystrokes */
void remmina_protocol_widget_send_keystrokes(RemminaProtocolWidget *gp, GtkMenuItem *widget);
-void remmina_protocol_widget_send_clipboard(RemminaProtocolWidget *gp, GtkMenuItem *widget);
+void remmina_protocol_widget_send_clipboard(RemminaProtocolWidget *gp, GObject *widget);
/* Take screenshot of plugin */
gboolean remmina_protocol_widget_plugin_screenshot(RemminaProtocolWidget *gp, RemminaPluginScreenshotData *rpsd);
/* Deal with the remimna connection window map/unmap events */