Ardour  8.7-14-g57a6773833
gtkmountoperationprivate.h File Reference
#include <gio/gio.h>
#include <gdk/gdk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
Include dependency graph for gtkmountoperationprivate.h:

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 Documentation

◆ GtkMountOperationLookupContext

typedef struct _GtkMountOperationLookupContext GtkMountOperationLookupContext

Definition at line 1 of file gtkmountoperationprivate.h.

Function Documentation

◆ _gtk_mount_operation_kill_process()

gboolean _gtk_mount_operation_kill_process ( GPid  pid,
GError **  error 
)

◆ _gtk_mount_operation_lookup_context_free()

void _gtk_mount_operation_lookup_context_free ( GtkMountOperationLookupContext context)

◆ _gtk_mount_operation_lookup_context_get()

GtkMountOperationLookupContext* _gtk_mount_operation_lookup_context_get ( GdkDisplay display)

◆ _gtk_mount_operation_lookup_info()

gboolean _gtk_mount_operation_lookup_info ( GtkMountOperationLookupContext context,
GPid  pid,
gint  size_pixels,
gchar **  out_name,
gchar **  out_command_line,
GdkPixbuf **  out_pixbuf 
)