![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void go_cmd_context_error (GOCmdContext *cc
,GError *err
); void go_cmd_context_error_export (GOCmdContext *cc
,char const *msg
); void go_cmd_context_error_import (GOCmdContext *cc
,char const *msg
); void go_cmd_context_error_info (GOCmdContext *cc
,GOErrorInfo *stack
); void go_cmd_context_error_info_list (GOCmdContext *cc
,GSList *stack
); void go_cmd_context_error_invalid (GOCmdContext *cc
,char const *msg
,char const *val
); void go_cmd_context_error_system (GOCmdContext *cc
,char const *msg
); char * go_cmd_context_get_password (GOCmdContext *cc
,char const *fname
); void go_cmd_context_progress_message_set (GOCmdContext *gcc
,char const *msg
); void go_cmd_context_progress_set (GOCmdContext *gcc
,double f
); void go_cmd_context_set_sensitive (GOCmdContext *cc
,gboolean flag
); GQuark go_error_export (void
); GQuark go_error_import (void
); GQuark go_error_invalid (void
); GQuark go_error_system (void
);
void go_cmd_context_error_export (GOCmdContext *cc
,char const *msg
);
|
|
|
void go_cmd_context_error_import (GOCmdContext *cc
,char const *msg
);
|
|
|
void go_cmd_context_error_info (GOCmdContext *cc
,GOErrorInfo *stack
);
|
|
|
void go_cmd_context_error_info_list (GOCmdContext *cc
,GSList *stack
);
Sends a list of errors to the command context.
|
GOCmdContext |
|
a list of errors. [element-type GOErrorInfo] |
void go_cmd_context_error_invalid (GOCmdContext *cc
,char const *msg
,char const *val
);
|
|
|
|
|
void go_cmd_context_error_system (GOCmdContext *cc
,char const *msg
);
|
|
|
char * go_cmd_context_get_password (GOCmdContext *cc
,char const *fname
);
|
|
|
|
Returns : |
void go_cmd_context_progress_message_set (GOCmdContext *gcc
,char const *msg
);
|
|
|
void go_cmd_context_progress_set (GOCmdContext *gcc
,double f
);
|
|
|
void go_cmd_context_set_sensitive (GOCmdContext *cc
,gboolean flag
);
|
|
|