X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkactionable.c;h=dfb33d084ede530580520cee2063b243ef94afe4;hb=0ba92bc26d1b716f2f9c0543593f13cd5a92c521;hp=427b4c13c2bc1ef41840569a3e59a26347e92d79;hpb=38f395481c77360fa489aec4cc41303999bc8b17;p=~andy%2Fgtk diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c index 427b4c13c..dfb33d084 100644 --- a/gtk/gtkactionable.c +++ b/gtk/gtkactionable.c @@ -1,7 +1,7 @@ /* * Copyright © 2012 Canonical Limited * - * This program is free software: you can redistribute it and/or modify + * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * licence or (at your option) any later version. @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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 . * * Authors: Ryan Lortie */ @@ -135,7 +133,7 @@ gtk_actionable_set_action_name (GtkActionable *actionable, * * Gets the current target value of @actionabe. * - * See gtk_actionable_set_target_value() for more information. + * See gtk_actionable_set_action_target_value() for more information. * * Returns: (transfer none): the current target value * @@ -226,8 +224,8 @@ gtk_actionable_set_action_target (GtkActionable *actionable, * actionable widget. * * This allows for the effect of both gtk_actionable_set_action_name() - * and gtk_actionable_set_target() in the common case that the target is - * string-valued. + * and gtk_actionable_set_action_target_value() in the common case that + * the target is string-valued. * * @detailed_action_name is a string of the form * "action::target" where action