X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcelleditable.c;h=7302549dc677816f24e875135e6733c5304dee4e;hb=ea043cab5718304d9b6170afa2d3f959fc99c718;hp=09f47533b010987a6fbb1f357e221d889b44a67b;hpb=5f1b5d24067468fc86b28dccc504c71abdaf68b8;p=~andy%2Fgtk diff --git a/gtk/gtkcelleditable.c b/gtk/gtkcelleditable.c index 09f47533b..7302549dc 100644 --- a/gtk/gtkcelleditable.c +++ b/gtk/gtkcelleditable.c @@ -12,9 +12,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /** @@ -122,7 +120,7 @@ gtk_cell_editable_start_editing (GtkCellEditable *cell_editable, /** * gtk_cell_editable_editing_done: - * @cell_editable: A #GtkTreeEditable + * @cell_editable: A #GtkCellEditable * * Emits the #GtkCellEditable::editing-done signal. **/ @@ -136,7 +134,7 @@ gtk_cell_editable_editing_done (GtkCellEditable *cell_editable) /** * gtk_cell_editable_remove_widget: - * @cell_editable: A #GtkTreeEditable + * @cell_editable: A #GtkCellEditable * * Emits the #GtkCellEditable::remove-widget signal. **/