Use g_intern_static_string for signal names.

This commit is contained in:
Daiki Ueno
2011-02-24 10:33:14 +09:00
parent 22c70976db
commit 798df5c136
6 changed files with 18 additions and 14 deletions

View File

@ -24,6 +24,8 @@
G_BEGIN_DECLS
#define I_(string) g_intern_static_string (string)
#define EEK_TYPE_SYMBOL_MATRIX (eek_symbol_matrix_get_type ())
#define EEK_TYPE_POINT (eek_point_get_type ())
#define EEK_TYPE_BOUNDS (eek_bounds_get_type ())