summaryrefslogtreecommitdiff
path: root/src/im-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use sealed struct membersSimon McVittie2013-01-041-7/+3
| | | | | | This exposes a bug in the tests: several tests assumed that tubes' Interfaces would always come out in the same order, but the new APIs we're using break that assumption. Fix that too.
* Be single-include-compliantSimon McVittie2013-01-041-5/+2
|
* Include config.h and our corresponding header first in every source fileSimon McVittie2013-01-041-1/+3
| | | | | Putting the corresponding header first exposed a missing header inclusion in text-helper.h; fix that by using the meta-header.
* Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie2012-05-071-3/+3
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* Merge branch 'cleanups'Jonny Lamb2012-02-291-1/+3
|\
| * im-channel: subclass TpBaseChannelJonny Lamb2012-01-311-1/+3
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Update Wocky snapshot for one big header.Will Thompson2012-02-061-2/+1
|/ | | | | | | | | | We have to lose the reference to wocky_heartbeat_source_new from the symbol hack table, because it's not exposed in Wocky's public headers any more. That's okay, though: it's not intended for use by applications, let alone plugins. https://bugs.freedesktop.org/show_bug.cgi?id=45703 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-3/+3
| | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* stop using gibber-namespaces.hJonny Lamb2011-05-041-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* src: remove annoying salut- prefixJonny Lamb2011-04-281-0/+647
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>