summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo-static.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop using TP_ERRORSSimon McVittie2012-05-021-2/+2
| | | | We deprecated this in 0.11.
* Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon McVittie2012-02-091-2/+1
| | | | | | | | Many didn't use this shorthand, and some even didn't declare one of the three strings as static (causing GObject to copy it). Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Vivek Dasmohapatra <vivek@collabora.co.uk>
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
|
* handle-repo: make tp_handle_ref return the handleJonny Lamb2010-11-151-3/+11
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-1/+1
| | | | ISO C forbids them, and they're an easy thing to get rid of.
* Use tp_strdiff instead of strcmp when comparing strings for equalitySimon McVittie2010-04-011-1/+2
|
* Fix various typos and cross-referencesSimon McVittie2010-03-021-1/+1
| | | | Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Set InvalidHandle when handles are invalid, not InvalidArgument.Simon McVittie2008-10-131-1/+1
| | | | It turns out we've been raising the wrong error all this time...
* Use G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK for all ↵Simon McVittie2008-01-161-2/+2
| | | | | | pre-0.7.1 class properties too 20080116123748-53eee-0cdd61939c0e56b1d190ad0845794b0ac526fd86.gz
* Change all internal-*.h to a more conventional *-internal.hSimon McVittie2007-11-151-1/+1
| | | | 20071115190043-53eee-ed834b56ee1a271c42809e00f033e2aa55b9baf6.gz
* Move contents of lib/ into root directorySimon McVittie2007-04-191-0/+338
20070419173517-53eee-d91a15d77882d6839193c1f77be4f88803b48f58.gz