diff options
Diffstat (limited to 'libgupnp-dlna/gupnp-dlna-marshal.h')
-rw-r--r-- | libgupnp-dlna/gupnp-dlna-marshal.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libgupnp-dlna/gupnp-dlna-marshal.h b/libgupnp-dlna/gupnp-dlna-marshal.h new file mode 100644 index 0000000..437e4df --- /dev/null +++ b/libgupnp-dlna/gupnp-dlna-marshal.h @@ -0,0 +1,28 @@ + +#ifndef __gupnp_dlna_marshal_MARSHAL_H__ +#define __gupnp_dlna_marshal_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* BOOLEAN:STRING,UINT,STRING,POINTER (./gupnp-dlna-marshal.list:1) */ +extern void gupnp_dlna_marshal_BOOLEAN__STRING_UINT_STRING_POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:OBJECT,BOXED (./gupnp-dlna-marshal.list:2) */ +extern void gupnp_dlna_marshal_VOID__OBJECT_BOXED (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* __gupnp_dlna_marshal_MARSHAL_H__ */ + |