Struct
Gtk_MountOperationHandlerIface
Description [src]
struct_GtkMountOperationHandlerIface{
GTypeInterfaceparent_iface;
gboolean(*handle_ask_password)(
_GtkMountOperationHandler*object,
GDBusMethodInvocation*invocation,
constgchar*arg_id,
constgchar*arg_message,
constgchar*arg_icon_name,
constgchar*arg_default_user,
constgchar*arg_default_domain,
guintarg_flags
);;
gboolean(*handle_ask_question)(
_GtkMountOperationHandler*object,
GDBusMethodInvocation*invocation,
constgchar*arg_id,
constgchar*arg_message,
constgchar*arg_icon_name,
constgchar*const*arg_choices
);;
gboolean(*handle_close)(
_GtkMountOperationHandler*object,
GDBusMethodInvocation*invocation
);;
gboolean(*handle_show_processes)(
_GtkMountOperationHandler*object,
GDBusMethodInvocation*invocation,
constgchar*arg_id,
constgchar*arg_message,
constgchar*arg_icon_name,
GVariant*arg_application_pids,
constgchar*const*arg_choices
);;
}
Virtual table for the D-Bus interface org.Gtk.MountOperationHandler.
Structure members
parent_iface:The parent interface.
handle_ask_password: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 )Handler for the #_GtkMountOperationHandler::handle-ask-password signal.
handle_ask_question: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 )Handler for the #_GtkMountOperationHandler::handle-ask-question signal.
handle_close:gboolean (* handle_close) ( _GtkMountOperationHandler* object, GDBusMethodInvocation* invocation )Handler for the #_GtkMountOperationHandler::handle-close signal.
handle_show_processes: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 )Handler for the #_GtkMountOperationHandler::handle-show-processes signal.