~mardy/unity-scopes-api/clientid-1554040

« back to all changes in this revision

Viewing changes to STRUCTS

  • Committer: Michi Henning
  • Date: 2015-02-25 05:20:57 UTC
  • mfrom: (163.386.1 devel)
  • mto: (163.386.2 devel)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: michi.henning@canonical.com-20150225052057-9p21sge1myzaowcb
Merged devel and resolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 'location_data_needed'  : bool, optional
80
80
 'child_scopes'          : array of strings, optional
81
81
 'version'               : int, optional
82
 
 'keywords'              : array of strings, optional
 
82
 'keywords'              : set of strings, optional
83
83
 'is_aggregator'         : bool, optional
84
84
 
85
85
Query (returned by serialize())
161
161
 
162
162
QueryMetadata (returned by serialize())
163
163
=======================================
164
 
 'type'        : string (metadata type)
165
 
 'locale'      : string
166
 
 'form_factor' : string
167
 
 'hints'       : dict
 
164
 'type'                  : string (metadata type)
 
165
 'locale'                : string
 
166
 'form_factor'           : string
 
167
 'hints'                 : dict
168
168
 'internet_connectivity' : bool (optional)
169
169
 
170
170
SearchMetadata (returned by serialize())