#include <goffice/goffice-config.h>
#include "go-cmd-context-impl.h"
#include <goffice/app/goffice-app.h>
#include <gsf/gsf-impl-utils.h>
#include <glib/gi18n-lib.h>
Defines | |
#define | GCC_CLASS(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), GO_CMD_CONTEXT_TYPE, GOCmdContextClass)) |
Functions | |
static GError * | format_message (GQuark id, char const *message) |
void | go_cmd_context_error (GOCmdContext *context, GError *err) |
void | go_cmd_context_error_info (GOCmdContext *context, ErrorInfo *stack) |
void | go_cmd_context_error_system (GOCmdContext *context, char const *message) |
void | go_cmd_context_error_import (GOCmdContext *context, char const *message) |
void | go_cmd_context_error_export (GOCmdContext *context, char const *message) |
void | go_cmd_context_error_invalid (GOCmdContext *context, char const *msg, char const *val) |
GQuark | go_error_system (void) |
GQuark | go_error_import (void) |
GQuark | go_error_export (void) |
GQuark | go_error_invalid (void) |
void | go_cmd_context_progress_set (GOCmdContext *context, gfloat f) |
void | go_cmd_context_progress_message_set (GOCmdContext *context, gchar const *msg) |
char * | go_cmd_context_get_password (GOCmdContext *cc, char const *filename) |
void | go_cmd_context_set_sensitive (GOCmdContext *cc, gboolean sensitive) |
GType | go_cmd_context_get_type (void) |
#define GCC_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((o), GO_CMD_CONTEXT_TYPE, GOCmdContextClass)) |
static GError* format_message | ( | GQuark | id, | |
char const * | message | |||
) | [static] |
Referenced by go_cmd_context_error_export(), go_cmd_context_error_import(), and go_cmd_context_error_system().
void go_cmd_context_error | ( | GOCmdContext * | context, | |
GError * | err | |||
) |
References GCC_CLASS, GO_IS_CMD_CONTEXT, and IS_GO_CMD_CONTEXT.
void go_cmd_context_error_export | ( | GOCmdContext * | context, | |
char const * | message | |||
) |
References format_message(), go_cmd_context_error(), and go_error_export().
void go_cmd_context_error_import | ( | GOCmdContext * | context, | |
char const * | message | |||
) |
References format_message(), go_cmd_context_error(), and go_error_import().
void go_cmd_context_error_info | ( | GOCmdContext * | context, | |
ErrorInfo * | stack | |||
) |
References GCC_CLASS, and IS_GO_CMD_CONTEXT.
void go_cmd_context_error_invalid | ( | GOCmdContext * | context, | |
char const * | msg, | |||
char const * | val | |||
) |
References _, go_cmd_context_error(), and go_error_invalid().
void go_cmd_context_error_system | ( | GOCmdContext * | context, | |
char const * | message | |||
) |
References format_message(), go_cmd_context_error(), and go_error_system().
char* go_cmd_context_get_password | ( | GOCmdContext * | cc, | |
char const * | filename | |||
) |
References GCC_CLASS, GO_IS_CMD_CONTEXT, and IS_GO_CMD_CONTEXT.
GType go_cmd_context_get_type | ( | void | ) |
void go_cmd_context_progress_message_set | ( | GOCmdContext * | context, | |
gchar const * | msg | |||
) |
References GCC_CLASS, and IS_GO_CMD_CONTEXT.
void go_cmd_context_progress_set | ( | GOCmdContext * | context, | |
gfloat | f | |||
) |
References GCC_CLASS, and IS_GO_CMD_CONTEXT.
void go_cmd_context_set_sensitive | ( | GOCmdContext * | cc, | |
gboolean | sensitive | |||
) |
References GCC_CLASS, GO_IS_CMD_CONTEXT, and IS_GO_CMD_CONTEXT.
GQuark go_error_export | ( | void | ) |
GQuark go_error_import | ( | void | ) |
GQuark go_error_invalid | ( | void | ) |
GQuark go_error_system | ( | void | ) |