Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdk-pixbuf-marshal.h
Go to the documentation of this file.
1/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
2#pragma once
3
4#include <glib-object.h>
5
7
8/* VOID:VOID (../gdk-pixbuf/gdk-pixbuf-marshal.list:25) */
9#define _gdk_pixbuf_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
10
11/* VOID:INT,INT (../gdk-pixbuf/gdk-pixbuf-marshal.list:26) */
12extern
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:INT,INT,INT,INT (../gdk-pixbuf/gdk-pixbuf-marshal.list:27) */
21extern
23 GValue *return_value,
24 guint n_param_values,
25 const GValue *param_values,
26 gpointer invocation_hint,
27 gpointer marshal_data);
28
29/* VOID:POINTER (../gdk-pixbuf/gdk-pixbuf-marshal.list:28) */
30#define _gdk_pixbuf_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER
31
32
void _gdk_pixbuf_marshal_VOID__INT_INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void _gdk_pixbuf_marshal_VOID__INT_INT_INT_INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
void * gpointer
Definition gtypes.h:109
unsigned int guint
Definition gtypes.h:61