canberra.h | canberra.h | |||
---|---|---|---|---|
skipping to change at line 417 | skipping to change at line 417 | |||
CA_ERROR_CORRUPT = -7, | CA_ERROR_CORRUPT = -7, | |||
CA_ERROR_TOOBIG = -8, | CA_ERROR_TOOBIG = -8, | |||
CA_ERROR_NOTFOUND = -9, | CA_ERROR_NOTFOUND = -9, | |||
CA_ERROR_DESTROYED = -10, | CA_ERROR_DESTROYED = -10, | |||
CA_ERROR_CANCELED = -11, | CA_ERROR_CANCELED = -11, | |||
CA_ERROR_NOTAVAILABLE = -12, | CA_ERROR_NOTAVAILABLE = -12, | |||
CA_ERROR_ACCESS = -13, | CA_ERROR_ACCESS = -13, | |||
CA_ERROR_IO = -14, | CA_ERROR_IO = -14, | |||
CA_ERROR_INTERNAL = -15, | CA_ERROR_INTERNAL = -15, | |||
CA_ERROR_DISABLED = -16, | CA_ERROR_DISABLED = -16, | |||
_CA_ERROR_MAX = -17 | CA_ERROR_FORKED = -17, | |||
_CA_ERROR_MAX = -18 | ||||
}; | }; | |||
/** | /** | |||
* ca_proplist: | * ca_proplist: | |||
* | * | |||
* A canberra property list object. Basically a hashtable. | * A canberra property list object. Basically a hashtable. | |||
*/ | */ | |||
typedef struct ca_proplist ca_proplist; | typedef struct ca_proplist ca_proplist; | |||
int ca_proplist_create(ca_proplist **p); | int ca_proplist_create(ca_proplist **p); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||