summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-10future-account: rename to TpAccountRequestfuture-master-47100Jonny Lamb9-337/+336
2012-05-09future-account: add warn_unused_result attribute for create_account_finishJonny Lamb1-1/+1
2012-05-09future-account: add missing colon in gtk-doc docsJonny Lamb1-1/+1
2012-05-09future-account: add service property and setterJonny Lamb3-0/+51
2012-05-09future-account: don't allow modifications if created/creating accountJonny Lamb1-1/+31
2012-05-09future-account: give display name on creationJonny Lamb3-27/+26
2012-05-08future-account: add Since tags to all the APIJonny Lamb1-1/+70
2012-05-08simple-account: be sure to free the connection pathJonny Lamb1-0/+1
2012-05-08future-account test: don't bother getting Supersedes valueJonny Lamb1-3/+1
2012-05-07future-account: stop leaking a GArrayJonny Lamb1-0/+2
2012-05-07future-account: fix typoJonny Lamb1-1/+1
2012-05-07future-account: fix docs for create_account_finishJonny Lamb1-3/+4
2012-05-07future-account: check we have AM, CM, and protocol in constructedJonny Lamb1-6/+6
2012-05-04future-account: make sure colons are present after annotationsJonny Lamb1-3/+3
2012-05-04future-account: turn :parameters and :properties into an a{sv} GVariantJonny Lamb2-42/+70
2012-05-04future-account: constructed should chain_up firstJonny Lamb1-3/+3
2012-05-04future-account: lose our ref to the account managerJonny Lamb1-0/+2
2012-05-04future-account: function definition args should be one-per-lineJonny Lamb1-6/+12
2012-05-04future-account: _new functions should be (transfer full)Jonny Lamb1-4/+4
2012-05-04introspection: allow future-account be introspectedJonny Lamb1-0/+1
2012-05-04future-account: remove dispose_has_runJonny Lamb1-7/+0
2012-05-04future-account: version-annotate new symbolsJonny Lamb2-0/+18
2012-05-04telepathy-glib.h: add future-account.hJonny Lamb1-0/+1
2012-05-04future-account: add new_from_protocolJonny Lamb3-0/+33
2012-05-04protocol: add a _get_cm_name function and :cm-name propertyJonny Lamb4-0/+51
2012-05-04future-account: give a warning when creating the account againJonny Lamb1-0/+6
2012-05-04future-account: add set_avatarJonny Lamb4-1/+144
2012-05-04future-account test: add more tests for the :properties GObject propertyJonny Lamb1-0/+14
2012-05-04future-account: don't bother will fallbacks for get_propertyJonny Lamb1-9/+7
2012-05-04future-account: add add_supersedes function and :supersedes propertyJonny Lamb4-1/+107
2012-05-04future-account: new account properties should be fully-qualifiedJonny Lamb2-25/+42
2012-05-04future-account: add automatic presence and test itJonny Lamb4-28/+151
2012-05-04docs: add TpFutureAccount to the docsJonny Lamb2-0/+32
2012-05-04future-account: remove unused signals enumJonny Lamb1-7/+0
2012-05-04future-account: improve docs and fix FIXMEsJonny Lamb1-22/+94
2012-05-04future-account: add _set_connect_automatically function and propertyJonny Lamb3-3/+55
2012-05-04future-account: add set_enabled function and :enabled propertyJonny Lamb3-1/+55
2012-05-04future-account: add unset_parameter and test itJonny Lamb3-3/+56
2012-05-04future-account test: add a test for CreateChannel failingJonny Lamb2-3/+40
2012-05-04future-account test: add test for _create_account_asyncJonny Lamb3-0/+197
2012-05-04future-account test: register account manager and account servicesJonny Lamb1-3/+31
2012-05-04simple-account-manager: save CreateAccount parametersJonny Lamb2-3/+23
2012-05-04future-account: add set_nicknameJonny Lamb3-2/+61
2012-05-04future-account: add create_{async,finish} functionsJonny Lamb2-0/+156
2012-05-03future-account: small documentation fixesJonny Lamb1-2/+2
2012-05-03future-account: add set_icon_name and test itJonny Lamb3-0/+57
2012-05-03future-account: add :properties GObject propertyJonny Lamb2-3/+43
2012-05-03future-account: start adding set_parameter functionsJonny Lamb3-0/+135
2012-05-03future-account: add set_display_nameJonny Lamb3-1/+48
2012-05-03tests: add simple TpFutureAccount testJonny Lamb2-0/+111