include/alp/i18n.h File Reference
Detailed Description
Header file for standard ALP internationalization, such as macros for gettext, etc.
#include "bundlemgr.h"
#include <glib/gstrfuncs.h>
Go to the source code of this file.
|
Defines |
| #define | _(String) alp_bundle_gettext(String) |
| #define | N_(String) String |
| #define | Q_(String) g_strip_context((String), alp_bundle_gettext(String)) |
| #define | U_(String) (String) |
Define Documentation
| #define _ |
( |
String |
|
) |
alp_bundle_gettext(String) |
|
| #define N_ |
( |
String |
|
) |
String |
|
| #define Q_ |
( |
String |
|
) |
g_strip_context((String), alp_bundle_gettext(String)) |
|
| #define U_ |
( |
String |
|
) |
(String) |
|
Generated on Wed Jul 30 07:06:40 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.