summaryrefslogtreecommitdiff
path: root/gi/pygi-property.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-property.h')
-rw-r--r--gi/pygi-property.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/pygi-property.h b/gi/pygi-property.h
index 31d0e42..875d21e 100644
--- a/gi/pygi-property.h
+++ b/gi/pygi-property.h
@@ -30,10 +30,10 @@
#include "pygi.h"
PyObject *pygi_get_property_value_real (PyGObject *instance,
- const gchar *attr_name);
+ GParamSpec *pspec);
gint pygi_set_property_value_real (PyGObject *instance,
- const gchar *attr_name,
+ GParamSpec *pspec,
PyObject *py_value);
#endif /* __PYGI_PROPERTY_H__ */