BFP, fixes structures definitions, categorizes each c-function into a .pxd file.
authorRagner Magalhaes <ragner.magalhaes@openbossa.org>
Tue, 2 Dec 2008 20:15:48 +0000 (20:15 +0000)
committerAnderson Briglia <anderson.briglia@openbossa.org>
Sat, 28 Feb 2009 21:11:09 +0000 (17:11 -0400)
commit7f9bbfa5e0f087ba5a5c1367ab1bea72f53573d0
tree99d244e0481cd98fba7af5198bdcc4f8c1ad8931
parenta29730a9b6c00cfeaacc64311349df4da9ce1c8b
BFP, fixes structures definitions, categorizes each c-function into a .pxd file.

FIXES:
 - Fixes some structures definitions.
 - Ordered correctly 'import' calls inside purple.pyx.
 - Moved c-functions defintions inside .pxd files.
 - Renamed class files into .pyx ones.

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@1287 596f6dd7-e928-0410-a184-9e12fd12cf7e
23 files changed:
account.pyx [new file with mode: 0644]
buddy.pyx [new file with mode: 0644]
connection.pyx [new file with mode: 0644]
conversation.pyx [new file with mode: 0644]
core/account.pxd [deleted file]
core/buddy.pxd [deleted file]
core/connection.pxd [deleted file]
core/conversation.pxd [deleted file]
libpurple/account.pxd [new file with mode: 0644]
libpurple/blist.pxd [new file with mode: 0644]
libpurple/buddyicon.pxd [new file with mode: 0644]
libpurple/connection.pxd [new file with mode: 0644]
libpurple/conversation.pxd [new file with mode: 0644]
libpurple/core.pxd [new file with mode: 0644]
libpurple/debug.pxd [new file with mode: 0644]
libpurple/eventloop.pxd [new file with mode: 0644]
libpurple/plugin.pxd [new file with mode: 0644]
libpurple/pounce.pxd [new file with mode: 0644]
libpurple/prefs.pxd [new file with mode: 0644]
libpurple/proxy.pxd [new file with mode: 0644]
libpurple/status.pxd [new file with mode: 0644]
libpurple/util.pxd [new file with mode: 0644]
purple.pyx