[ Version ( since = "2.4" ) ]
public static List<unowned ParamSpec> diff (Object a, Object b, ParamFlags flags)
Compares all properties of a and b that have all flags set.
If flags is 0, all properties are compared.
If the two objects are not of the same type, only properties that exist in both object classes and are of the same value_type are compared.
| a |
a Object |
| b |
another Object object |
| flags |
a mask of GParamFlags |
|
a GList of differing GParamSpecs. |