Struct
Gtk_MountOperationHandlerIface
Description [src]
struct _GtkMountOperationHandlerIface {
GTypeInterface parent_iface;
gboolean (* handle_ask_password) (
_GtkMountOperationHandler* object,
GDBusMethodInvocation* invocation,
const gchar* arg_id,
const gchar* arg_message,
const gchar* arg_icon_name,
const gchar* arg_default_user,
const gchar* arg_default_domain,
guint arg_flags
);
gboolean (* handle_ask_question) (
_GtkMountOperationHandler* object,
GDBusMethodInvocation* invocation,
const gchar* arg_id,
const gchar* arg_message,
const gchar* arg_icon_name,
const gchar* const* arg_choices
);
gboolean (* handle_close) (
_GtkMountOperationHandler* object,
GDBusMethodInvocation* invocation
);
gboolean (* handle_show_processes) (
_GtkMountOperationHandler* object,
GDBusMethodInvocation* invocation,
const gchar* arg_id,
const gchar* arg_message,
const gchar* arg_icon_name,
GVariant* arg_application_pids,
const gchar* const* arg_choices
);
}
Virtual table for the D-Bus interface org.Gtk.MountOperationHandler.
Structure members
parent_iface
The parent interface.
handle_ask_password
Handler for the #_GtkMountOperationHandler::handle-ask-password signal.
handle_ask_question
Handler for the #_GtkMountOperationHandler::handle-ask-question signal.
handle_close
Handler for the #_GtkMountOperationHandler::handle-close signal.
handle_show_processes
Handler for the #_GtkMountOperationHandler::handle-show-processes signal.