~unity-api-team/unity-scopes-api/child-scopes-option

« back to all changes in this revision

Viewing changes to include/unity/scopes/internal/smartscopes/SmartScopesClient.h

  • Committer: Marcus Tomlinson
  • Date: 2014-10-08 10:58:57 UTC
  • mfrom: (497.1.3 devel)
  • mto: (497.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: marcus.tomlinson@canonical.com-20141008105857-gf4ilb9ywfeaeroi
Merged devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
                              VariantMap const& filter_state = VariantMap(),
175
175
                              std::string const& locale = "",
176
176
                              std::string const& country = "",
 
177
                              std::string const& user_agent_hdr = "",
177
178
                              const unsigned int limit = 0);
178
179
 
179
180
    PreviewHandle::UPtr preview(PreviewReplyHandler const& handler,
184
185
                                const unsigned int widgets_api_version,
185
186
                                VariantMap const& settings = VariantMap(),
186
187
                                std::string const& locale = "",
187
 
                                std::string const& country = "");
 
188
                                std::string const& country = "",
 
189
                                std::string const& user_agent_hdr = "");
188
190
 
189
191
private:
190
192
    friend class SearchHandle;