| Index: compiled/bindings/main.cpp | 
| =================================================================== | 
| --- a/compiled/bindings/main.cpp | 
| +++ b/compiled/bindings/main.cpp | 
| @@ -134,16 +134,17 @@ | 
| .property("requiredVersion", &DownloadableSubscription::GetRequiredVersion, &DownloadableSubscription::SetRequiredVersion) | 
| .property("downloadCount", &DownloadableSubscription::GetDownloadCount, &DownloadableSubscription::SetDownloadCount) | 
| .class_function("parseDownload", &DownloadableSubscription::ParseDownload) | 
| .function("serialize", &DownloadableSubscription::Serialize); | 
|  | 
| class_<DownloadableSubscription_Parser>("DownloadableSubscription_Parser") | 
| .property("redirect", &DownloadableSubscription_Parser::GetRedirect) | 
| .property("homepage", &DownloadableSubscription_Parser::GetHomepage) | 
| +        .property("error",  &DownloadableSubscription_Parser::GetError) | 
| .function("process", &DownloadableSubscription_Parser::Process) | 
| .function("verifyChecksum", &DownloadableSubscription_Parser::VerifyChecksum) | 
| .function("finalize", &DownloadableSubscription_Parser::Finalize); | 
|  | 
| singleton<FilterStorage>("FilterStorage", &FilterStorage::GetInstance) | 
| .property("subscriptionCount", &FilterStorage::GetSubscriptionCount) | 
| .function("subscriptionAt", &FilterStorage::SubscriptionAt) | 
| .function("indexOfSubscription", &FilterStorage::IndexOfSubscription) | 
|  |