gpe-expenses  0.1.9
Macros | Functions
translate.c File Reference

Weird wrapper for enum as string macro gettext handling. More...

#include "config.h"
#include <libintl.h>
#include <locale.h>
#include "qof-expenses.h"

Go to the source code of this file.

Macros

#define _GNU_SOURCE
#define _(String)   dgettext (LIBRARY_GETTEXT_PACKAGE, String)
#define STRING(name, value)   gchar * G_GNUC_UNUSED name##noop = _(#name);
#define MARKUP(name, list)

Functions

static void G_GNUC_UNUSED ExpenseTypetranslate (void)
static void G_GNUC_UNUSED ExpensePaymenttranslate (void)

Detailed Description

Weird wrapper for enum as string macro gettext handling.

    @author Copyright (c) 2007 Neil Williams <linux@codehelp.co.uk>

     This is a bit of a strange file - take care.

Definition in file translate.c.