forked from AuroraMiddleware/gtk
docs: don't try to link vfuncs
This commit is contained in:
parent
1f1a02b91f
commit
84dca6cc86
@ -151,7 +151,7 @@
|
||||
*
|
||||
* Height for width requests are generally implemented in terms of a virtual allocation
|
||||
* of widgets in the input orientation. Assuming an height-for-width request mode, a container
|
||||
* would implement the <function>get_preferred_height_for_width()</function> virtual function by first calling
|
||||
* would implement the <function>get_preferred_height_for_width(<!-- -->)</function> virtual function by first calling
|
||||
* gtk_widget_get_preferred_width() for each of its children.
|
||||
*
|
||||
* For each potential group of children that are lined up horizontally, the values returned by
|
||||
|
@ -253,13 +253,13 @@ void gtk_container_child_notify (GtkContainer *container,
|
||||
|
||||
/**
|
||||
* GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID:
|
||||
* @object: the #GObject on which set_child_property() or get_child_property()
|
||||
* @object: the #GObject on which set_child_property(<!-- -->) or get_child_property(<!-- -->)
|
||||
* was called
|
||||
* @property_id: the numeric id of the property
|
||||
* @pspec: the #GParamSpec of the property
|
||||
*
|
||||
* This macro should be used to emit a standard warning about unexpected
|
||||
* properties in set_child_property() and get_child_property() implementations.
|
||||
* properties in set_child_property(<!-- -->) and get_child_property(<!-- -->) implementations.
|
||||
*/
|
||||
#define GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(object, property_id, pspec) \
|
||||
G_OBJECT_WARN_INVALID_PSPEC ((object), "child property id", (property_id), (pspec))
|
||||
|
Loading…
Reference in New Issue
Block a user