Method
GtkContainerchild_notify_by_pspec
since: 3.18
Declaration [src]
void
gtk_container_child_notify_by_pspec (
GtkContainer* container,
GtkWidget* child,
GParamSpec* pspec
)
Description [src]
Emits a GtkWidget::child-notify signal for the
[child property][child-properties] specified by
pspec on the child.
This is an analogue of g_object_notify_by_pspec() for child properties.
Available since: 3.18
Parameters
child-
Type:
GtkWidgetThe child widget.
The data is owned by the caller of the method. pspec-
Type:
GParamSpecThe
GParamSpecof a child property instealled on the class ofcontainer.The data is owned by the caller of the method.