API Version: 2.0
Library Version: 2.72
#define G_OBJECT_WARN_INVALID_PROPERTY_ID ( object, property_id, pspec )
This macro should be used to emit a standard warning about unexpected properties in set_property() and get_property() implementations.
set_property()
get_property()
object
-
The GObject on which set_property() or get_property() was called.
GObject
property_id
The numeric id of the property.
pspec
The GParamSpec of the property.
GParamSpec