File: pygdavalue_conversions.h

package info (click to toggle)
gnome-python-extras 2.19.1-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,640 kB
  • ctags: 736
  • sloc: sh: 8,856; ansic: 5,031; xml: 1,319; python: 769; makefile: 460
file content (17 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <pygobject.h>
#include <libgda/libgda.h>

#ifndef PYGDA_VALUE_CONVERSIONS_H
#define PYGDA_VALUE_CONVERSIONS_H

G_BEGIN_DECLS

int
pygda_value_from_pyobject(GValue *boxed, PyObject *input);

PyObject *
pygda_value_as_pyobject(const GValue *value, gboolean copy_boxed);

G_END_DECLS

#endif //PYGDA_VALUE_CONVERSIONS_H