summaryrefslogtreecommitdiff
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* All .c files: include config.hSimon McVittie2013-09-171-0/+1
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69272 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* use tp-glib single includesGuillaume Desmottes2013-09-121-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69272
* Add MailNotification spec to EXTRA_DIST.Jonny Lamb2010-03-051-1/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Set MailNotification spec to version 0.19.1 (trivial)Nicolas Dufresne2010-03-011-0/+1
| | | | Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* In MailNotification spec url-data is now variantNicolas Dufresne2010-02-231-64/+65
| | | | | | | | Updated the MailNotification and modified part of code that handle the url-data since the url-data is now a variant. Also fixed wrong error NOT_CAPABLE into NOT_IMPLEMENTED. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* Adding MailAddress property introduced in latest specNicolas Dufresne2010-02-231-0/+15
| | | | Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* Updated to latest MailNotification SpecNicolas Dufresne2010-02-221-384/+369
| | | | | | | | Mostly editorial changes except for Capabilities property renamed MailNotificationFlags and addition of _FLAG to MailNotificationFlags enum prefix. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* Bumped to new version of MailNotification.DRAFTNicolas Dufresne2010-01-272-136/+370
| | | | | | | Name of capabilities flags has changed and "url_data" is now "url-data". Also fix a compilation issue and added external type Unix_Timestamp64. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* Rename GABBLE to HAZE in extension headerNicolas Dufresne2010-01-151-3/+3
| | | | Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* Added specification code generatorNicolas Dufresne2010-01-145-0/+553
The code generator is useful to implement DRAFTed specification that tends to change from time to time. Currently generated interface is MailNotification. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>