Package ch.bailu.gtk.gio
Interface FileIface.OnResolveRelativePath
- Enclosing class:
- FileIface
- 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 TypeMethodDescriptiononResolveRelativePath
(CallbackHandler __self, File file, Str relative_path)
-
Method Details
-
onResolveRelativePath
- Parameters:
file
- input #GFilerelative_path
- a given relative path string- Returns:
- a #GFile for the resolved path.
-