Add xml_indent_tags filetype setting for documents using the
[geany-mirror.git] / scintilla / scintilla-marshal.h
blob9116a56c9a2cd4e55f5e3ad67ddf861a2514d92c
2 #ifndef __scintilla_marshal_MARSHAL_H__
3 #define __scintilla_marshal_MARSHAL_H__
5 #include <glib-object.h>
7 G_BEGIN_DECLS
9 /* NONE:INT,POINTER (scintilla-marshal.list:1) */
10 extern void scintilla_marshal_VOID__INT_POINTER (GClosure *closure,
11 GValue *return_value,
12 guint n_param_values,
13 const GValue *param_values,
14 gpointer invocation_hint,
15 gpointer marshal_data);
16 #define scintilla_marshal_NONE__INT_POINTER scintilla_marshal_VOID__INT_POINTER
18 G_END_DECLS
20 #endif /* __scintilla_marshal_MARSHAL_H__ */