view finch/libgnt/pygnt/common.h @ 19248:d34e49d8fac7

Implement msim_msg_dictionary_parse() based on msim_parse_body(). This allows msim_msg_get_dictionary() to work on incoming messages.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 19 Aug 2007 05:04:13 +0000
parents 5e1412f4e67a
children 6b16fca71f8b
line wrap: on
line source

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

PyObject *create_pyobject_from_string_list(GList *list);