ContactPhoto
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "e_contact_photo_get_type ()" ) ]
[ Compact ]
public class ContactPhoto
Content:
Creation methods:
Methods:
- public ContactPhoto copy ()
Creates a copy of this.
- public void free ()
Frees the this struct and its
contents.
- public unowned uint8[]? get_inlined ()
Gets the this's data.
- public unowned string? get_mime_type ()
Gets the this's mime type.
- public unowned string? get_uri ()
Gets the this's URI.
- public void set_inlined (uint8[] data)
Sets the this's inlined data.
- public void set_mime_type (string mime_type)
Sets the this's mime type.
- public void set_uri (string uri)
Sets the this's URI.
Fields: