view finch/libgnt/pygnt/common.h @ 20861:9c2ec10933b2

Fix CID 342 (which wasn't wrong, but was inefficient and confusing.)
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 10 Oct 2007 00:08:54 +0000
parents 5e1412f4e67a
children 6b16fca71f8b
line wrap: on
line source

#include "Python.h"
#include "gnt.h"

PyObject *create_pyobject_from_string_list(GList *list);