Defines | |
#define | textdomain(String) (String) |
#define | gettext(String) (String) |
#define | dgettext(Domain, Message) (Message) |
#define | dcgettext(Domain, Message, Type) (Message) |
#define | bindtextdomain(Domain, Directory) (Domain) |
#define | _(String) (String) |
#define | N_(String) (String) |
The macros defined in this header are convenience wrappers around the gettext functions provided by libintl library (or directly by libc on GNU systems). They differ from the normal intl functions in that the textdomain is fixed, for use by functions internal to Gimp-Print. This header should not be included by source files outside the gimp-print source tree.
|
Definition at line 78 of file gimp-print-intl-internal.h. Referenced by canon_parameters(), escp2_do_print(), escp2_parameters(), lexmark_parameters(), olympus_do_print(), olympus_parameters(), pcl_parameters(), ps_parameters_internal(), raw_parameters(), raw_print(), set_raw_ink_type(), stp_verify_parameter(), stp_verify_printer_params(), stpi_color_traditional_describe_parameter(), stpi_set_dither_function(), verify_curve_param(), verify_double_param(), verify_int_param(), and verify_string_param(). |
|
Definition at line 77 of file gimp-print-intl-internal.h. Referenced by stp_init(). |
|
Definition at line 76 of file gimp-print-intl-internal.h. |
|
Definition at line 75 of file gimp-print-intl-internal.h. |
|
Definition at line 74 of file gimp-print-intl-internal.h. Referenced by stp_color_get_long_name(). |
|
Definition at line 79 of file gimp-print-intl-internal.h. |
|
Definition at line 73 of file gimp-print-intl-internal.h. |