summaryrefslogtreecommitdiff
path: root/examples/cm/extended/conn.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-11TpBaseConnection: be a GDBusObjectSkeletonSimon McVittie1-14/+15
2014-03-26Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie1-3/+3
2014-02-13TpHandleType has been renmed to TpEntityTypeGuillaume Desmottes1-5/+5
2014-01-13Assume that Conn.I.Requests is supported, and don't put it in InterfacesSimon McVittie1-1/+0
2014-01-13Adjust telepathy-glib code for removal of Contacts interfaceSimon McVittie1-1/+0
2014-01-13TpBaseConnection: absorb the functionality of the TpContactsMixinSimon McVittie1-22/+0
2013-09-26Merge branch 'master' into nextSimon McVittie1-26/+16
2013-09-26Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie1-26/+16
2012-07-10Merge branch 'master' into nextXavier Claessens1-1/+16
2012-07-05example & test connections: update to use new get_interfaces… vfuncJonny Lamb1-1/+16
2012-06-05Merge branch 'master' into nextXavier Claessens1-4/+8
2012-06-04Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie1-3/+7
2012-05-14Don't set TpBaseConnection:self_handle struct member directlyXavier Claessens1-2/+2
2012-05-07Merge branch 'master' into nextSimon McVittie1-1/+0
2012-05-07All examples: follow the meta-header policySimon McVittie1-1/+0
2012-05-02Move -dbus library headers into a new telepathy-glib-dbus.h meta-headerSimon McVittie1-0/+1
2012-04-12Merge branch 'master' into nextSimon McVittie1-1/+1
2012-04-12Use TP_NUM_… instead of NUM_TP_…Simon McVittie1-1/+1
2012-03-02Merge branch 'master' into next, and update to merged specSimon McVittie1-2/+1
2012-02-09Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon 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-31channel-factory-iface: removeJonny Lamb1-2/+2
2011-11-16Use _unref instead of _free _destroy when possible.Xavier Claessens1-1/+1
2010-07-27fd.o #29174: Extended example CM: use a TpBaseProtocol subclassSimon McVittie1-13/+17
2010-07-27Extended example CM: implement the Contacts and Requests interfacesSimon McVittie1-2/+26
2009-11-23Port examples/ directory to include telepathy-glib.h insteadDanielle Madeley1-4/+1
2009-01-16Examples: consistently raise InvalidHandle for invalid identifiersSimon McVittie1-1/+1
2009-01-07extended CM example: rename ExampleConnection to ExampleExtendedConnectionSimon McVittie1-16/+16
2008-10-13All test and example CMs: have RequestHandles raise NotAvailable for invalid ...Simon McVittie1-1/+1
2008-06-06Example CMs: consistently use static stringsSimon McVittie1-1/+1
2007-12-19In examples, generate extended interfaces in their own subdirectory (more lik...Simon McVittie1-1/+2
2007-12-17Add example connection manager with a third-party connection interface ("Conn...Simon McVittie1-0/+311