#include <goffice/app/goffice-app.h>
#include <glib-object.h>
Go to the source code of this file.
Defines |
#define | GO_CMD_CONTEXT_TYPE (go_cmd_context_get_type ()) |
#define | GO_CMD_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_CMD_CONTEXT_TYPE, GOCmdContext)) |
#define | IS_GO_CMD_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_CMD_CONTEXT_TYPE)) |
Functions |
GType | go_cmd_context_get_type (void) |
void | go_cmd_context_error (GOCmdContext *cc, GError *err) |
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) |
void | go_cmd_context_error_info (GOCmdContext *cc, ErrorInfo *stack) |
GQuark | go_error_system (void) |
GQuark | go_error_import (void) |
GQuark | go_error_export (void) |
GQuark | go_error_invalid (void) |
Define Documentation
#define GO_CMD_CONTEXT |
( |
|
o |
) |
(G_TYPE_CHECK_INSTANCE_CAST ((o), GO_CMD_CONTEXT_TYPE, GOCmdContext)) |
#define GO_CMD_CONTEXT_TYPE (go_cmd_context_get_type ()) |
#define IS_GO_CMD_CONTEXT |
( |
|
o |
) |
(G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_CMD_CONTEXT_TYPE)) |
Function Documentation
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_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 | |
|
) |
| | |
GType go_cmd_context_get_type |
( |
void |
|
) |
|
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 |
|
) |
|