Mercurial > pidgin.yaz
view pidgin/gtksourceview-marshal.h @ 30394:7681b4ac292c
Further updates to the create_nsis_translations.pl script.
* Don't include the English key in the translation file when there is no
native match. This allows the fallback stuff to work as intended.
* Fix iconv syntax to something my iconv supports (-o doesn't work on cygwin)
* Fix the Korean encoding to be something that my iconv matches
* Fix an incorrectly escaped '@' in "sr@latin"
* Typo fixes in the GCOMPRIS_MACRO_DEFAULT_STRING warning message
It is interesting that this stuff is coming full-circle, the gcompis script
was originally based on our script. :)
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 18 May 2010 19:12:37 +0000 |
parents | 674d8bc2b980 |
children |
line wrap: on
line source
#ifndef __gtksourceview_marshal_MARSHAL_H__ #define __gtksourceview_marshal_MARSHAL_H__ #include <glib-object.h> G_BEGIN_DECLS /* VOID:VOID (gtksourceview-marshal.list:1) */ #define gtksourceview_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID /* VOID:BOOLEAN (gtksourceview-marshal.list:2) */ #define gtksourceview_marshal_VOID__BOOLEAN g_cclosure_marshal_VOID__BOOLEAN /* VOID:BOXED (gtksourceview-marshal.list:3) */ #define gtksourceview_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED /* VOID:BOXED,BOXED (gtksourceview-marshal.list:4) */ extern void gtksourceview_marshal_VOID__BOXED_BOXED (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:STRING (gtksourceview-marshal.list:5) */ #define gtksourceview_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING G_END_DECLS #endif /* __gtksourceview_marshal_MARSHAL_H__ */