Home | History | Annotate | Download | only in gobject

Lines Matching refs:property_id

141 							 guint           property_id,
145 guint property_id,
376 guint property_id,
389 PARAM_SPEC_SET_PARAM_ID (pspec, property_id);
396 * @property_id: the id for the new property
407 guint property_id,
416 g_return_if_fail (property_id > 0);
423 install_property_internal (G_OBJECT_CLASS_TYPE (class), property_id, pspec);
544 * @property_id: the new property ID
548 * Registers @property_id as referring to a property with the
571 guint property_id,
579 g_return_if_fail (property_id > 0);
617 g_object_class_install_property (oclass, property_id, new);
710 guint property_id,
714 switch (property_id)
717 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
724 guint property_id,
728 switch (property_id)
731 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);