File: vipsmarshal.h

package info (click to toggle)
vips 7.40.6-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,564 kB
  • ctags: 19,382
  • sloc: ansic: 111,696; cpp: 51,698; sh: 11,810; python: 1,639; makefile: 1,067; xml: 580; perl: 40
file content (20 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#ifndef __vips_MARSHAL_H__
#define __vips_MARSHAL_H__

#include	<glib-object.h>

G_BEGIN_DECLS

/* INT:VOID (vipsmarshal.list:25) */
extern void vips_INT__VOID (GClosure     *closure,
                            GValue       *return_value,
                            guint         n_param_values,
                            const GValue *param_values,
                            gpointer      invocation_hint,
                            gpointer      marshal_data);

G_END_DECLS

#endif /* __vips_MARSHAL_H__ */