summaryrefslogtreecommitdiff
path: root/docs/reference/glib/glib-sections.txt
Commit message (Expand)AuthorAgeFilesLines
* glib-sections.txt: Add g_macro__has_extension in private sectionclang-cl-improvementsChun-wei Fan2021-03-311-0/+1
* gtree: Make g_tree_remove_all() publicliuyangming2021-03-231-0/+1
* gmain: Add g_steal_fd() to APISimon McVittie2021-03-221-0/+3
* gversionmacros: Add version macros for GLib 2.70Simon McVittie2021-03-181-0/+14
* gspawn: Add new g_spawn_async_with_pipes_and_fds() APIPhilip Withnall2021-02-161-0/+1
* string: Add find and replace functionJoshua Lee2021-02-091-0/+1
* gstrfuncs: Add g_memdup2() functionPhilip Withnall2021-02-041-0/+1
* glib_typeof: It is an API break that should be opt-inXavier Claessens2021-01-271-0/+1
* gtestutils: Add g_test_get_path() APIJonas Ådahl2021-01-251-0/+1
* docs: Add documentation for GLIB_VERSION_CUR_STABLE and PREV_STABLEPhilip Withnall2021-01-191-0/+2
* gerror: Add support for extended errorsKrzesimir Nowak2021-01-061-0/+7
* Adding macros G_NORETURN and G_NORETURN_FUNCPTREmmanuel Fleury2020-11-251-0/+2
* gtimezone: Add new constructor which can report errorsPhilip Withnall2020-11-181-0/+1
* gtestutils: Add g_assert_cmpstrv()Niels De Graef2020-11-141-0/+1
* Merge branch 'typeof' into 'master'Philip Withnall2020-10-151-1/+1
|\
| * Replace __typeof__ with glib_typeof macroXavier Claessens2020-10-141-1/+1
* | gstrvbuilder: Add a new object to make NULL-terminated string arrays.Robert Ancell2020-10-141-0/+6
|/
* gmessages: Expose our default filtering as APISimon McVittie2020-10-071-0/+1
* gmessages: Add API to move info and debug messages to stderrSimon McVittie2020-10-071-0/+1
* GTree: add an ability to iterate over a tree and a node-based APIMaciej S. Szmigiero2020-10-061-0/+15
* gversionmacros: Add version macros for GLib 2.68Philip Withnall2020-10-011-0/+14
* uri: add GUriParamsIterMarc-André Lureau2020-08-041-0/+3
* gfileutils: Add g_file_set_contents_full() and GFileSetContentsFlagsPhilip Withnall2020-07-261-0/+2
* uri: modify g_uri_parse_params() to take flagsMarc-André Lureau2020-07-071-0/+1
* guri: new URI parsing and generating functionsDan Winship2020-06-251-2/+46
* gbookmarkfile: Add Y2038-proof APIs to GBookmarkFilePhilip Withnall2020-05-281-0/+8
* Revert "Revert "glib: annotate static inline functions with G_AVAILABLE-type ...Philip Withnall2020-05-151-0/+6
* gtestutils: Add a new g_assert_no_errno() test macroPhilip Withnall2020-03-041-0/+1
* gversionmacros: Add version macros for GLib 2.66Philip Withnall2020-03-041-0/+13
* Add and use G_SIZEOF_MEMBER() macroMarc-André Lureau2020-01-211-0/+1
* docs: Add g_source_set_dispose_function() to documentationPhilip Withnall2019-12-161-0/+2
* Merge branch 'thread-safe-getpwnam' into 'master'Emmanuele Bassi2019-11-271-0/+3
|\
| * glib-unix: Add g_unix_get_passwd_entry() functionPhilip Withnall2019-11-261-0/+3
* | list, slist: Add g_clear_{s,}list()Ernestas Kulik2019-11-251-0/+2
|/
* gmain: Add GMainContextPusher convenience APIPhilip Withnall2019-10-231-0/+5
* gmessages: Add g_warning_once()Jonas Ådahl2019-10-091-0/+1
* Merge branch 'g-os-info' into 'master'Philip Withnall2019-10-081-0/+14
|\
| * gutils: Add g_get_os_info()Robert Ancell2019-09-271-0/+14
* | Add g_array_steal(), g_ptr_array_steal() and g_byte_array_steal()Paolo Bonzini2019-10-071-0/+3
|/
* Add a wrapper for fsync() functionTodd Goyen2019-09-181-0/+1
* gversionmacros: Add version macros for GLib 2.64Philip Withnall2019-09-171-0/+13
* gdatetime: Add g_date_time_format_iso8601() convenience functionPhilip Withnall2019-07-291-0/+1
* doc: Add missing GLIB_DEPRECATED_TYPE and friendsXavier Claessens2019-07-101-0/+180
* Add g_array_binary_search() to garray APIEmmanuel Fleury2019-07-091-0/+1
* Adding a function g_array_copy() to glib/garray.cEmmanuel Fleury2019-06-271-0/+1
* Adding g_ptr_array_extend_and_steal() function to glib/garray.cEmmanuel Fleury2019-06-271-0/+1
* Adding g_ptr_array_extend() function to glib/garray.cEmmanuel Fleury2019-06-261-0/+1
* Adding g_ptr_array_copy() function to glib/garray.cEmmanuel Fleury2019-06-261-0/+1
* Add g_timer_is_activeTristan Partin2019-06-211-0/+1
* Add g_get_console_charsetPatrick Storz2019-05-271-0/+1