diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-07-20 16:02:52 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-12-21 10:50:22 +0400 |
commit | ff1a5810f61f78b47ddad995f49bcc70171d9e38 (patch) | |
tree | 0c4738ffb0b2ea658e22a5e43c757ec615fe9982 /ui/trace-events | |
parent | 739362d4205cd90686118fe5af3e236c2f8c6be9 (diff) |
ui/dbus: add clipboard interface
Expose the clipboard API over D-Bus. See the interface documentation for
further details.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/trace-events')
-rw-r--r-- | ui/trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/trace-events b/ui/trace-events index b1ae30159a..f78b5e6606 100644 --- a/ui/trace-events +++ b/ui/trace-events @@ -147,3 +147,6 @@ dbus_mouse_release(unsigned int button) "button %u" dbus_mouse_set_pos(unsigned int x, unsigned int y) "x=%u, y=%u" dbus_mouse_rel_motion(int dx, int dy) "dx=%d, dy=%d" dbus_update(int x, int y, int w, int h) "x=%d, y=%d, w=%d, h=%d" +dbus_clipboard_grab_failed(void) "" +dbus_clipboard_register(const char *bus_name) "peer %s" +dbus_clipboard_unregister(const char *bus_name) "peer %s" |