~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to src/libbiji/biji-marshalers.h

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2013-03-26 21:19:36 UTC
  • Revision ID: package-import@ubuntu.com-20130326211936-tu8mpy82juohw8m2
Tags: upstream-3.8.0
ImportĀ upstreamĀ versionĀ 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef ___biji_marshal_MARSHAL_H__
 
3
#define ___biji_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:ENUM,POINTER (./biji-marshalers.list:1) */
 
10
extern void _biji_marshal_VOID__ENUM_POINTER (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
G_END_DECLS
 
18
 
 
19
#endif /* ___biji_marshal_MARSHAL_H__ */
 
20