summaryrefslogtreecommitdiff
path: root/libpurple/conversations.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary gtk-doc comments and move them where possible from libpurp...Gary Kramlich2021-12-111-7/+0
* remove the purple_conversations_ management apiGary Kramlich2021-07-261-79/+0
* Create a manager for conversations.Gary Kramlich2021-06-141-19/+8
* Update purple_conversations_find_* to return PurpleConversations instead of s...Gary Kramlich2021-05-181-6/+4
* Modernizing PurpleChatConversation.Gary Kramlich2021-04-051-1/+1
* Make it so only libpurple can directly include libpurple header files.Gary Kramlich2020-06-211-0/+4
* Add missing transfer annotations.Elliott Sales de Andrade2019-08-031-4/+4
* Fix libpurple header guards using reserved names.Elliott Sales de Andrade2019-07-031-3/+3
* Cleanup account.[ch] and status.[ch] to remove g_type_class_add_private and o...Gary Kramlich2019-03-211-3/+3
* Add many libpurple element-type annotations.Elliott Sales de Andrade2017-09-151-3/+3
* Move section blocks inside inclusion guards -- otherwise g-ir-scanner yellsAnkit Vani2014-02-071-3/+3
* Remove /*@{*/ and /*@}*/Ankit Vani2014-02-071-3/+0
* Removed @nameAnkit Vani2014-02-061-1/+1
* Use upper-case first lettersAnkit Vani2014-02-041-1/+1
* Add section blocks for conversation.h to dbus-server.hAnkit Vani2014-02-031-6/+8
* Move changes from soc.2013.gobjectification.gtkdoc to this branchAnkit Vani2014-01-311-14/+35
* Use 'transfer none' for TODO constAnkit Vani2014-01-311-3/+3
* Initial replacements for gtk-doc style commentsAnkit Vani2014-01-311-20/+20
* Move (_)purple_conversations_update_cache to internal.hAnkit Vani2014-01-301-12/+0
* Fixed some documentation for 'account' parameters in conversations.hAnkit Vani2013-12-061-3/+3
* Fixed description of conversations.hAnkit Vani2013-07-011-1/+1
* Replaced purple_conversations_get() with purple_conversations_get_all(), simi...Ankit Vani2013-06-271-2/+1
* Refactored the PurpleConversation subclasses and subsystem to use the GObject...Ankit Vani2013-06-271-18/+8
* Refactored PurpleConversation base object to use the GObject conversation APIAnkit Vani2013-06-261-0/+22
* Added missing API implementations to PurpleConversation and subclassesAnkit Vani2013-06-261-7/+7
* Begun adding GObject code to conversation sourcesAnkit Vani2013-06-261-0/+21
* Changed all arguments and return types of Chat and IMs to PurpleChatConversat...Ankit Vani2013-06-231-3/+3
* Added functions to find IM and Chat by account in the conversations API.Ankit Vani2013-06-231-6/+26
* Begun refactoring for PurpleConversationAnkit Vani2013-06-221-2/+4
* Added GObject structures, moved things around, renamed functions as GObject m...Ankit Vani2013-06-211-0/+13
* Begun GObjectification of PurpleConversation.Ankit Vani2013-06-211-1/+65
* Prepared files for GObjectification of PurpleConversationAnkit Vani2013-06-211-0/+36