~rmescandon/unity-scope-libertaddigital/trunk

« back to all changes in this revision

Viewing changes to include/scope/query.h

  • Committer: Roberto Mier Escandón
  • Date: 2015-08-18 10:11:17 UTC
  • Revision ID: rmescandon@gmail.com-20150818101117-fxenavyqiiqo489q
modified first news default image. Removed some not valid aggregated categories from keyword (finance, technology)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    /// @brief get_icon returns the scoe icon file path. scope_directory/icon.png if value is not set in scope config
87
87
    std::string icon();
88
88
 
 
89
    /// @brief first_news_logo returns the logo to be shown in a first big result image
 
90
    std::string first_news_logo();
 
91
 
89
92
    /// @brief get_emblem gets the emblem by reading the appearance parameter "Emblem" value if set. If not set,
90
93
    /// scope_directory/emblem.png file is used by default
91
94
    std::string emblem();