#include "python-options.h"

Go to the source code of this file.
Classes | |
| struct | PythonBinding |
Functions | |
| void | python_binding_set_loaders (PythonBinding *self, GList *loaders) |
| void | python_binding_set_class (PythonBinding *self, gchar *class) |
| gboolean | python_binding_init (PythonBinding *self, GlobalConfig *cfg, const gchar *desc) |
| void | python_binding_deinit (PythonBinding *self) |
| void | python_binding_clone (PythonBinding *self, PythonBinding *cloned) |
| void | python_binding_init_instance (PythonBinding *self) |
| void | python_binding_clear (PythonBinding *self) |
| void python_binding_clear | ( | PythonBinding * | self | ) |
| void python_binding_clone | ( | PythonBinding * | self, |
| PythonBinding * | cloned | ||
| ) |
| void python_binding_deinit | ( | PythonBinding * | self | ) |
| gboolean python_binding_init | ( | PythonBinding * | self, |
| GlobalConfig * | cfg, | ||
| const gchar * | desc | ||
| ) |
| void python_binding_init_instance | ( | PythonBinding * | self | ) |
| void python_binding_set_class | ( | PythonBinding * | self, |
| gchar * | class | ||
| ) |
| void python_binding_set_loaders | ( | PythonBinding * | self, |
| GList * | loaders | ||
| ) |