File: pygdavalue_conversions.h

package info (click to toggle)
gnome-python-extras 2.14.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,756 kB
  • ctags: 731
  • sloc: sh: 8,856; ansic: 5,011; xml: 1,319; python: 725; makefile: 415
file content (17 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
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(GdaValue *boxed, PyObject *input);

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

G_END_DECLS

#endif //PYGDA_VALUE_CONVERSIONS_H