Top | ![]() |
![]() |
![]() |
![]() |
#define | GO_CMD_CONTEXT() |
#define | GO_IS_CMD_CONTEXT() |
GType | go_cmd_context_get_type () |
void | go_cmd_context_error () |
char * | go_cmd_context_get_password () |
void | go_cmd_context_set_sensitive () |
void | go_cmd_context_error_system () |
void | go_cmd_context_error_import () |
void | go_cmd_context_error_export () |
void | go_cmd_context_error_invalid () |
void | go_cmd_context_error_info () |
GQuark | go_error_system () |
GQuark | go_error_import () |
GQuark | go_error_export () |
GQuark | go_error_invalid () |
#define GO_CMD_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_TYPE_CMD_CONTEXT, GOCmdContext))
#define GO_IS_CMD_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_TYPE_CMD_CONTEXT))
char * go_cmd_context_get_password (GOCmdContext *cc
,char const *fname
);
void go_cmd_context_set_sensitive (GOCmdContext *cc
,gboolean flag
);
void go_cmd_context_error_system (GOCmdContext *cc
,char const *msg
);
void go_cmd_context_error_import (GOCmdContext *cc
,char const *msg
);
void go_cmd_context_error_export (GOCmdContext *cc
,char const *msg
);
void go_cmd_context_error_invalid (GOCmdContext *cc
,char const *msg
,char const *val
);