1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-30 02:43:34 +02:00

wmaker: update callback function checks

This patch is adding the check for the getString function
that was added in commit be495bedbc.
This commit is contained in:
David Maciejak
2026-03-26 21:57:40 -04:00
committed by Carlos R. Mafra
parent a631e3060e
commit 4b4abf4c50

View File

@@ -195,5 +195,5 @@ defaults-callbacks-dynamic:
--source "$(srcdir)/defaults.c" --structure "optionList" \
--field-value-ptr 4 --field-callback 5 \
--struct-def "wPreferences=$(srcdir)/WindowMaker.h" \
--callback "getBool=char, getEnum=char, getInt=int" \
--callback "getBool=char, getEnum=char, getInt=int, getString=char*" \
--callback "getPathList=char*, getCoord=WCoord"