summaryrefslogtreecommitdiffstats
path: root/src/laymanapi.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove an obsolete workaroundDetlev Casanova2010-07-161-1/+0
|
* Add comment to newly added functionsDetlev Casanova2010-07-161-1/+22
|
* Use correct value when using PyObject_IsTrueDetlev Casanova2010-07-161-22/+113
| | | | | | | Add function laymanAPIGetAllInfo() Make use of _laymanAPIGetAllInfos() as a common base for both laymanAPIGetAllInfo() and laymanAPIGetAllInfos() Add function laymanAPIAddRepo and laymanAPIDeleteRepo
* Add laymanAPIIsRepo, laymanAPIIsInstalled, laymanAPIGetInfosStr,Detlev Casanova2010-07-161-39/+182
| | | | | | laymanAPIGetInfoStr, laymanAPIGetAllInfos, laymanAPIAddRepos, laymanAPIDeleteRepos and overlayInfoFree Add comments
* Make functions use the updates in the apiDetlev Casanova2010-07-161-29/+115
| | | | | | | | | | | | | | | Fix memory management errors, add a construction function for string list Fix laymanAPIGetInfo() to use a list of tuples Fix laymanAPIGetInfo() not to crash Add a function to the layman API to get information from a list of overlays Check all python objects after a call to Python Use asserts when PyObject_IsTrue returns -1 Add comments where necessary Implement missing functions : laymanAPIAddRepo, laymanAPIDeleteRepo Modify the Message class constructor to only take mandatory arguments, other arguments can be set with the corresponding methods
* Fix a warning in DictDetlev Casanova2010-07-151-13/+58
| | | | Add a method to get info for a list of overlays
* Don't DECREF on borrowed referencesDetlev Casanova2010-07-151-4/+0
|
* Get to work with the changes in layman.Detlev Casanova2010-07-151-35/+70
| | | | Fix most of the memory leaks
* Get the proper layman Python library and fix BareConfig constructor toDetlev Casanova2010-07-111-2/+16
| | | | take a Message class as first argument.
* Add LayamnAPI, Message, Config, StringList, update Config.Detlev Casanova2010-07-101-0/+115