g_date_*, g_string_sprintf*, g_strncasecmp
Andreas Köhler
andi5.py at gmx.net
Sun Nov 20 13:34:17 EST 2005
Hi,
the following patch replaces some deprecated glib functions:
* g_date_get_* (introduced glib 1.2.9),
replace g_date_* (marked deprecated glib 1.3.3)
* g_string_{,append_}printf (introduced glib 1.3.10,
replace g_string_sprintf{,a} (marked deprecated glib 1.3.7)
* g_ascii_strncasecmp (introduced glib 1.3.7),
replaces g_strncasecmp (marked deprecated glib 1.3.7)
-- andi5
More information about the gnucash-patches
mailing list