diff options
Diffstat (limited to 'libnm-glib/nm-glib-marshal.h')
| -rw-r--r-- | libnm-glib/nm-glib-marshal.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/libnm-glib/nm-glib-marshal.h b/libnm-glib/nm-glib-marshal.h new file mode 100644 index 00000000..53d8c06b --- /dev/null +++ b/libnm-glib/nm-glib-marshal.h @@ -0,0 +1,36 @@ + +#ifndef ___nm_glib_marshal_MARSHAL_H__ +#define ___nm_glib_marshal_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* VOID:STRING,STRING,STRING (nm-glib-marshal.list:1) */ +extern void _nm_glib_marshal_VOID__STRING_STRING_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:UINT,UINT (nm-glib-marshal.list:2) */ +extern void _nm_glib_marshal_VOID__UINT_UINT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:UINT,UINT,UINT (nm-glib-marshal.list:3) */ +extern void _nm_glib_marshal_VOID__UINT_UINT_UINT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* ___nm_glib_marshal_MARSHAL_H__ */ + |