diff options
Diffstat (limited to 'xfce4-session/xfsm-marshal.h')
-rw-r--r-- | xfce4-session/xfsm-marshal.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/xfce4-session/xfsm-marshal.h b/xfce4-session/xfsm-marshal.h new file mode 100644 index 0000000..de62ad8 --- /dev/null +++ b/xfce4-session/xfsm-marshal.h @@ -0,0 +1,30 @@ +/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ +#ifndef __XFSM_MARSHAL_MARSHAL_H__ +#define __XFSM_MARSHAL_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* VOID:UINT,UINT (xfsm-marshal.list:1) */ +G_GNUC_INTERNAL +void xfsm_marshal_VOID__UINT_UINT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:STRING,BOXED (xfsm-marshal.list:2) */ +G_GNUC_INTERNAL +void xfsm_marshal_VOID__STRING_BOXED (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + + +G_END_DECLS + +#endif /* __XFSM_MARSHAL_MARSHAL_H__ */ |