Package ch.bailu.gtk.gio
Interface AsyncResultIface.OnIsTagged
- Enclosing class:
- AsyncResultIface
- 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
onIsTagged
(CallbackHandler __self, AsyncResult res, Pointer source_tag)
-
Method Details
-
onIsTagged
- Parameters:
res
- a #GAsyncResultsource_tag
- an application-defined tag- Returns:
- %TRUE if @res has the indicated @source_tag, %FALSE if not.
-