~ubuntu-branches/ubuntu/jaunty/mlview/jaunty

« back to all changes in this revision

Viewing changes to src/mlview-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-05-11 23:55:05 UTC
  • Revision ID: james.westby@ubuntu.com-20040511235505-ktq97vaz6sl5amy7
Tags: upstream-0.6.3
ImportĀ upstreamĀ versionĀ 0.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __mlview_marshal_MARSHAL_H__
 
3
#define __mlview_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:VOID (mlview-marshal.list:26) */
 
10
#define mlview_marshal_VOID__VOID       g_cclosure_marshal_VOID__VOID
 
11
 
 
12
/* VOID:POINTER,POINTER (mlview-marshal.list:27) */
 
13
extern void mlview_marshal_VOID__POINTER_POINTER (GClosure     *closure,
 
14
                                                  GValue       *return_value,
 
15
                                                  guint         n_param_values,
 
16
                                                  const GValue *param_values,
 
17
                                                  gpointer      invocation_hint,
 
18
                                                  gpointer      marshal_data);
 
19
 
 
20
/* VOID:POINTER,POINTER,POINTER (mlview-marshal.list:28) */
 
21
extern void mlview_marshal_VOID__POINTER_POINTER_POINTER (GClosure     *closure,
 
22
                                                          GValue       *return_value,
 
23
                                                          guint         n_param_values,
 
24
                                                          const GValue *param_values,
 
25
                                                          gpointer      invocation_hint,
 
26
                                                          gpointer      marshal_data);
 
27
 
 
28
/* VOID:POINTER (mlview-marshal.list:29) */
 
29
#define mlview_marshal_VOID__POINTER    g_cclosure_marshal_VOID__POINTER
 
30
 
 
31
G_END_DECLS
 
32
 
 
33
#endif /* __mlview_marshal_MARSHAL_H__ */
 
34