b8f6e09b8b
* 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 |
||
---|---|---|
.. | ||
gb.dbus | ||
c_dbus.c | ||
c_dbus.h | ||
c_dbusconnection.c | ||
c_dbusconnection.h | ||
c_dbusobserver.c | ||
c_dbusobserver.h | ||
c_dbusvariant.c | ||
c_dbusvariant.h | ||
dbus_print_message.c | ||
dbus_print_message.h | ||
gb.dbus.component | ||
helper.c | ||
helper.h | ||
main.c | ||
main.h | ||
Makefile.am |