Method

GtkFileLauncheropen_containing_folder_finish

Declaration [src]

gboolean
gtk_file_launcher_open_containing_folder_finish (
  GtkFileLauncher* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes the gtk_file_launcher_open_containing_folder() call and returns the result.

Available since:4.10

Parameters

result GAsyncResult
 

A GAsyncResult

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if an application was launched, or FALSE and error is set.