gtkmm r1104 - in trunk: . gtk/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r1104 - in trunk: . gtk/src
- Date: Mon, 23 Feb 2009 11:59:59 +0000 (UTC)
Author: murrayc
Date: Mon Feb 23 11:59:58 2009
New Revision: 1104
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1104&view=rev
Log:
2009-02-23 Murray Cumming <murrayc murrayc com>
* gtk/src/gtk_vfuncs.defs:
* gtk/src/activatable.hg: Renamed the reset() vfunc and method to
sync_action_properties() to match the API change in GTK+, to fix the
build. We need to regenerate the .defs to complete this.
Modified:
trunk/ChangeLog
trunk/gtk/src/activatable.hg
trunk/gtk/src/gtk_vfuncs.defs
Modified: trunk/gtk/src/activatable.hg
==============================================================================
--- trunk/gtk/src/activatable.hg (original)
+++ trunk/gtk/src/activatable.hg Mon Feb 23 11:59:58 2009
@@ -42,7 +42,7 @@
_WRAP_METHOD(Glib::RefPtr<Action> get_related_action(), gtk_activatable_get_related_action, refreturn)
_WRAP_METHOD(Glib::RefPtr<const Action> get_related_action() const, gtk_activatable_get_related_action, refreturn, constversion)
_WRAP_METHOD(bool get_use_action_appearance() const, gtk_activatable_get_use_action_appearance)
- _WRAP_METHOD(void reset(const Glib::RefPtr<Action>& action), gtk_activatable_reset)
+ _WRAP_METHOD(void sync_action_properties(const Glib::RefPtr<Action>& action), gtk_activatable_sync_action_properties)
_WRAP_METHOD(void set_related_action(const Glib::RefPtr<Action>& action), gtk_activatable_set_related_action)
_WRAP_METHOD(void set_use_action_appearance(bool use_appearance = true), gtk_activatable_set_use_action_appearance)
@@ -51,7 +51,7 @@
#m4 _CONVERSION(`const char*',`const Glib::ustring&',__GCHARP_TO_USTRING)
_WRAP_VFUNC(void update(const Glib::RefPtr<Action>& action, const Glib::ustring& property_name), update)
- _WRAP_VFUNC(void reset(const Glib::RefPtr<Action>& action), reset)
+ _WRAP_VFUNC(void sync_action_properties(const Glib::RefPtr<Action>& action), reset)
};
} // namespace Gtk
Modified: trunk/gtk/src/gtk_vfuncs.defs
==============================================================================
--- trunk/gtk/src/gtk_vfuncs.defs (original)
+++ trunk/gtk/src/gtk_vfuncs.defs Mon Feb 23 11:59:58 2009
@@ -41,7 +41,7 @@
)
)
-(define-vfunc reset
+(define-vfunc sync_action_properties
(of-object "GtkActivatable")
(return-type "void")
(parameters
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]