summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-password-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* prepare 0.13.15telepathy-glib-0.13.15Guillaume Desmottes2011-02-241-2/+2
|
* Rename TpSimplePasswordChannel to TpBasePasswordChannelJonathon Jongsma2011-02-241-10/+10
| | | | | Server-side base classes tend to be named TpBase*, so rename this class to make it more consistent with other base classes to be used by CMs.
* SimplePasswordManager: Add introspection annotationsJonathon Jongsma2011-02-241-6/+7
|
* TpSimplePasswordManager: add prompt_for_channel_finish()Jonathon Jongsma2011-02-241-41/+98
| | | | | | | | | Instead of having both prompt_async() and prompt_for_channel_async() call the same _finish() function, provide a separate function for the custom channel case. This function will also return the custom channel that was originally passed to prompt_for_channel_async(). This way, the API user doesn't need to carry around the channel in user_data in the case that they need to query the channel for information after the prompt has completed.
* SimplePasswordManager: add prompt_for_channel_async() APIJonathon Jongsma2011-02-241-16/+56
| | | | | | | This API allows applications to supply their own channel object to be used in the password manager. The use case for this is when an authentication channel needs to implement additional interfaces. In this case, they can inherit from TpSimplePasswordChannel and implement these custom interfaces in the subclass.
* Expose TpSimplePasswordChannel as public APIJonathon Jongsma2011-02-241-1/+1
|
* simple-password-manager: don't unref the channel after setting it to NULLJonny Lamb2010-12-021-2/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* simple-password-manager: clear the simple password channel when it's closedJonny Lamb2010-12-021-0/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Prepare version 0.13.8telepathy-glib-0.13.8Simon McVittie2010-12-011-4/+4
|
* simple-password-channel: add -internal suffix to headerJonny Lamb2010-11-251-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* simple-password-channel: make ::finished return uint,int,string instead of ↵Jonny Lamb2010-11-251-2/+6
| | | | | | GError* Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* simple-password-manager: improve docsJonny Lamb2010-11-251-2/+89
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* simple-password-{manager,channel}: added first draftsJonny Lamb2010-11-251-0/+335
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>