Package ch.bailu.gtk.gio
Interface IconIface.OnToTokens
- Enclosing class:
- IconIface
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onToTokens
(CallbackHandler __self, Icon icon, PtrArray tokens, Int out_version)
-
Method Details
-
onToTokens
boolean onToTokens(CallbackHandler __self, @Nonnull Icon icon, @Nonnull PtrArray tokens, @Nonnull Int out_version) - Parameters:
icon
- a #GIcon.tokens
-out_version
-- Returns:
- An allocated NUL-terminated UTF8 string or %NULL if @icon can't be serialized. Use g_free() to free.
-