Query
Object Hierarchy:
Description:
[ CCode ( type_id = "gdata_query_get_type ()" ) ]
public class Query : Object
All the fields in the Query structure are private and should never be accessed directly.
Content:
Properties:
- public string author { get; set; }
An entry author.
- public string categories { get; set; }
- public string etag { get; set; }
The ETag against which to check for updates.
- public bool is_strict { get; set; }
Strict query parameter checking.
- public uint max_results { get; set; }
Maximum number of results to be retrieved.
- public int64 published_max { get; set; }
Upper bound on the entry publish date, exclusive.
- public int64 published_min { get; set; }
Lower bound on the entry publish date, inclusive.
- public string q { get; set; }
- public uint start_index { get; set; }
The one-based index of the first result to be retrieved.
- public int64 updated_max { get; set; }
Upper bound on the entry update date, exclusive.
- public int64 updated_min { get; set; }
Lower bound on the entry update date, inclusive.
Creation methods:
- public Query (string? q)
Creates a new Query with its
q property set to q
.
- public Query.with_limits (string? q, uint start_index, uint max_results)
Creates a new Query with its
q property set to q
, and the limits start_index
and
max_results
applied.
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref