source: trunk/third/libgnomeprintui/libgnomeprintui/gnome-printui-marshal.h @ 20964

Revision 20964, 1.6 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20963, which included commits to RCS files with non-trunk default branches.
Line 
1
2#ifndef __libgnomeprintui_marshal_MARSHAL_H__
3#define __libgnomeprintui_marshal_MARSHAL_H__
4
5#include        <glib-object.h>
6
7G_BEGIN_DECLS
8
9/* VOID:INT,BOOLEAN (gnome-printui-marshal.list:1) */
10extern void libgnomeprintui_marshal_VOID__INT_BOOLEAN (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
17/* VOID:VOID (gnome-printui-marshal.list:2) */
18#define libgnomeprintui_marshal_VOID__VOID      g_cclosure_marshal_VOID__VOID
19
20/* VOID:BOOLEAN (gnome-printui-marshal.list:3) */
21#define libgnomeprintui_marshal_VOID__BOOLEAN   g_cclosure_marshal_VOID__BOOLEAN
22
23/* VOID:POINTER (gnome-printui-marshal.list:4) */
24#define libgnomeprintui_marshal_VOID__POINTER   g_cclosure_marshal_VOID__POINTER
25
26/* VOID:UINT,UINT (gnome-printui-marshal.list:5) */
27extern void libgnomeprintui_marshal_VOID__UINT_UINT (GClosure     *closure,
28                                                     GValue       *return_value,
29                                                     guint         n_param_values,
30                                                     const GValue *param_values,
31                                                     gpointer      invocation_hint,
32                                                     gpointer      marshal_data);
33
34G_END_DECLS
35
36#endif /* __libgnomeprintui_marshal_MARSHAL_H__ */
37
Note: See TracBrowser for help on using the repository browser.