Function Macro

GtkCONTAINER_WARN_INVALID_CHILD_PROPERTY_ID

Declaration [src]

#define GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID (
  object,
  property_id,
  pspec
)

Description [src]

This macro should be used to emit a standard warning about unexpected properties in set_child_property() and get_child_property() implementations.

This function is not directly available to language bindings.

Parameters

object

Type: -

The GObject on which set_child_property() or get_child_property() was called.

property_id

Type: -

The numeric id of the property.

pspec

Type: -

The GParamSpec of the property.