summaryrefslogtreecommitdiff
path: root/girepository/givfuncinfo.c
AgeCommit message (Expand)Author
2024-02-08gibaseinfo: Rename gi_info_new() to gi_base_info_new()Philip Withnall
2024-01-24girepository: Remove GI_FUNCTION_THROWS and GI_VFUNC_THROWS flagsPhilip Chimento
2024-01-16girepository: Various indentation cleanupsMarco Trevisan (Treviño)
2024-01-16girepository: Use expected signed types for iteratingMarco Trevisan (Treviño)
2024-01-16girepository: Use size_t for size-related arguments and return typesMarco Trevisan (Treviño)
2024-01-16girrepository: Replace usage of gsize with standard size_tMarco Trevisan (Treviño)
2024-01-16girrepository: Use standard int sized types instead of g[u]int*Marco Trevisan (Treviño)
2024-01-16girepository: Use char instead of glib-specific gcharMarco Trevisan (Treviño)
2024-01-16girrepository: Use void* instead of gpointerMarco Trevisan (Treviño)
2024-01-05gicallableinfo: Drop `const` qualifier from out-args of invoke()Philip Withnall
2024-01-05gicallableinfo: Remove unnecessary arguments from invoke()Philip Withnall
2023-12-18givfuncinfo: Port documentation to gi-docgen and updatePhilip Withnall
2023-12-12givfuncinfo: Fix int signedness in APIsPhilip Withnall
2023-12-12girepository: Fix int signedness in private GIBaseInfo APIsPhilip Withnall
2023-12-12girepository: Port GIBaseInfo to GTypeInstancePhilip Withnall
2023-12-12girepository: Rename gi_base_info_get_type() to get_info_type()Philip Withnall
2023-12-12girepository: Add various missing castsPhilip Withnall
2023-12-12givfuncinfo: Add missing precondition checksPhilip Withnall
2023-12-12givfuncinfo: Fix crash in GIVFuncInfo if a GError isn’t passedPhilip Withnall
2023-12-12givfuncinfo: Add missing introspection annotations in GIVFuncInfoPhilip Withnall
2023-12-12girepository: Update docs for GIVFuncInfo for gi-docgenPhilip Withnall
2023-11-08girepository: Remove `_` prefix from private functionsPhilip Withnall
2023-11-08girepository: Rename symbols to the GI namespacePhilip Withnall
2023-10-25girepository: Add missing includes of corresponding headersPhilip Withnall
2023-10-25girepository: Use subdir paths in #includesPhilip Withnall
2023-10-25girepository: Add SPDX license header to all obvious filesPhilip Withnall
2023-10-15Move girepositoryEmmanuele Bassi