Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 1 | -8/+8 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 1 | -6/+10 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2012-02-16 | location-reporting: Remove a few more empty lines | Marcel Holtmann | 1 | -3/+0 | |
2012-02-16 | location-reporting: Fix some minor style issues | Marcel Holtmann | 1 | -5/+3 | |
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-03-01 | location-reporting: don't add client-exit watch too early | Lucas De Marchi | 1 | -6/+4 | |
Wait until driver gives us a file descriptor to start watching for client exit. This fixes a race when client exits before the driver calls location_reporting_enable_cb(). | |||||
2011-02-23 | location-reporting: add atom implementation | Rafael Ignacio Zurita | 1 | -0/+393 | |