source: trunk/third/libsoup/libsoup/soup-marshal.h @ 21108

Revision 21108, 1.4 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21107, which included commits to RCS files with non-trunk default branches.
Line 
1
2#ifndef __soup_marshal_MARSHAL_H__
3#define __soup_marshal_MARSHAL_H__
4
5#include        <glib-object.h>
6
7G_BEGIN_DECLS
8
9/* NONE:NONE (./soup-marshal.list:1) */
10#define soup_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
11#define soup_marshal_NONE__NONE soup_marshal_VOID__VOID
12
13/* NONE:INT (./soup-marshal.list:2) */
14#define soup_marshal_VOID__INT  g_cclosure_marshal_VOID__INT
15#define soup_marshal_NONE__INT  soup_marshal_VOID__INT
16
17/* NONE:OBJECT (./soup-marshal.list:3) */
18#define soup_marshal_VOID__OBJECT       g_cclosure_marshal_VOID__OBJECT
19#define soup_marshal_NONE__OBJECT       soup_marshal_VOID__OBJECT
20
21/* NONE:OBJECT,STRING,STRING,POINTER,POINTER (./soup-marshal.list:4) */
22extern void soup_marshal_VOID__OBJECT_STRING_STRING_POINTER_POINTER (GClosure     *closure,
23                                                                     GValue       *return_value,
24                                                                     guint         n_param_values,
25                                                                     const GValue *param_values,
26                                                                     gpointer      invocation_hint,
27                                                                     gpointer      marshal_data);
28#define soup_marshal_NONE__OBJECT_STRING_STRING_POINTER_POINTER soup_marshal_VOID__OBJECT_STRING_STRING_POINTER_POINTER
29
30G_END_DECLS
31
32#endif /* __soup_marshal_MARSHAL_H__ */
33
Note: See TracBrowser for help on using the repository browser.