Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gmountoperation.h>
Data Fields | |
GObjectClass | parent_class |
void(* | ask_password )(GMountOperation *op, const char *message, const char *default_user, const char *default_domain, GAskPasswordFlags flags) |
void(* | ask_question )(GMountOperation *op, const char *message, const char *choices[]) |
void(* | reply )(GMountOperation *op, GMountOperationResult result) |
void(* | aborted )(GMountOperation *op) |
void(* | show_processes )(GMountOperation *op, const gchar *message, GArray *processes, const gchar *choices[]) |
void(* | show_unmount_progress )(GMountOperation *op, const gchar *message, gint64 time_left, gint64 bytes_left) |
void(* | _g_reserved1 )(void) |
void(* | _g_reserved2 )(void) |
void(* | _g_reserved3 )(void) |
void(* | _g_reserved4 )(void) |
void(* | _g_reserved5 )(void) |
void(* | _g_reserved6 )(void) |
void(* | _g_reserved7 )(void) |
void(* | _g_reserved8 )(void) |
void(* | _g_reserved9 )(void) |
Definition at line 51 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved1) (void) |
Definition at line 106 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved2) (void) |
Definition at line 107 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved3) (void) |
Definition at line 108 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved4) (void) |
Definition at line 109 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved5) (void) |
Definition at line 110 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved6) (void) |
Definition at line 111 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved7) (void) |
Definition at line 112 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved8) (void) |
Definition at line 113 of file gmountoperation.h.
void(* _GMountOperationClass::_g_reserved9) (void) |
Definition at line 114 of file gmountoperation.h.
void(* _GMountOperationClass::aborted) (GMountOperation *op) |
Definition at line 79 of file gmountoperation.h.
void(* _GMountOperationClass::ask_password) (GMountOperation *op, const char *message, const char *default_user, const char *default_domain, GAskPasswordFlags flags) |
Definition at line 57 of file gmountoperation.h.
void(* _GMountOperationClass::ask_question) (GMountOperation *op, const char *message, const char *choices[]) |
GMountOperationClass::ask_question: @op: a GMountOperation @message: string containing a message to display to the user @choices: (array zero-terminated=1) (element-type utf8): an array of strings for each possible choice
Virtual implementation of #GMountOperation::ask-question.
Definition at line 72 of file gmountoperation.h.
GObjectClass _GMountOperationClass::parent_class |
Definition at line 53 of file gmountoperation.h.
void(* _GMountOperationClass::reply) (GMountOperation *op, GMountOperationResult result) |
Definition at line 76 of file gmountoperation.h.
void(* _GMountOperationClass::show_processes) (GMountOperation *op, const gchar *message, GArray *processes, const gchar *choices[]) |
GMountOperationClass::show_processes: @op: a GMountOperation @message: string containing a message to display to the user @processes: (element-type GPid): an array of GPid for processes blocking the operation @choices: (array zero-terminated=1) (element-type utf8): an array of strings for each possible choice
Virtual implementation of #GMountOperation::show-processes.
Since: 2.22
Definition at line 94 of file gmountoperation.h.
void(* _GMountOperationClass::show_unmount_progress) (GMountOperation *op, const gchar *message, gint64 time_left, gint64 bytes_left) |
Definition at line 99 of file gmountoperation.h.