gambas-source-code/gb.dbus/src
Benoît Minisini b8f6e09b8b [INTERPRETER]
* NEW: Add support for double-linked lists in the interpreter API.
* NEW: GB.Wait() is a new API that waits for a specific number of 
  milliseconds, exactly like the WAIT instruction (i.e. the event loop is
  run).
* NEW: GB.HasForked() is a new API that warns the interpreter that fork()
  has been called (he has to do some stuff).
* NEW: Remove the GB_POST_FUNC datatype from the API.

[GB.DBUS]
* BUG: Fix some compilation warnings.

[GB.TASK]
* NEW: gb.task is a new component that allows to run background tasks by
  "simply" forking the interpreter. Communication between the task and the
  main process has not been implemented yet.


git-svn-id: svn://localhost/gambas/trunk@5076 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-08-24 22:29:53 +00:00
..
gb.dbus [DEVELOPMENT ENVIRONMENT] 2012-08-19 13:01:57 +00:00
c_dbus.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbus.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbusconnection.c [GB.DBUS] 2012-01-21 20:10:45 +00:00
c_dbusconnection.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbusobserver.c [INTERPRETER] 2012-08-24 22:29:53 +00:00
c_dbusobserver.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbusvariant.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbusvariant.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
dbus_print_message.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
dbus_print_message.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.dbus.component [GB.DBUS] 2011-02-27 01:06:36 +00:00
helper.c [INTERPRETER] 2012-08-24 22:29:53 +00:00
helper.h [INTERPRETER] 2012-08-24 22:29:53 +00:00
main.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
Makefile.am [CONFIGURATION] 2012-05-04 16:45:14 +00:00