All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add DBus disconnect watch support
@ 2015-02-18 16:08 Jukka Rissanen
  2015-02-18 16:08 ` [PATCH v3 1/4] dbus: Add AddMatch and RemoveMatch support Jukka Rissanen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jukka Rissanen @ 2015-02-18 16:08 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

Hi,

v3:
- reworked the unit test

v2:
- moved the code to dbus.c
- reworked the logic in the caller of the watcher so no need to
  remove l_dbus_register() and l_dbus_unregister()

this set allows user to monitor the disconnect status
of a service.

Cheers,
Jukka


Jukka Rissanen (4):
  dbus: Add AddMatch and RemoveMatch support
  gvariant: dbus.h need to be included before private header
  dbus: Add disconnect watch support
  unit: dbus: Add test for disconnect watch API

 Makefile.am            |   3 +
 ell/dbus-private.h     |  35 ++++++++
 ell/dbus.c             | 221 +++++++++++++++++++++++++++++++++++++++++++++++++
 ell/dbus.h             |   9 ++
 ell/gvariant-util.c    |   2 +-
 unit/test-dbus-watch.c | 153 ++++++++++++++++++++++++++++++++++
 6 files changed, 422 insertions(+), 1 deletion(-)
 create mode 100644 unit/test-dbus-watch.c

-- 
2.1.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-19 16:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 16:08 [PATCH v3 0/4] Add DBus disconnect watch support Jukka Rissanen
2015-02-18 16:08 ` [PATCH v3 1/4] dbus: Add AddMatch and RemoveMatch support Jukka Rissanen
2015-02-19 15:21   ` Denis Kenzior
2015-02-18 16:08 ` [PATCH v3 2/4] gvariant: dbus.h need to be included before private header Jukka Rissanen
2015-02-18 16:08 ` [PATCH v3 3/4] dbus: Add disconnect watch support Jukka Rissanen
2015-02-19 15:57   ` Denis Kenzior
2015-02-18 16:08 ` [PATCH v3 4/4] unit: dbus: Add test for disconnect watch API Jukka Rissanen
2015-02-19 16:07   ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.