Handbook
Glossary
g_option_context_set_translate_func ( option_context func data destroy_notify -- )
Vocabulary
glib
.
ffi
Inputs
option_context
an
object
func
an
object
data
an
object
destroy_notify
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
void
g_option_context_set_translate_func
( GOptionContext* option_context,
GTranslateFunc
func,
gpointer
data,
GDestroyNotify
destroy_notify )