summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-password-channel.c
Commit message (Collapse)AuthorAgeFilesLines
* TpBasePasswordChannel: fix gtk-doc comment for finished signalTing-Wei Lan2019-12-131-1/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=101301
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-041-1/+2
|
* Stop using TP_ERRORSSimon McVittie2012-05-021-7/+7
| | | | We deprecated this in 0.11.
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-1/+1
| | | | | | Based on a patch from Jonny Lamb, updated for current master. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46470
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
| | | | | | | | fd.o#48363 was opened which complains about lots of documentation problems (which g-ir-scanner finds). While I was at it I did some grepping to find yet more problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-4/+1
| | | | | | | | In contrast to the previous commit, I'm just using NULL here - telepathy-glib has an explicit dependency on GLib 2.30. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46523 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
|
* TpBasePasswordChannel: Use TpBaseChannel:get_interfaces() virtual methodXavier Claessens2012-01-201-6/+14
|
* docs: many misc fixupsJonny Lamb2011-11-231-8/+10
| | | | | | | | | | | | | We still have multiple gtk-doc warnings which are much harder to fix, such as things like this in the spec: "see bug #26417" html/telepathy-glib-channel-text.html:1538: warning: no link for: '26417:CAPS' -> (<span class="type">26417</span>). and the change I made to the code generator in c0b13f7ccc26e78. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-1/+1
| | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* Correct tp_simple_password_manager_prompt_for_channel_async ref.Will Thompson2011-04-201-1/+1
|
* prepare 0.13.15telepathy-glib-0.13.15Guillaume Desmottes2011-02-241-3/+3
|
* properly document TpBasePasswordChannelGuillaume Desmottes2011-02-241-0/+30
|
* Rename TpSimplePasswordChannel to TpBasePasswordChannelJonathon Jongsma2011-02-241-74/+74
| | | | | 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-0/+594