[WIP]: Clipboard integration.
This commit is contained in:
parent
c75a1fe008
commit
e9ca9e4002
@ -107,7 +107,7 @@ void guac_spice_clipboard_selection_handler(SpiceMainChannel channel,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void guac_spice_clipboard_selection_grab_handler(SpiceMainChannel channel,
|
void guac_spice_clipboard_selection_grab_handler(SpiceMainChannel channel,
|
||||||
guint selection, gpointer types, guint ntypes, guint extra, guac_client* client) {
|
guint selection, guint32* types, guint ntypes, guint extra, guac_client* client) {
|
||||||
|
|
||||||
guac_client_log(client, GUAC_LOG_DEBUG, "Notifying client of clipboard grab"
|
guac_client_log(client, GUAC_LOG_DEBUG, "Notifying client of clipboard grab"
|
||||||
" in the guest.");
|
" in the guest.");
|
||||||
|
@ -109,7 +109,7 @@ void guac_spice_clipboard_selection_handler(SpiceMainChannel channel,
|
|||||||
* The guac_client that was passed in when the callback was registered.
|
* The guac_client that was passed in when the callback was registered.
|
||||||
*/
|
*/
|
||||||
void guac_spice_clipboard_selection_grab_handler(SpiceMainChannel channel,
|
void guac_spice_clipboard_selection_grab_handler(SpiceMainChannel channel,
|
||||||
guint selection, gpointer types, guint ntypes, guint other, guac_client* client);
|
guint selection, guint32* types, guint ntypes, guint other, guac_client* client);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A handler that will be called by the SPICE client when the SPICE server
|
* A handler that will be called by the SPICE client when the SPICE server
|
||||||
|
Loading…
Reference in New Issue
Block a user