#include <stdlib.h>
#include "support.h"
#include <gtk/gtk.h>
Go to the source code of this file.
|
#define | LIVES_INLINE static inline |
|
#define | LIVES_GLOBAL_INLINE inline |
|
#define | lives_locale_to_utf8(a, b, c, d, e) g_locale_to_utf8(a, b, c, d, e) |
|
#define | lives_strdup_printf(fmt, ...) g_strdup_printf(fmt, __VA_ARGS__) |
|
◆ LIVES_GLOBAL_INLINE
#define LIVES_GLOBAL_INLINE inline |
◆ LIVES_INLINE
#define LIVES_INLINE static inline |
◆ lives_locale_to_utf8
#define lives_locale_to_utf8 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e |
|
) |
| g_locale_to_utf8(a, b, c, d, e) |
◆ lives_strdup_printf
#define lives_strdup_printf |
( |
|
fmt, |
|
|
|
... |
|
) |
| g_strdup_printf(fmt, __VA_ARGS__) |
◆ translate()
◆ translate_with_hash()
◆ translate_with_plural()
LIVES_GLOBAL_INLINE char* translate_with_plural |
( |
const char * |
String, |
|
|
const char * |
StringPlural, |
|
|
unsigned long int |
n |
|
) |
| |
◆ translate_with_plural_hash()
LIVES_GLOBAL_INLINE char* translate_with_plural_hash |
( |
const char * |
String, |
|
|
const char * |
StringPlural, |
|
|
unsigned long int |
n |
|
) |
| |