summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare version 0.11.9telepathy-glib-0.11.9Simon McVittie2010-07-021-1/+1
* util: add tp_simple_async_report_success_in_idleSimon McVittie2010-06-291-0/+32
* Add the proper namespace to (type Object) annotations.Travis Reitter2010-06-171-2/+2
* Add missing va_end()sWill Thompson2010-06-151-0/+2
* Prepare version 0.11.7telepathy-glib-0.11.7Simon McVittie2010-06-141-3/+3
* Note in tp_verify() documentation that G_STATIC_ASSERT existsSimon McVittie2010-06-071-0/+9
* Add tp_clear_object, tp_clear_pointer macrosSimon McVittie2010-06-011-3/+74
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-3/+3
* Put various files into debug domainsSimon McVittie2010-04-301-0/+3
* tp_value_array_unpack: use a const string pointer in the exampleSimon McVittie2010-04-271-1/+1
* Add/update version annotationsSimon McVittie2010-04-201-0/+10
* Merge branch 'telepathy-glib-0.10'Simon McVittie2010-04-201-1/+1
|\
| * Prepare version 0.10.4telepathy-glib-0.10.4Simon McVittie2010-04-201-1/+1
| * Document tp_g_signal_connect_object betterSimon McVittie2010-04-201-1/+4
| * tp_g_signal_connect_object: Support the G_CONNECT_AFTER flag.Mike Ruprecht2010-04-201-1/+1
* | Document tp_g_signal_connect_object betterSimon McVittie2010-04-191-1/+4
* | tp_g_signal_connect_object: Support the G_CONNECT_AFTER flag.Mike Ruprecht2010-04-171-1/+1
* | Remove "magic number" from TpWeakRef structSimon McVittie2010-04-061-8/+0
* | Add TpWeakRef, a weak-ref wrapperSimon McVittie2010-04-061-0/+113
* | Prepare release 0.11.1telepathy-glib-0.11.1Simon McVittie2010-04-051-0/+2
* | tp_str_empty: gtkdoc nitpickingSimon McVittie2010-04-011-1/+1
* | util: add tp_str_empty()Simon McVittie2010-04-011-0/+9
* | Prepare version 0.11.0telepathy-glib-0.11.0Simon McVittie2010-03-311-2/+2
* | Add tp_value_array_unpack to docs, and make the name of @len consistentSimon McVittie2010-03-241-1/+1
* | Merge branch 'tp-value-array-unpack'Danielle Madeley2010-03-231-0/+60
|\ \
| * | tp_value_array_unpack() a reverse to tp_value_array_build()Danielle Madeley2010-03-231-0/+60
* | | tp_g_value_slice_new_byte: addSimon McVittie2010-03-091-0/+21
| |/ |/|
* | Spell GConnectFlags correctlySimon McVittie2010-03-021-1/+1
* | util.c: add Since annotations for tp_verify_*, tp_g_signal_connect_object, tp...Simon McVittie2010-03-011-1/+11
|/
* Fix typo in doc of tp_g_signal_connect_objectXavier Claessens2009-12-161-1/+1
* Fix the naming in the tp_value_array_build documentationSjoerd Simons2009-11-191-1/+1
* Add tp_value_array_buildSjoerd Simons2009-11-191-1/+65
* Added tp_g_signal_connect_object() as public api.David Laban2009-11-191-0/+128
* _tp_quark_array_copy: Fix doc.David Laban2009-11-181-2/+6
* _tp_quark_array_copy(): copy a 0-terminated GQuark array into a GArray.David Laban2009-11-171-0/+24
* Add a statement form of tp_verify_true, tp_verify_statementSimon McVittie2009-08-031-0/+12
* Add tp_verify and tp_verify_true, compile-time static assertion macrosSimon McVittie2009-07-311-0/+32
* Prepare release 0.7.31Simon McVittie2009-05-271-0/+4
* Expose some GKeyFile helpersSimon McVittie2009-04-281-0/+92
* Fix "Since" annotationsSimon McVittie2009-03-171-12/+12
* util: add tp_g_value_slice_new_uint() etc.Simon McVittie2009-03-041-1/+273
* tp_mixin_instance_get_offset, tp_mixin_class_get_offset: fix gtkdocSimon McVittie2008-11-061-0/+4
* util: add tp_mixin_instance_get_offset, tp_mixin_class_get_offsetSimon McVittie2008-11-061-0/+63
* Prepare version 0.7.15telepathy-glib-0.7.15Simon McVittie2008-09-181-1/+1
* tp_g_hash_table_update: add assertion on target != sourceAlban Crequy2008-09-111-0/+1
* tp_strv_contains: accept strv=NULL, treating it as the empty listWill Thompson2008-09-091-2/+5
* tp_strv_contains: use tp_strdiff rather than strcmpWill Thompson2008-09-091-1/+1
* Add tp_strv_contains() utility function.Will Thompson2008-09-091-0/+28
* Move tp_asv API to <telepathy-glib/dbus.h> - it makes more sense thereSimon McVittie2008-05-191-206/+0
* Add tp_asv_get_bytes, tp_asv_lookupSimon McVittie2008-05-131-3/+58