Interface FileIface.OnGetPath

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.OnGetPath
  • Method Details

    • onGetPath

      Str onGetPath(CallbackHandler __self, @Nonnull File file)
      Parameters:
      file - input #GFile
      Returns:
      string containing the #GFile's path, or %NULL if no such path exists. The returned string should be freed with g_free() when no longer needed.