g_date_*, g_string_sprintf*, g_strncasecmp
David Hampton
hampton-gnucash at rainbolthampton.net
Sun Nov 20 17:43:32 EST 2005
On Sun, 2005-11-20 at 19:36 +0100, Andreas Köhler wrote:
> 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
>
> this time together with the attachment
Applied.
David
More information about the gnucash-patches
mailing list