summaryrefslogtreecommitdiff
path: root/examples/cm/contactlist/conn.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-11TpBaseConnection: be a GDBusObjectSkeletonSimon McVittie1-17/+27
2014-04-10Simplify TpPresenceMixin by removing all support for non-message parametersSimon McVittie1-8/+1
2014-04-08Stop implementing TpSvcDBusProperties interfaceXavier Claessens1-2/+0
2014-03-26Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie1-4/+4
2014-02-13TpHandleType has been renmed to TpEntityTypeGuillaume Desmottes1-6/+6
2014-01-13Simplify TpPresenceMixin by making the "get contact status" vfunc singularSimon McVittie1-30/+22
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-30/+23
2013-10-25Don't strip ABI versions from generated codeSimon McVittie1-20/+20
2012-09-13Port to new Aliasing interface specXavier Claessens1-67/+45
2012-09-06TpPresenceMixinGetContactStatusesFunc: remove the GError argumentXavier Claessens1-2/+1
2012-07-10Merge branch 'master' into nextXavier Claessens1-1/+17
2012-07-05example & test connections: update to use new get_interfaces… vfuncJonny Lamb1-1/+17
2012-06-05Merge branch 'master' into nextXavier Claessens1-10/+11
2012-06-04Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie1-9/+10
2012-05-14Don't set TpBaseConnection:self_handle struct member directlyXavier Claessens1-2/+2
2012-05-07Merge branch 'master' into nextSimon McVittie1-2/+0
2012-05-07All examples: follow the meta-header policySimon McVittie1-2/+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-31ContactList channels: removeJonny Lamb1-19/+16
2012-01-31Presence: remove and replace with SimplePresence in its nameJonny Lamb1-6/+3
2011-11-16Use _unref instead of _free _destroy when possible.Xavier Claessens1-4/+4
2011-04-16Examples: implement Conn.I.ContactBlocking in CL exampleWill Thompson1-0/+3
2010-09-22ExampleContactListManager: rename to ExampleContactListSimon McVittie1-19/+18
2010-09-22contactlist example: rename contact-list-manager.[ch] to contact-list.[ch]Simon McVittie1-1/+1
2010-08-18Merge branch 'master' into contact-list-reviewedSimon McVittie1-18/+24
2010-07-27fd.o #29174: port the ContactList example to use TpBaseProtocolSimon McVittie1-16/+22
2010-06-07Implement the List and Groups interfaces in the contactlist exampleSimon McVittie1-2/+8
2010-06-04ExampleContactListConnection: implement a stub form of ContactGroupsSimon McVittie1-0/+3
2010-06-04ExampleContactListConnection: implement a stub version of ContactListSimon McVittie1-0/+3
2010-05-25contactlist example CM: use TpContactListManager for contact groupsSimon McVittie1-19/+0
2010-05-25Contact List example: be a TpContactListManager, for LIST channelsSimon McVittie1-3/+0
2010-05-21contactlist example CM: have a variable simulation delay, like the callable C...Simon McVittie1-0/+18
2010-04-30Use generated token-name strings, except in testsSimon McVittie1-1/+1
2009-11-23Port examples/ directory to include telepathy-glib.h insteadDanielle Madeley1-3/+1
2009-03-05contactlist CM: use tp_g_value_slice_new_*()Simon McVittie1-5/+4
2009-03-02Add a contact-list example CMSimon McVittie1-0/+591