|
static void | wlf_request_free (void *rq) |
|
static wlf_request * | wlf_request_new (void) |
|
static void * | wlf_request_clone (const void *oth) |
|
static BOOL | wlf_mime_is_file (const char *mime) |
|
static BOOL | wlf_mime_is_text (const char *mime) |
|
static BOOL | wlf_mime_is_image (const char *mime) |
|
static BOOL | wlf_mime_is_html (const char *mime) |
|
static void | wlf_cliprdr_free_server_formats (wfClipboard *clipboard) |
|
static void | wlf_cliprdr_free_client_formats (wfClipboard *clipboard) |
|
static UINT | wlf_cliprdr_send_client_format_list (wfClipboard *clipboard) |
|
static void | wfl_cliprdr_add_client_format_id (wfClipboard *clipboard, UINT32 formatId) |
|
static BOOL | wlf_cliprdr_add_client_format (wfClipboard *clipboard, const char *mime) |
|
static UINT | wlf_cliprdr_send_data_request (wfClipboard *clipboard, const wlf_const_request *rq) |
|
static UINT | wlf_cliprdr_send_data_response (wfClipboard *clipboard, const BYTE *data, size_t size) |
|
BOOL | wlf_cliprdr_handle_event (wfClipboard *clipboard, const UwacClipboardEvent *event) |
|
static UINT | wlf_cliprdr_send_client_capabilities (wfClipboard *clipboard) |
|
static UINT | wlf_cliprdr_send_client_format_list_response (wfClipboard *clipboard, BOOL status) |
|
static UINT | wlf_cliprdr_monitor_ready (CliprdrClientContext *context, const CLIPRDR_MONITOR_READY *monitorReady) |
|
static UINT | wlf_cliprdr_server_capabilities (CliprdrClientContext *context, const CLIPRDR_CAPABILITIES *capabilities) |
|
static UINT32 | wlf_get_server_format_id (const wfClipboard *clipboard, const char *name) |
|
static const char * | wlf_get_server_format_name (const wfClipboard *clipboard, UINT32 formatId) |
|
static void | wlf_cliprdr_transfer_data (UwacSeat *seat, void *context, const char *mime, int fd) |
|
static void | wlf_cliprdr_cancel_data (UwacSeat *seat, void *context) |
|
static UINT | wlf_cliprdr_server_format_list (CliprdrClientContext *context, const CLIPRDR_FORMAT_LIST *formatList) |
|
static UINT | wlf_cliprdr_server_format_list_response (CliprdrClientContext *context, const CLIPRDR_FORMAT_LIST_RESPONSE *formatListResponse) |
|
static UINT | wlf_cliprdr_server_format_data_request (CliprdrClientContext *context, const CLIPRDR_FORMAT_DATA_REQUEST *formatDataRequest) |
|
static UINT | wlf_cliprdr_server_format_data_response (CliprdrClientContext *context, const CLIPRDR_FORMAT_DATA_RESPONSE *formatDataResponse) |
|
wfClipboard * | wlf_clipboard_new (wlfContext *wfc) |
|
void | wlf_clipboard_free (wfClipboard *clipboard) |
|
BOOL | wlf_cliprdr_init (wfClipboard *clipboard, CliprdrClientContext *cliprdr) |
|
BOOL | wlf_cliprdr_uninit (wfClipboard *clipboard, CliprdrClientContext *cliprdr) |
|
FreeRDP: A Remote Desktop Protocol Implementation Wayland Clipboard Redirection
Copyright 2018 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyright 2018 Thincast Technologies GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
wfClipboard* wlf_clipboard_new |
( |
wlfContext * |
wfc | ) |
|
FreeRDP: A Remote Desktop Protocol Implementation Wayland Clipboard Redirection
Copyright 2018 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyright 2018 Thincast Technologies GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.