#include <go-cmd-context-impl.h>
Public Attributes | |
GTypeInterface | base |
char *(* | get_password )(GOCmdContext *gcc, char const *filename) |
void(* | set_sensitive )(GOCmdContext *gcc, gboolean sensitive) |
struct { | |
void(* error )(GOCmdContext *gcc, GError *err) | |
void(* error_info )(GOCmdContext *gcc, GOErrorInfo *err) | |
} | error |
void(* | progress_set )(GOCmdContext *gcc, double val) |
void(* | progress_message_set )(GOCmdContext *gcc, gchar const *msg) |
void(* | error_info_list )(GOCmdContext *gcc, GSList *errs) |
struct { | |
void(* error )(GOCmdContext *gcc, GError *err) | |
void(* error_info )(GOCmdContext *gcc, ErrorInfo *err) | |
} | error |
GTypeInterface GOCmdContextClass::base |
void(* GOCmdContextClass::error)(GOCmdContext *gcc, GError *err) |
Referenced by abi_cmd_context_init().
struct { ... } GOCmdContextClass::error |
struct { ... } GOCmdContextClass::error |
void(* GOCmdContextClass::error_info)(GOCmdContext *gcc, ErrorInfo *err) |
void(* GOCmdContextClass::error_info_list)(GOCmdContext *gcc, GSList *errs) |
char *(* GOCmdContextClass::get_password)(GOCmdContext *gcc, char const *filename) |
Referenced by abi_cmd_context_init().
void(* GOCmdContextClass::progress_message_set)(GOCmdContext *gcc, gchar const *msg) |
Referenced by abi_cmd_context_init().
void(* GOCmdContextClass::progress_set)(GOCmdContext *gcc, float val) |
Referenced by abi_cmd_context_init().
void(* GOCmdContextClass::set_sensitive)(GOCmdContext *gcc, gboolean sensitive) |
Referenced by abi_cmd_context_init().