g_themed_icon_prepend_name ( themed_icon iconname -- )


Vocabulary
gio.ffi

Definition
USING: alien.c-types alien.syntax
gobject-introspection.standard-types ;

IN: gio.ffi

LIBRARY: gio FUNCTION: void g_themed_icon_prepend_name
( GThemedIcon* themed_icon, gchar* iconname ) ; inline