Commit a plain C reimplementation of browser-switchboard
authorSteven Luo <steven+maemo@steven676.net>
Fri, 11 Dec 2009 04:08:23 +0000 (20:08 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Fri, 11 Dec 2009 04:08:23 +0000 (20:08 -0800)
commit7d3b3e8a206bffae1e491f5887ab1aaaf69e4759
tree2e916657f38cb3be96a8a5302ed254616d521a30
parentf2739d4bfd238bc882e34d918ec3bfe26a47fb9d
Commit a plain C reimplementation of browser-switchboard

The C implementation has a ~2 second startup time advantage over the
Python version, very noticeable when continuous_mode is disabled.

For now, the config file format is incompatible with the Python
implementation.
Makefile [new file with mode: 0644]
browser-switchboard [deleted file]
browser-switchboard.h [new file with mode: 0644]
dbus-server-bindings.c [new file with mode: 0644]
dbus-server-bindings.h [new file with mode: 0644]
dbus-server-glue.xml [new file with mode: 0644]
launcher.c [new file with mode: 0644]
launcher.h [new file with mode: 0644]
main.c [new file with mode: 0644]