diff options
author | Daniel Boles <dboles.src@gmail.com> | 2018-04-02 12:59:16 +0100 |
---|---|---|
committer | Daniel Boles <dboles.src@gmail.com> | 2018-04-17 19:07:39 +0100 |
commit | 0fd9362e91ebfd354abf19e5f6a99e845f65c46a (patch) | |
tree | 9a57454b73abdc2cdbec6f48734b6c38af6bf8c6 /gtk/gtkcelleditable.c | |
parent | bdb7815b0c64580ec53243ba595f2fec909c6969 (diff) | |
download | gtk+-0fd9362e91ebfd354abf19e5f6a99e845f65c46a.tar.gz |
CellRenderer|Editable: Don't @See_also subclasses
The documentation knows that from the inheritance hierarchy, without us
having to manually duplicate that info here. Link to each other instead.
Diffstat (limited to 'gtk/gtkcelleditable.c')
-rw-r--r-- | gtk/gtkcelleditable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelleditable.c b/gtk/gtkcelleditable.c index 3d81b1bf00..df3c0ddf9c 100644 --- a/gtk/gtkcelleditable.c +++ b/gtk/gtkcelleditable.c @@ -19,7 +19,7 @@ * SECTION:gtkcelleditable * @Short_description: Interface for widgets that can be used for editing cells * @Title: GtkCellEditable - * @See_also: #GtkEntry, #GtkCellRenderer + * @See_also: #GtkCellRenderer * * The #GtkCellEditable interface must be implemented for widgets to be usable * to edit the contents of a #GtkTreeView cell. It provides a way to specify how |