summaryrefslogtreecommitdiff
path: root/src/olpc-activity.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix the build with --enable-olpc by removing unused variablesSimon McVittie2013-01-041-5/+0
| | | | Yet another instance of "things that aren't tested don't work"...
* Use GLib generic marshallers; stop generating our own marshallersSimon McVittie2013-01-041-6/+2
|
* Remove deprecated tp_handle_ref/unrefXavier Claessens2012-05-101-12/+0
|
* Use non-deprecated TpIntset APIsSimon McVittie2012-05-071-5/+5
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* 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>
* 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-2/+2
| | | | | | | | | | | 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/
* namespaces: add …/activity-properties constantJonny Lamb2011-07-251-4/+5
| | | | | | This lets the thing build with --enable-olpc. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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/+699
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>