diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 15:47:49 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:38 -0500 |
commit | 609a58dcf017818ff7e98993446bc94a27d831f7 (patch) | |
tree | df83457338427099fdc7b206b6e537a98dc5df53 /gtk/gtkcellarea.h | |
parent | 650d25cdafbb3f07dcd922542fda9f5af8c81b83 (diff) | |
download | gtk+-609a58dcf017818ff7e98993446bc94a27d831f7.tar.gz |
docs: don't try to link to vfuncs
Diffstat (limited to 'gtk/gtkcellarea.h')
-rw-r--r-- | gtk/gtkcellarea.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcellarea.h b/gtk/gtkcellarea.h index e000a0c7ed..9be8f51be7 100644 --- a/gtk/gtkcellarea.h +++ b/gtk/gtkcellarea.h @@ -46,13 +46,13 @@ typedef struct _GtkCellAreaContext GtkCellAreaContext; /** * GTK_CELL_AREA_WARN_INVALID_CELL_PROPERTY_ID: - * @object: the #GObject on which set_cell_property() or get_get_property() + * @object: the #GObject on which set_cell_property(<!-- -->) or get_cell_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_cell_property() and get_cell_property() implementations. + * properties in set_cell_property(<!-- -->) and get_cell_property(<!-- -->) implementations. */ #define GTK_CELL_AREA_WARN_INVALID_CELL_PROPERTY_ID(object, property_id, pspec) \ G_OBJECT_WARN_INVALID_PSPEC ((object), "cell property id", (property_id), (pspec)) |