mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[client] providers: handle fallback disconnects safely
This commit is contained in:
@@ -28,6 +28,8 @@ void lgClipboard_free(void);
|
||||
void lgClipboard_setLocalAvailable(bool available);
|
||||
|
||||
void lgClipboard_setFallback(const LG_ClipboardOps * ops, void * opaque);
|
||||
/* Drop functions remove a dead endpoint without invoking it. */
|
||||
void lgClipboard_dropFallback(void);
|
||||
void lgClipboard_setTransport(const LG_ClipboardOps * ops, void * opaque);
|
||||
void lgClipboard_dropTransport(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user