~davidc3/+junk/js-scopes-misc

« back to all changes in this revision

Viewing changes to src/bindings/src/search-metadata.h

  • Committer: Alexandre Abreu
  • Date: 2015-07-09 01:02:19 UTC
  • Revision ID: alexandre.abreu@canonical.com-20150709010219-if1499y25memfnq5
Fixes; Add gist of packaging; Expand API support

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  SearchMetaData(const unity::scopes::SearchMetadata & other);
30
30
  ~SearchMetaData() override;
31
31
 
 
32
  v8::Local<v8::Value> get_result(v8::FunctionCallbackInfo<v8::Value> const& args);
 
33
 
32
34
 private:
33
35
};
34
36