_GtkMountOperationHandlerIface

Virtual table for the D-Bus interface <link linkend="gdbus-interface-org-Gtk-MountOperationHandler.top_of_page">org.Gtk.MountOperationHandler</link>.

Members

Variables

handleAskPassword
gboolean function(_GtkMountOperationHandler* object, GDBusMethodInvocation* invocation, const(char)* argId, const(char)* argMessage, const(char)* argIconName, const(char)* argDefaultUser, const(char)* argDefaultDomain, uint argFlags) handleAskPassword;

Handler for the #_GtkMountOperationHandler::handle-ask-password signal.

handleAskQuestion
gboolean function(_GtkMountOperationHandler* object, GDBusMethodInvocation* invocation, const(char)* argId, const(char)* argMessage, const(char)* argIconName, const(char*)* argChoices) handleAskQuestion;

Handler for the #_GtkMountOperationHandler::handle-ask-question signal.

handleClose
gboolean function(_GtkMountOperationHandler* object, GDBusMethodInvocation* invocation) handleClose;

Handler for the #_GtkMountOperationHandler::handle-close signal.

handleShowProcesses
gboolean function(_GtkMountOperationHandler* object, GDBusMethodInvocation* invocation, const(char)* argId, const(char)* argMessage, const(char)* argIconName, GVariant* argApplicationPids, const(char*)* argChoices) handleShowProcesses;

Handler for the #_GtkMountOperationHandler::handle-show-processes signal.

parentIface
GTypeInterface parentIface;

The parent interface.