Package ch.bailu.gtk.gio
Interface FileIface.OnGetRelativePath
- 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 TypeMethodDescriptiononGetRelativePath
(CallbackHandler __self, File parent, File descendant)
-
Method Details
-
onGetRelativePath
- Parameters:
parent
- input #GFiledescendant
- input #GFile- Returns:
- string with the relative path from @descendant to @parent, or %NULL if @descendant doesn't have @parent as prefix. The returned string should be freed with g_free() when no longer needed.
-