]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkactionable.h
Rename property to be more neutral
[~andy/gtk] / gtk / gtkactionable.h
index ee769bb3fda6b8452ed3db49089cc382cc076ffa..15fc61719d4c1923dc1e23d05a85578664a679b9 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  *
  * Authors: Ryan Lortie <desrt@desrt.ca>
  */
@@ -47,7 +45,7 @@ struct _GtkActionableInterface
                                                  const gchar   *action_name);
   GVariant *    (* get_action_target_value)     (GtkActionable *actionable);
   void          (* set_action_target_value)     (GtkActionable *actionable,
-                                                 GVariant      *action_target_value);
+                                                 GVariant      *target_value);
 };
 
 GDK_AVAILABLE_IN_3_4