#include <clipboard.h>
#include <ipc/ns.h>
#include <ipc/services.h>
#include <async.h>
#include <str.h>
#include <errno.h>
#include <malloc.h>
Go to the source code of this file.
Functions | |
static void | clip_connect (void) |
Connect to clipboard server. | |
int | clipboard_get_str (char **str) |
Get a copy of clipboard contents. | |
int | clipboard_put_str (const char *str) |
Copy string to clipboard. | |
Variables | |
static int | clip_phone = -1 |
The clipboard data is managed by the clipboard service and it is shared by the entire system.
Definition in file clipboard.c.