|
|
@@ -1,22 +1,16 @@ |
|
|
|
/* |
|
|
|
* PypyCaca libcaca Python bindings |
|
|
|
* PypyCaca libcaca Python bindings |
|
|
|
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> |
|
|
|
* All Rights Reserved |
|
|
|
* |
|
|
|
* $Id$ |
|
|
|
* |
|
|
|
* This library is free software; you can redistribute it and/or |
|
|
|
* modify it under the terms of the Do What The Fuck You Want To |
|
|
|
* Public License, Version 2, as published by Sam Hocevar. See |
|
|
|
* http://sam.zoy.org/wtfpl/COPYING for more details. |
|
|
|
*/ |
|
|
|
|
|
|
|
/** \file pycaca.c |
|
|
|
* \version \$Id: |
|
|
|
* \author Jean-Yves Lamoureux <jylam@lnxscene.org> |
|
|
|
* \brief Main \e pypycaca bindings functions |
|
|
|
* |
|
|
|
* This file contains functions for python bindings |
|
|
|
*/ |
|
|
|
|
|
|
|
#include "pypycaca.h" |
|
|
|
|
|
|
|
static PyMethodDef CacaMethods[] = { |
|
|
|