summaryrefslogtreecommitdiff
path: root/gi/gobjectmodule.h
blob: 11f99cf348d70ecd8d74c476cd01d47df8ee6b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _PYGOBJECT_GOBJECTMODULE_H_
#define _PYGOBJECT_GOBJECTMODULE_H_


#include "pygobject-internal.h"

int           pygobject_constructv (PyGObject   *self,
                                    guint        n_parameters,
                                    GParameter  *parameters);

#endif /*_PYGOBJECT_GOBJECTMODULE_H_*/