py-gnumeric.h (gnumeric-1.12.49.tar.xz) | : | py-gnumeric.h (gnumeric-1.12.50.tar.xz) | ||
---|---|---|---|---|
#ifndef PLUGIN_PY_GNUMERIC_H | #ifndef PLUGIN_PY_GNUMERIC_H | |||
#define PLUGIN_PY_GNUMERIC_H | #define PLUGIN_PY_GNUMERIC_H | |||
#include <Python.h> | #include <Python.h> | |||
#include <glib.h> | #include <glib.h> | |||
#include <goffice/goffice.h> | #include <goffice/goffice.h> | |||
#include "gnm-py-interpreter.h" | #include "gnm-py-interpreter.h" | |||
#include <gnumeric-fwd.h> | #include <gnumeric-fwd.h> | |||
PyObject *py_initgnumeric (void); | PyObject *py_initgnumeric (void); | |||
void py_gnumeric_shutdown (void); | ||||
void py_gnumeric_add_plugin (PyObject *module, GnmPyInterpreter *interprete r); | void py_gnumeric_add_plugin (PyObject *module, GnmPyInterpreter *interprete r); | |||
GnmValue *call_python_function (PyObject *python_fn, | GnmValue *call_python_function (PyObject *python_fn, | |||
GnmEvalPos const *eval_pos, | GnmEvalPos const *eval_pos, | |||
gint n_args, GnmValue const * const *args); | gint n_args, GnmValue const * const *args); | |||
gchar *py_exc_to_string (void); | gchar *py_exc_to_string (void); | |||
#endif /* PLUGIN_PY_GNUMERIC_H */ | #endif /* PLUGIN_PY_GNUMERIC_H */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |