diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-05-24 00:10:07 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-05-24 00:10:07 +0000 |
commit | 9b324b65f4aae8f7e4b182df59da625aa751e800 (patch) | |
tree | 1cb08f8e7a26a85a2886d395c47952891c9752dc /canberra.h | |
parent | 3f00b1697f7304bb565232f5378ec38a23e12649 (diff) |
commit half-baked sound theme spec implementaiton
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@7 01b60673-d06a-42c0-afdd-89cb8e0f78ac
Diffstat (limited to 'canberra.h')
-rw-r--r-- | canberra.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -124,7 +124,8 @@ enum { CA_ERROR_SYSTEM = -6, CA_ERROR_CORRUPT = -7, CA_ERROR_TOOBIG = -8, - _CA_ERROR_MAX = -9 + CA_ERROR_NOT_FOUND = -9, + _CA_ERROR_MAX = -10 }; typedef struct ca_proplist ca_proplist; |