Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Typedefs | |
typedef struct _GtkMountOperationLookupContext | GtkMountOperationLookupContext |
Functions | |
GtkMountOperationLookupContext * | _gtk_mount_operation_lookup_context_get (GdkDisplay *display) |
gboolean | _gtk_mount_operation_lookup_info (GtkMountOperationLookupContext *context, GPid pid, gint size_pixels, gchar **out_name, gchar **out_command_line, GdkPixbuf **out_pixbuf) |
void | _gtk_mount_operation_lookup_context_free (GtkMountOperationLookupContext *context) |
gboolean | _gtk_mount_operation_kill_process (GPid pid, GError **error) |
typedef struct _GtkMountOperationLookupContext GtkMountOperationLookupContext |
Definition at line 1 of file gtkmountoperationprivate.h.
gboolean _gtk_mount_operation_kill_process | ( | GPid | pid, |
GError ** | error | ||
) |
void _gtk_mount_operation_lookup_context_free | ( | GtkMountOperationLookupContext * | context | ) |
GtkMountOperationLookupContext* _gtk_mount_operation_lookup_context_get | ( | GdkDisplay * | display | ) |
gboolean _gtk_mount_operation_lookup_info | ( | GtkMountOperationLookupContext * | context, |
GPid | pid, | ||
gint | size_pixels, | ||
gchar ** | out_name, | ||
gchar ** | out_command_line, | ||
GdkPixbuf ** | out_pixbuf | ||
) |