summaryrefslogtreecommitdiff
path: root/docs/reference/glib
Commit message (Expand)AuthorAgeFilesLines
* docs: Update various broken/redirected linksPhilip Withnall2023-05-021-1/+1
* Merge branch '2289-setuid-docs' into 'main'Patrick Griffis2023-04-291-3/+12
|\
| * docs: Document that GIO should not be used in privileged processesPhilip Withnall2023-04-281-3/+12
* | docs: Add high-level documentation about malloc failurePhilip Withnall2023-04-281-0/+11
* | docs: Mention that calls after fork() must be async-signal-safePhilip Withnall2023-04-281-1/+8
|/
* meson: wrap html documentation generation with gtk_doc optionJames Knight2023-04-271-28/+30
* Add init macros for refcounting typesEmmanuele Bassi2023-04-241-0/+2
* doc: Workaround missing API indexXavier Claessens2023-04-141-82/+82
* docs: Add 2.78 release series documentation pages to the buildPhilip Withnall2023-04-141-0/+4
* Link goption documentation to GOptionContext typeSam Thursfield2023-03-232-2/+2
* Add g_unix_open_pipe_internal () for pipes with the close-on-exec flagMaciej S. Szmigiero2023-02-211-0/+1
* docs: Add GPathBuf to the API referenceEmmanuele Bassi2023-02-092-0/+22
* gmem: Add g_free_sized() and g_aligned_free_sized()Philip Withnall2023-02-021-0/+2
* gslice: Remove slice allocator and use malloc() insteadNatanael Copa2023-01-251-47/+4
* Add g_string_free_and_stealMatthias Clasen2023-01-191-0/+1
* Merge branch 'ptr-array-sort-values' into 'main'Philip Withnall2023-01-061-0/+2
|\
| * garray: Add g_ptr_array_sort_values[_with_data]() wrappersMarco Trevisan (Treviño)2023-01-061-0/+2
* | Merge branch 'ptr-array-new-take' into 'main'Philip Withnall2022-12-211-0/+6
|\ \ | |/ |/|
| * garray: Add g_array_new_take() and g_array_new_take_zero_terminated()Marco Trevisan (Treviño)2022-12-211-0/+2
| * garray: Add g_ptr_array_new_from_null_terminated_array()Marco Trevisan (Treviño)2022-12-191-0/+1
| * garray: Add g_ptr_array_new_from_array() to copy a C arrayMarco Trevisan (Treviño)2022-12-191-0/+1
| * garray: Add g_ptr_array_new_take_null_terminated()Marco Trevisan (Treviño)2022-12-191-0/+1
| * garray: Add g_ptr_array_new_take() to take a C array without copiesMarco Trevisan (Treviño)2022-12-191-0/+1
* | ghash: Add functions to steal all keys and values preserving ownershipMarco Trevisan (Treviño)2022-12-161-0/+2
* | ghash: Add APIs to get hash table keys and values as GPtrArrayMarco Trevisan (Treviño)2022-12-161-0/+2
|/
* Merge branch 'c-cxx-std-versions' into 'main'Marco Trevisan2022-11-221-0/+6
|\
| * macros: Add a generic way to get and check the supported C standardMarco Trevisan (Treviño)2022-11-221-0/+2
| * gmacros: Define G_CXX_STD_VERSION and check macrosMarco Trevisan (Treviño)2022-11-211-0/+4
* | build: Deprecate -Druntime_libdir optionPhilip Withnall2022-11-221-17/+0
|/
* Merge branch 'variant-spec-updates' into 'main'Philip Withnall2022-11-085-62/+218
|\
| * docs: Fix a broken link in the GVariant SpecificationPhilip Withnall2022-11-081-1/+1
| * docs: Add a manual revision history to the GVariant SpecificationPhilip Withnall2022-11-081-0/+12
| * docs: Add links to the D-Bus specification to the GVariant SpecificationPhilip Withnall2022-11-081-2/+4
| * docs: Change ‘DBus’ to ‘D-Bus’ in the GVariant SpecificationPhilip Withnall2022-11-081-32/+32
| * docs: Fix forall formatting in GVariant SpecificationPhilip Withnall2022-11-081-1/+1
| * docs: Improve Python code snippet formatting in GVariant SpecificationPhilip Withnall2022-11-081-1/+5
| * docs: Minor improvement of word choice in the GVariant SpecificationPhilip Withnall2022-11-081-1/+1
| * docs: Remove another dangling reference from the GVariant SpecificationPhilip Withnall2022-11-081-2/+1
| * docs: Fix subsection capitalisation consistency in GVariant SpecPhilip Withnall2022-11-081-6/+6
| * docs: Fix a cross-reference to a Figure in the GVariant SpecificationPhilip Withnall2022-11-081-1/+1
| * docs: Fix a minor typo in the GVariant SpecificationPhilip Withnall2022-11-081-1/+1
| * docs: Fix references to omitted requirements in GVariant SpecificationPhilip Withnall2022-11-081-7/+7
| * docs: Add licensing/copyright data to GVariant specificationPhilip Withnall2022-11-085-10/+149
* | Revert "meson: Define G_OS_DARWIN when compiling under OSX or iOS"Philip Withnall2022-11-072-6/+0
|/
* Apply 2 suggestion(s) to 1 file(s)Emmanuele Bassi2022-11-011-2/+2
* docs: Convert GVariant Specification to reStructuredTextPhilip Withnall2022-11-016-0/+2624
* gstdio: Add g_clear_fd() and g_autofdSimon McVittie2022-10-261-0/+2
* meson: Define G_OS_DARWIN when compiling under OSX or iOSMarco Trevisan (Treviño)2022-10-202-0/+6
* Merge branch 'wip/chergert/g_set_str' into 'main'Philip Withnall2022-10-151-0/+1
|\
| * strfuncs: add g_set_str()Christian Hergert2022-10-141-0/+1