DocumentsProperty
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_documents_property_get_type ()" ) ]
[
Version ( since =
"0.17.11" ) ]
public class DocumentsProperty :
Parsable,
Comparable
All the fields in the DocumentsProperty structure are private and should never be accessed directly.
Content:
Properties:
- public string etag { get; construct; }
ETag of the property.
- public string key { owned get; set; }
The key of this property.
- public string value { get; set; }
The value of this property.
- public string visibility { get; set; }
The visibility status of this property.
Creation methods:
Methods:
- public unowned string get_etag ()
Returns the ETag of the property.
- public unowned string get_key ()
Returns the key of the property.
- public unowned string? get_value ()
Returns the value of the property.
- public unowned string get_visibility ()
Returns the visibility status of the property.
- public void set_value (string? value)
Sets
value to value
, corresponding to the key.
- public void set_visibility (string visibility)
Inherited Members:
All known members inherited from class GData.Parsable
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
All known members inherited from interface GData.Comparable