Package ch.bailu.gtk.gio
Interface IconIface.OnEqual
- 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
onEqual
(CallbackHandler __self, Icon icon1, Icon icon2)
-
Method Details
-
onEqual
- Parameters:
icon1
- pointer to the first #GIcon.icon2
- pointer to the second #GIcon.- Returns:
- %TRUE if @icon1 is equal to @icon2. %FALSE otherwise.
-