summaryrefslogtreecommitdiff
path: root/libpurple/circularbuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bunch of documents that aren't read/displayed by gi-docgen.Gary Kramlich2022-09-121-6/+0
| | | | | | | Testing Done: Compiled. Reviewed at https://reviews.imfreedom.org/r/1753/
* Remove unnecessary gtk-doc comments and move them where possible from ↵Gary Kramlich2021-12-111-6/+0
| | | | | | | | | libpurple/[a-c]*.h Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1178/
* Add documentation for all PURPLE_TYPE_ functions as well as PURPLE_TUNE_ ↵Gary Kramlich2020-08-251-0/+5
| | | | | | | | | | | constants Add document for all PURPLE_TYPE_ defines as well as PURPLE_TUNE_ constants Testing Done: Compile and doc build. Reviewed at https://reviews.imfreedom.org/r/92/
* Make it so only libpurple can directly include libpurple header files.Gary Kramlich2020-06-211-0/+4
| | | | | | | | | | | This is part of our on going effort to make it easier to develop against libpurple as well as making our filenames not part of our api. Make it so only libpurple can directly include libpurple header files. Testing Done: Just a normal compile to make sure everything builds again. Reviewed at https://reviews.imfreedom.org/r/8/
* Merge default in as this was an old branch and will fail ci without mergingGary Kramlich2019-10-081-16/+4
|\
| * Change some libpurple object to GObject macros.Elliott Sales de Andrade2019-07-021-16/+4
| |
* | Add some unit tests for the circular buffer.. they're not great, was just ↵Gary Kramlich2019-07-021-1/+1
|/ | | | trying to test somethings
* libpurple: Port almost self-contained code from g_type_class_add_private()Mike Ruprecht2018-12-061-5/+5
| | | | | | | | This patch ports the almost self-contained libpurple GObjects away from the deprecated g_type_class_add_private() function in favor of the G_DEFINE_TYPE_WITH_PRIVATE() macro. None of these require changes to anything other than their own .c and .h files. It removes the const qualifier from some of the functions for simplicity.
* Fix inconsistent parameter names.Elliott Sales de Andrade2017-09-151-6/+6
|
* Move section blocks inside inclusion guards -- otherwise g-ir-scanner yellsAnkit Vani2014-02-071-3/+3
|
* Swap @title and @short_description rolesAnkit Vani2014-02-031-2/+2
|
* Add section blocks for account.h to connection.hAnkit Vani2014-02-031-5/+7
|
* Move changes from soc.2013.gobjectification.gtkdoc to this branchAnkit Vani2014-01-311-22/+31
|
* Initial replacements for gtk-doc style commentsAnkit Vani2014-01-311-19/+19
|
* Added doc comments for new PurpleCircularBuffer functions. Removed ↵Ankit Vani2013-11-181-9/+49
| | | | purple_circular_buffer_get_input from public API.
* Fixed some doc commentsAnkit Vani2013-11-161-4/+3
|
* Removed reserved fields from instance structs.Ankit Vani2013-07-021-5/+2
| | | | | These are unnecessary as it is very unlikely you would ever need to add members here. You would want to add members to the private structure (hidden in the API) and add functions to manipulate them.
* Rename circbuffer files to circularbuffer files to match the object nameAnkit Vani2013-06-161-0/+125