RE: printf



On Tue, 8 Jun 2004, [iso-8859-1] Murilo Tuvani wrote:
It is simplier than that.
it is not g_printf();
it is g_print();

Careful, there are both g_print and g_printf, and they're not quite the
same.

g_print can be redirected by calling g_set_print_handler.
g_printf always prints to stdout.

See:
http://developer.gnome.org/doc/API/2.0/glib/glib-Warnings-and-Assertions.html
http://developer.gnome.org/doc/API/2.0/glib/glib-String-Utility-Functions.html

JV



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]