API cleanup. Documentation.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9629 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
515e846e2a
commit
264b7dff90
26 changed files with 712 additions and 373 deletions
|
|
@ -353,6 +353,16 @@ int DohDelattr(DOH *obj, const DOH *name) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* DohCheckattr()
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
int DohCheckattr(DOH *obj, const DOH *name, const DOH *value) {
|
||||
DOH *attr = Getattr(obj,name);
|
||||
if (!attr) return 0;
|
||||
return DohEqual(attr,value);
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* DohKeys()
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue