Simplifyed definitions call, moved signal callback example to Cython code.
authorRagner Magalhaes <ragner.magalhaes@openbossa.org>
Tue, 2 Dec 2008 20:22:58 +0000 (20:22 +0000)
committerAnderson Briglia <anderson.briglia@openbossa.org>
Sat, 28 Feb 2009 21:11:10 +0000 (17:11 -0400)
commit808298462331613626bf941f55b4118295e92824
treef2f4438035033438a4c119c8689f741ec7835dea
parentd88947735d2c204731d80ae6513aeea7463a6e87
Simplifyed definitions call, moved signal callback example to Cython code.

FIXES:
 - Now all .pyx files simply calls "cimport purple" instead of a bunch of cimport's.
 - Moved signal callback example from c_purple to cython code.

Signed-off-by: Bruno Abinader <bruno.abinader@indt.org.br>

git-svn-id: https://garage.maemo.org/svn/carman/branches/carman-0.7-beta2/python-purple@1298 596f6dd7-e928-0410-a184-9e12fd12cf7e
account.pyx
buddy.pyx
c_purple.c
c_purple.h
connection.pyx
conversation.pyx
libpurple/account.pxd
libpurple/connection.pxd
libpurple/prpl.pxd [new file with mode: 0644]
libpurple/purple.pxd [new file with mode: 0644]
purple.pyx