summaryrefslogtreecommitdiff
path: root/telepathy-glib/capabilities.c
Commit message (Expand)AuthorAgeFilesLines
* Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie2013-09-261-4/+11
* Add some missing (element-type) introspection annotationsPhilip Withnall2012-12-291-2/+2
* Move GVariant utilities to variant-util.chXavier Claessens2012-09-151-0/+1
* Release 0.19.0telepathy-glib-0.19.0Xavier Claessens2012-05-091-7/+7
* Add tp_capabilities_dup_channel_classes_variant()Guillaume Desmottes2012-05-021-0/+55
* Add and test functions to check for particular file transfer propertiesSimon McVittie2012-04-301-2/+164
* tp_account_channel_request_new_audio_call, audio_video_call: addSimon McVittie2012-04-301-2/+14
* tp_account_channel_request_new_text, tp_account_channel_request_set_target_co...Simon McVittie2012-04-301-2/+6
* Add a comment explaining why _supports_contact_search() does not require THT ...Xavier Claessens2012-04-171-1/+3
* TpCapabilities: Verify fixed properties does not contain extra fields we don'...Xavier Claessens2012-04-171-30/+53
* Add tp_capabilities_supports_sms()Guillaume Desmottes2012-04-161-0/+78
* prepare 0.17.6Guillaume Desmottes2012-03-191-3/+3
* Add handle_type arg to tp_capabilities_support_*_call()Xavier Claessens2012-03-011-17/+25
* TpCapabilities: Add API telling if call and file transfer are supportedXavier Claessens2012-03-011-0/+111
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-1/+1
* Replace 0.13.UNRELEASED with 0.13.14Will Thompson2011-02-231-1/+1
* improve tp_capabilities_supports_room_list docGuillaume Desmottes2011-02-221-2/+35
* use tp_strv_contains()Guillaume Desmottes2011-02-091-7/+2
* add tp_capabilities_supports_room_list() (fdo #33901)Guillaume Desmottes2011-02-091-0/+56
* version 0.13.11telepathy-glib-0.13.11Jonny Lamb2011-01-271-1/+1
* Add tp_capabilities_supports_contact_search()Emilio Pozuelo Monfort2011-01-261-1/+76
* Merge branch 'telepathy-glib-0.12'Guillaume Desmottes2010-10-131-1/+1
|\
| * Merge branch '012-pedantic' into telepathy-glib-0.12Simon McVittie2010-10-131-1/+1
| |\
| | * Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-1/+1
* | | tp_capabilities_supports_tubes_common: check that the self pointer is actuall...Guillaume Desmottes2010-10-011-0/+1
* | | Merge branch 'telepathy-glib-0.12'Guillaume Desmottes2010-10-011-1/+3
|\ \ \ | |/ /
| * | capabilities: check that the self pointer is actually a TpCapabilitiesGuillaume Desmottes2010-10-011-1/+3
| |/
* | Prepare version 0.13.0telepathy-glib-0.13.0Simon McVittie2010-09-281-2/+2
* | add tp_capabilities_supports_{stream,dbus}_tubes (fdo #30204)Guillaume Desmottes2010-09-221-0/+118
|/
* Expose Capabilities.get_channel_classes() to g-i.Travis Reitter2010-07-141-1/+1
* Annotate the return value of Capabilities.get_channel_classes() as unowned by...Travis Reitter2010-07-121-1/+2
* tp_capabilities_get_channel_classes: spell the skip annotation correctlySimon McVittie2010-06-231-1/+1
* Hide (from g-i) accessor method with problematic compound type (which can beTravis Reitter2010-06-171-1/+1
* Add/update version annotationsSimon McVittie2010-04-201-6/+6
* TpCapabilities: cope gracefully with being constructed with classes=NULLSimon McVittie2010-04-161-1/+16
* TpCapabilities: make the constructor more const-correctSimon McVittie2010-04-161-1/+1
* add tp_capabilities_supports_text_chat(room)sGuillaume Desmottes2010-04-141-1/+90
* Add TpCapabilities representing contact and connection capabilities (fdo #27511)Guillaume Desmottes2010-04-141-0/+252