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
- No description available.
handle_ask_question
- No description available.
handle_close
- No description available.
handle_show_processes
- No description available.