Package ch.bailu.gtk.gio
Schnittstelle FileIface.OnGetChildForDisplayName
- Umschließende Klasse:
FileIface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonGetChildForDisplayName
(CallbackHandler __self, File file, Str display_name)
-
Methodendetails
-
onGetChildForDisplayName
File onGetChildForDisplayName(CallbackHandler __self, @Nonnull File file, @Nonnull Str display_name) - Parameter:
file
- input #GFiledisplay_name
- string to a possible child- Gibt zurück:
- a #GFile to the specified child, or %NULL if the display name couldn't be converted. Free the returned object with g_object_unref().
-