summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection-manager.c
Commit message (Expand)AuthorAgeFilesLines
...
* param_default_value: add support for 'ay'Guillaume Desmottes2009-03-261-0/+14
* tp_cm_param_setter_offset: add missing switch breaksGuillaume Desmottes2009-03-261-0/+4
* tp_cm_param_setter_offset: 'o' gtype is DBUS_TYPE_G_OBJECT_PATHGuillaume Desmottes2009-03-251-1/+1
* tp_cm_param_setter_offset: add support for DBUS_TYPE_OBJECT_PATHGuillaume Desmottes2009-03-251-0/+11
* tp_cm_param_setter_offset: add support for DBUS_TYPE_DOUBLEGuillaume Desmottes2009-03-251-0/+10
* tp_cm_param_setter_offset: add support for DBUS_TYPE_INT64 and DBUS_TYPE_UINT64Guillaume Desmottes2009-03-251-0/+20
* tp_cm_param_setter_offset: use g_value_dup_boxed so we don't need an extra GS...Guillaume Desmottes2009-03-251-3/+2
* base-connection-manager: add support for more CM parameter typesSimon McVittie2009-03-251-0/+66
* TpBaseConnectionManager: simplify private data accessesSimon McVittie2009-03-031-13/+6
* fd.o#20165: tp_base_connection_manager_register: don't use a TpDBusDaemon tha...Simon McVittie2009-02-171-2/+1
* TpBaseConnection, ...Manager: use TpDBusDaemon to call RequestNameSimon McVittie2009-01-301-19/+19
* TpBaseConnectionManager: Don't do arithmetic on void pointersSimon McVittie2009-01-071-5/+7
* TpBaseConnectionManager: coding style triviaSimon McVittie2008-10-151-5/+5
* connection_shutdown_finished_cb: correct argument type in gtkdocWill Thompson2008-09-241-1/+1
* Fix compilation warning, g_set_error requier a format string.Xavier Claessens2008-08-051-1/+1
* Annotate numerous things with Since: 0.7.1Simon McVittie2008-02-041-0/+3
* TpBaseConnectionManager: move docs from .h to .c to reduce recompilationSimon McVittie2008-02-041-0/+149
* base-connection-manager: copyright 2008Simon McVittie2008-01-181-2/+2
* tp_base_connection_manager_get_parameters: don't leak the GValueArrays repres...Simon McVittie2008-01-181-2/+8
* base-connection-manager.c: free pre-existing GArray when setting CM parametersEmanuele Aina2007-12-101-0/+5
* Handle array of bytes as GArray in tp_cm_param_setter_offset()Emanuele Aina2007-12-091-0/+19
* TpBaseConnectionManager: always reject attempts to connect with an invalid pr...Simon McVittie2007-11-281-0/+3
* TpBaseConnection: _init is too early to be able to check things in the class ...Simon McVittie2007-11-271-6/+21
* TpBaseConnectionManager: move checks for valid CM name earlier, and use tp_co...Simon McVittie2007-11-271-13/+4
* Fix TpBaseConnectionManager assertionsSimon McVittie2007-11-271-3/+3
* TpBaseConnectionManager: make more assertions, earlier; notably, assert that ...Simon McVittie2007-11-271-2/+11
* Change all internal-*.h to a more conventional *-internal.hSimon McVittie2007-11-151-1/+1
* Annotate Will's TpBaseConnectionManager changes with "Since: 0.7.0"Simon McVittie2007-11-221-0/+2
* Use the generated GTypes in various bits of tp-glibSimon McVittie2007-09-061-9/+4
* BaseConnectionManager: actually fixed the two debugsSenko Rasic2007-09-251-2/+2
* BaseConnectionManager: fixed two debugging messagesSenko Rasic2007-09-251-2/+2
* Coding style: Use set_param == NULL not !set_paramWill Thompson2007-09-271-1/+1
* Remove unnecessary cast.Will Thompson2007-09-271-1/+1
* Remove 'offset == G_MAXSIZE' special-casing from parse_parametersWill Thompson2007-09-021-7/+0
* move ignorance of parameters with G_MAXSIZE offset to the offset setterWill Thompson2007-08-231-1/+8
* Add set_param to TpCMProtocolSpec and use it, defaulting to tp_cm_param_sette...Will Thompson2007-08-231-1/+3
* Parametrize the setter used by set_param_from_{value,default} and parse_param...Will Thompson2007-08-231-5/+12
* Move documentation of tp_cm_param_setter_offset from .h to .cWill Thompson2007-08-231-0/+13
* rename set_param_by_offset to tp_cm_param_setter_offset, document and export itWill Thompson2007-08-221-6/+6
* replace the majority of set_param_from_{default,value} with a call to set_par...Will Thompson2007-08-221-111/+4
* Create set_param_by_offset, generalizing set_param_from_{value,default}Will Thompson2007-08-221-0/+72
* Make param_default_value take a single ParamSpec, not an array and an index.Will Thompson2007-08-221-14/+14
* Move documentation of filter implementations from .h to .cWill Thompson2007-08-301-0/+20
* base-connection-manager.c: #include <telepathy-glib/util.h>Simon McVittie2007-06-281-0/+2
* Use tp_g_value_slice_new in a couple of placesSimon McVittie2007-06-281-2/+1
* Move contents of lib/ into root directorySimon McVittie2007-04-191-0/+764