WebDAVPropertyChange
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , lower_case_csuffix = "webdav_property_change" , type_id = "e_webdav_property_change_get_type ()" ) ]
[ Compact ]
public class WebDAVPropertyChange
Content:
Static methods:
- public static void free (void* ptr)
Creation methods:
- public WebDAVPropertyChange.remove (string ns_uri, string name)
Creates a new WebDAVPropertyChange of kind
REMOVE, which is used to remove the given property.
- public WebDAVPropertyChange.set (string ns_uri, string name, string? value)
Creates a new WebDAVPropertyChange of kind
SET, which is used to modify or set the property value.
Methods:
- public WebDAVPropertyChange? copy ()
Fields: