summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-29 00:24:15 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-29 00:24:15 -0400
commitbf8a169cb97c28f71251313d79d5bac4c5ef4284 (patch)
tree56c0318ddb7e163a54e2a9d03c274929c27adf7a /gtk/gtkcontainer.h
parent3d0b7314cdf62fe2c115311af8e24ece2f1586a2 (diff)
downloadgtk+-bf8a169cb97c28f71251313d79d5bac4c5ef4284.tar.gz
docs: Another round of markup removal
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index ebc5b570fa..6572306903 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -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", (property_id), (pspec))