override_properties
Description:
[ Version ( deprecated = true , since = "3.26.0" ) ]
public static uint override_properties (ObjectClass klass, uint property_id_begin)
public static uint override_properties (ObjectClass klass, uint property_id_begin)
Warning: override_properties is deprecated.
Overrides all Object properties in the Todo interface for a concrete class.
Note:
The D-Bus interface has been deprecated.
The properties are overridden in the order they are defined.
Parameters:
klass |
The class structure for a Object derived class. |
property_id_begin |
The property id to assign to the first overridden property. |
Returns:
The last property id. |