Package ch.bailu.gtk.gio
Interface FileIface.OnGetChildForDisplayName
- 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 TypeMethodDescriptiononGetChildForDisplayName
(CallbackHandler __self, File file, Str display_name)
-
Method Details
-
onGetChildForDisplayName
File onGetChildForDisplayName(CallbackHandler __self, @Nonnull File file, @Nonnull Str display_name) - Parameters:
file
- input #GFiledisplay_name
- string to a possible child- Returns:
- a #GFile to the specified child, or %NULL if the display name couldn't be converted. Free the returned object with g_object_unref().
-