summaryrefslogtreecommitdiff
path: root/glib/docs.c
Commit message (Expand)AuthorAgeFilesLines
* Document g_print and g_printerr encoding behaviourDaniel Carpenter2023-01-271-1/+8
* macros: Add a generic way to get and check the supported C standardMarco Trevisan (Treviño)2022-11-221-1/+44
* gmacros: Define G_CXX_STD_VERSION and check macrosMarco Trevisan (Treviño)2022-11-211-0/+38
* docs: Mention __APPLE__ instead of G_OS_DARWIN for detecting DarwinPhilip Withnall2022-11-071-5/+2
* Revert "meson: Define G_OS_DARWIN when compiling under OSX or iOS"Philip Withnall2022-11-071-11/+0
* docs: Mention platform-specific predefined macrosSimon McVittie2022-11-011-0/+16
* docs: Soft-deprecate sized integer types in favour of (u)intN_tSimon McVittie2022-10-281-7/+143
* docs: Clarify relationship between goffset and POSIX off_tSimon McVittie2022-10-281-1/+12
* docs: Soft-deprecate g(u)intptr in favour of (u)intptr_tSimon McVittie2022-10-271-0/+34
* docs: Clarify the relationship between gssize, ssize_t and SSIZE_TSimon McVittie2022-10-271-1/+24
* docs: Soft-deprecate gsize in favour of standard size_tSimon McVittie2022-10-271-1/+39
* Merge branch 'wip/smcv/equivalent-types' into 'main'Philip Withnall2022-10-261-20/+119
|\
| * docs: Soft-deprecate types that are just aliases for a standard C typeSimon McVittie2022-10-261-20/+119
* | docs: Soft-deprecate G_VA_COPY in favour of va_copySimon McVittie2022-10-261-0/+3
|/
* Merge branch 'wip/smcv/pointers-can-be-large' into 'main'Simon McVittie2022-10-241-4/+13
|\
| * docs: Stop claiming that gsize is wide enough to hold a pointerSimon McVittie2022-10-241-4/+13
* | docs: Soft-deprecate G_STRUCT_OFFSET in favour of offsetofSimon McVittie2022-10-241-1/+6
|/
* meson: Define G_OS_DARWIN when compiling under OSX or iOSMarco Trevisan (Treviño)2022-10-201-0/+11
* docs: Fix markup error in code blocks for "DEPRECATED" macrosTom Levy2022-09-181-3/+3
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-44/+44
* Docs: Mention that G_VA_COPY() must be followed by `va_end()`Avinash Sonawane2021-08-161-0/+3
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* docs.c: Forward link from g_auto* → G_DEFINE_AUTO*Daniel Boles2019-07-051-0/+4
* glib: Move some documentation comments to where the symbols are definedPhilip Withnall2019-05-301-34/+0
* docs: Document pitfall of deprecation pragmasEmmanuele Bassi2019-05-241-1/+38
* docs: Improve formatting of g_autoptr() documentationPhilip Withnall2019-05-081-16/+16
* gmacros: Add g_autoqueue to automatically free queuesMarco Trevisan (Treviño)2019-05-081-0/+29
* docs: Move some documentation comments from docs.c to their symbolsPhilip Withnall2019-03-151-31/+0
* Provide examples for GNUC attribute macrosSimon McVittie2019-03-131-0/+20
* glib: Move various documentation comments from docs.c to macros.hPhilip Withnall2019-03-081-335/+0
* gtypes: add g-i annotations for G_MININT macros. Fixes #1673Christoph Reiter2019-02-011-30/+0
* docs: Add note on how to check a gboolean conditionAlistair Thomas2019-01-071-0/+9
* gmacros: Don’t use __alignof__ in G_ALIGNOF implementationPhilip Withnall2018-12-211-1/+6
* gmacros: Add G_ALIGNOF superseding _g_alignof macroTapasweni Pathak2018-12-181-1/+13
* docs: Add missing documentation for warnings and assertionsPhilip Withnall2018-11-231-0/+48
* gmacros: Add G_GNUC_STRFTIME macroChristian Persch2018-10-311-0/+17
* macros: Add G_GNUC_FALLTHROUGHBenjamin Otte2018-09-041-0/+16
* docs: Update the documentation for G_GNUC_MALLOC to reflect recent GCCPhilip Withnall2018-08-221-6/+20
* Add a macro for checking approximate valuesEmmanuele Bassi2018-05-291-0/+20
* docs: Add a note that the printf format macros might not be compatible with s...Christoph Reiter2018-05-181-0/+6
* macros: add G_GNUC_NO_INLINE function attributeChristian Hergert2018-05-091-0/+19
* docs: Fix a minor grammatical errorMatthew Leeds2018-03-271-1/+1
* docs: Clarify the definition of goffsetPhilip Withnall2018-02-021-1/+3
* docs: Remove XML-style comments from documentation stringsPhilip Withnall2018-01-121-2/+2
* Add support for g_auto[s]list(Type)Alexander Larsson2017-12-211-0/+56
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-0/+2
* docs: Mention gsize, goffset, etc. are in C99Philip Withnall2017-10-061-5/+7
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gmacros: Clarify G_GNUC_[PRINTF|SCANF] macro documentationPhilip Withnall2016-11-091-6/+12