summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection-manager.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Stop implementing TpSvcDBusProperties interfaceXavier Claessens1-2/+0
2014-04-01Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()Xavier Claessens1-3/+3
2014-04-01Replace all occurences of TpDBusDaemon by GDBusConnectionXavier Claessens1-33/+29
2014-03-26Make sure to register object paths *before* taking bus namesSimon McVittie1-10/+17
2014-03-26Update documentation: we no longer use the starter busSimon McVittie1-1/+1
2014-03-26Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie1-2/+2
2013-11-11Replace im.telepathy1 with im.telepathy.v1Simon McVittie1-1/+1
2013-09-17set version annotationsSimon McVittie1-1/+1
2012-08-31Merge branch 'master' into nextJonny Lamb1-2/+2
2012-07-19set UNRELEASED versionstelepathy-glib-0.19.4Guillaume Desmottes1-2/+2
2012-07-10Fix some gtk-doc errorsXavier Claessens1-5/+0
2012-07-10Merge branch 'master' into nextXavier Claessens1-4/+65
2012-07-05base-connection{,-manager}: seal old interfaces membersJonny Lamb1-2/+0
2012-07-04base-connection-manager: add get_interfaces vfunc to class structJonny Lamb1-4/+67
2012-06-28Release 0.19.2telepathy-glib-0.19.2Xavier Claessens1-1/+1
2012-06-26TpBaseConnectionManagerClass: Seal protocol_params and new_connection membersXavier Claessens1-1/+2
2012-06-26TpBaseConnectionManager: remove legacy protocolsXavier Claessens1-207/+1
2012-05-07Don't include svc-*.h in "high-level" headersSimon McVittie1-0/+1
2012-05-03Merge branch 'master' into nextSimon McVittie1-3/+3
2012-05-02Stop using TP_ERRORSSimon McVittie1-3/+3
2012-05-02Move -dbus library headers into a new telepathy-glib-dbus.h meta-headerSimon McVittie1-0/+3
2012-04-06many fixes to documentation commentsJonny Lamb1-6/+6
2012-03-02Merge branch 'master' into next, and update to merged specSimon McVittie1-2/+1
2012-03-01Use GLib's default marshaller everywhereSimon McVittie1-2/+1
2012-02-09Merge branch 'master' into nextSimon McVittie1-0/+2
2012-02-06Add config.h include in all source filesXavier Claessens1-0/+2
2012-01-31spec: update to newest 'next' specJonny Lamb1-1/+1
2012-01-31connection-manager: remove deprecated methodsJonny Lamb1-92/+0
2011-11-16Use _unref instead of _free _destroy when possible.Xavier Claessens1-5/+5
2011-05-26Improve the “CM already running” error message.Will Thompson1-1/+3
2010-12-06Merge branches '012-base-cm-shutdown' and '012-leaked-protocol' into telepath...Simon McVittie1-2/+5
2010-12-06TpBaseConnectionManager: ref the CM once per ConnectionSimon McVittie1-5/+13
2010-12-06fd.o #32116: tp_base_connection_manager_register: don't leak protocol refsSimon McVittie1-2/+5
2010-10-06Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie1-1/+1
2010-09-14Change uses of TpIntSet to TpIntsetPhilip Withnall1-3/+3
2010-07-26Prepare version 0.11.11telepathy-glib-0.11.11Simon McVittie1-4/+4
2010-07-15tp_base_connection_manager_register: check for valid protocol namesSimon McVittie1-0/+6
2010-07-15TpBaseConnectionManager: correctly replace "-" with "_" in TpBaseProtocol obj...Simon McVittie1-0/+2
2010-07-15tp_base_connection_manager_add_protocol: use tp_base_protocol_get_nameSimon McVittie1-7/+3
2010-06-29TpBaseConnectionManager: implement the keys of ProtocolsSimon McVittie1-6/+9
2010-06-29TpBaseConnection: implement a stub form of the Protocols propertySimon McVittie1-0/+38
2010-06-29TpBaseConnection: implement the Interfaces propertySimon McVittie1-2/+39
2010-06-29Export non-stub TpBaseProtocol instances on D-BusSimon McVittie1-0/+22
2010-06-29_TpLegacyProtocol: remove filtering/sanity-checking which is now done more ge...Simon McVittie1-66/+1
2010-06-29TpBaseConnectionManager: allow new_connection and protocol_params to both be ...Simon McVittie1-11/+16
2010-06-29tp_base_connection_manager_list_protocols: implement in terms of the protocol...Simon McVittie1-12/+13
2010-06-29TpBaseConnectionManager: delegate creation of a new connection to Protocol ob...Simon McVittie1-62/+78
2010-06-29TpBaseConnectionManager: get TpCMParamSpec structures via Protocol objectsSimon McVittie1-6/+40
2010-06-29Add an internal _TpLegacyProtocol class, and make one for each protocolSimon McVittie1-0/+50
2010-06-29TpBaseConnectionManager: have a table of TpBaseProtocol objectsSimon McVittie1-0/+37