Function
GLibset_prgname_once
Declaration [src]
gboolean
g_set_prgname_once (
const gchar* prgname
)
Description [src]
If g_get_prgname()
is not set, this is the same as setting
the name via g_set_prgname()
and TRUE
is returned. Otherwise,
does nothing and returns FALSE
. This is thread-safe.