Mercurial > audlegacy
changeset 4653:5f80f9d0e7ee
Use G_{BEGIN,END}_DECLS
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 16 Jun 2008 07:49:28 +0300 |
parents | d44ca48fc0b8 |
children | de5d2e65cc32 |
files | src/audacious/tuple_compiler.h src/audacious/tuple_formatter.h |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/tuple_compiler.h Mon Jun 16 07:39:41 2008 +0300 +++ b/src/audacious/tuple_compiler.h Mon Jun 16 07:49:28 2008 +0300 @@ -24,6 +24,7 @@ #include <mowgli.h> #include "tuple.h" +G_BEGIN_DECLS #define TUPLEZ_MAX_VARS (4) @@ -108,4 +109,7 @@ TupleEvalNode *tuple_formatter_compile(TupleEvalContext *ctx, gchar *expr); gchar *tuple_formatter_eval(TupleEvalContext *ctx, TupleEvalNode *expr, Tuple *tuple); + +G_END_DECLS + #endif /* AUDACIOUS_TUPLE_COMPILER_H */
--- a/src/audacious/tuple_formatter.h Mon Jun 16 07:39:41 2008 +0300 +++ b/src/audacious/tuple_formatter.h Mon Jun 16 07:49:28 2008 +0300 @@ -26,6 +26,8 @@ #include "tuple.h" +G_BEGIN_DECLS + gchar *tuple_formatter_process_string(Tuple *tuple, const gchar *string); gchar *tuple_formatter_make_title_string(Tuple *tuple, const gchar *string); void tuple_formatter_register_expression(const gchar *keyword, @@ -38,4 +40,6 @@ const gchar *argument); gchar *tuple_formatter_process_construct(Tuple *tuple, const gchar *string); +G_END_DECLS + #endif /* AUDACIOUS_TUPLE_FORMATTER_H */