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.

@FunctionalInterface public static interface FileIface.OnGetChildForDisplayName
  • Method Details

    • onGetChildForDisplayName

      File onGetChildForDisplayName(CallbackHandler __self, @Nonnull File file, @Nonnull Str display_name)
      Parameters:
      file - input #GFile
      display_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().