gambas-source-code/gb.dbus/src
Benoît Minisini 3b15965514 [GB.DBUS]
* NEW: DBus.Session returns a connection to the session bus as a 
  DBusConnection object.
* NEW: DBus.System returns a connection to the system bus as a 
  DBusConnection object.
* NEW: DBusConnection.Introspect() is a method that returns the result of 
  the Introspect() method on a specific object path.
* NEW: DBusConnection.CallMethod() allows to call any D-Bus method. 
  Marshalling is automatic, but D-Bus signature of input and output 
  arguments must be provided.


git-svn-id: svn://localhost/gambas/trunk@2205 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-08-02 22:43:26 +00:00
..
gb.dbus [GB.DBUS] 2009-08-02 22:43:26 +00:00
c_dbus.c [DEVELOPMENT ENVIRONMENT] 2009-07-30 21:42:46 +00:00
c_dbus.h [DEVELOPMENT ENVIRONMENT] 2009-07-30 21:42:46 +00:00
c_dbusconnection.c [GB.DBUS] 2009-08-02 22:43:26 +00:00
c_dbusconnection.h [GB.DBUS] 2009-08-02 22:43:26 +00:00
gb.dbus.component [DEVELOPMENT ENVIRONMENT] 2009-07-30 21:42:46 +00:00
helper.c [GB.DBUS] 2009-08-02 22:43:26 +00:00
helper.h [GB.DBUS] 2009-08-02 22:43:26 +00:00
main.c [DEVELOPMENT ENVIRONMENT] 2009-07-30 21:42:46 +00:00
main.h [DEVELOPMENT ENVIRONMENT] 2009-07-30 21:42:46 +00:00
Makefile.am [GB.DBUS] 2009-08-02 22:43:26 +00:00