summaryrefslogtreecommitdiffstats
path: root/tools/dbus-monitor.1
Commit message (Collapse)AuthorAgeFilesLines
* Bug 2432 - Support --address option for dbus-monitorDaniel Reed2009-07-131-1/+4
| | | | Signed-off-by: Colin Walters <walters@verbum.org>
* Bug 16688 - typo in dbus-monitor.1Paul Bolle2009-07-131-1/+1
| | | | | | s/dbus_bus_add_watch/dbus_bus_add_match/ Signed-off-by: Colin Walters <walters@verbum.org>
* * tools/dbus-monitor.1: update the manpage for dbus-monitorJohn (J5) Palmieri2006-11-081-1/+16
| | | | (Patch from Olli Salli <olli dot salli at collabora dot co dot uk>)
* * s/D-BUS/D-Bus/gJohn (J5) Palmieri2006-08-031-2/+2
|
* 2005-10-29 Robert McQueen <robot101@debian.org>Robert McQueen2005-10-291-0/+15
| | | | | | | | | | | | * glib/Makefile.am, glib/examples/Makefile.am, glib/examples/statemachine/Makefile.am: Merge patch from Ubuntu by Daniel Stone to replace explicit calls to libtool with $(LIBTOOL). * test/python/.cvsignore: Add run-with-tmp-session-bus.conf. * tools/dbus-monitor.1, tools/dbus-monitor.c: Merge dbus-monitor patch from Ubuntu by Daniel Silverstone to allow specifying match rules on the command line.
* 2003-06-21 Philip Blundell <philb@gnu.org>Philip Blundell2003-06-211-4/+8
| | | | | | * tools/dbus-monitor.1: Updated. * tools/dbus-send.1: Likewise.
* 2003-05-17 Colin Walters <walters@gnu.org>Colin Walters2003-05-181-4/+6
| | | | | | | | | | | | | | | | | | | | | | * tools/dbus-send.c: Don't exit with an error code if --help was passed. Default to using the session bus instead of the system one. * tools/dbus-launch.c: Ditto. * tools/dbus-monitor.c: Ditto. * tools/dbus-send.1: Update with new arguments. * tools/dbus-launch.c: Emit code to export variables. New arguments -s and -c to specify shell syntax, and a bit of code to autodetect syntax. Also, allow specifying a program to run. * tools/dbus-launch.1: Update with new arguments. * tools/dbus-send.1: Ditto. * tools/dbus-monitor.1: Ditto.
* 2003-05-16 Colin Walters <walters@verbum.org>Colin Walters2003-05-161-3/+3
| | | | | | | | | | * tools/dbus-monitor.c: Add --session argument and usage() function. * tools/dbus-monitor.1: Update with new --session arg. * bus/Makefile.am (install-data-hook): Create $(libdir)/dbus-1.0/services so that the session bus is happy.
* 2003-05-03 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-05-031-0/+39
* tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1: add some man pages