[gtkmm] gtkmm: Fix the function .defs again, fixing the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] gtkmm: Fix the function .defs again, fixing the build.
- Date: Sat, 4 Sep 2010 11:47:51 +0000 (UTC)
commit 940c29695f0ce722056bde55facfec7a5ccb6514
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Sep 4 13:28:51 2010 +0200
gtkmm: Fix the function .defs again, fixing the build.
* gtk/src/gtk_methods.defs:
* gtk/src/statusicon.hg: Remove gtk_icon_get/set_blinking(), fixing the build.
ChangeLog | 7 +++++++
gtk/src/gtk_methods.defs | 15 ---------------
gtk/src/statusicon.hg | 3 ---
3 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 497a2ff..36373b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-09-04 Murray Cumming <murrayc murrayc com>
+ gtkmm: Fix the function .defs again, fixing the build.
+
+ * gtk/src/gtk_methods.defs:
+ * gtk/src/statusicon.hg: Remove gtk_icon_get/set_blinking(), fixing the build.
+
+2010-09-04 Murray Cumming <murrayc murrayc com>
+
gtkmm: Regenerated function .defs, fixing the build with latest GTK+.
* gtk/src/gtk_methods.defs: Regenerate with h2defs.py.
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index 9e9efba..d8e8ba5 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -19022,21 +19022,6 @@
(return-type "gboolean")
)
-(define-method set_blinking
- (of-object "GtkStatusIcon")
- (c-name "gtk_status_icon_set_blinking")
- (return-type "none")
- (parameters
- '("gboolean" "blinking")
- )
-)
-
-(define-method get_blinking
- (of-object "GtkStatusIcon")
- (c-name "gtk_status_icon_get_blinking")
- (return-type "gboolean")
-)
-
(define-method is_embedded
(of-object "GtkStatusIcon")
(c-name "gtk_status_icon_is_embedded")
diff --git a/gtk/src/statusicon.hg b/gtk/src/statusicon.hg
index 78ba1c8..377395c 100644
--- a/gtk/src/statusicon.hg
+++ b/gtk/src/statusicon.hg
@@ -106,8 +106,6 @@ public:
_WRAP_METHOD(void set_visible(bool visible = true), gtk_status_icon_set_visible)
_WRAP_METHOD(bool get_visible() const, gtk_status_icon_get_visible)
- _WRAP_METHOD(void set_blinking(bool blinking = true), gtk_status_icon_set_blinking)
- _WRAP_METHOD(bool get_blinking() const, gtk_status_icon_get_blinking)
_WRAP_METHOD(bool is_embedded() const, gtk_status_icon_is_embedded)
@@ -174,7 +172,6 @@ public:
_WRAP_PROPERTY("storage-type", ImageType)
_WRAP_PROPERTY("size", int)
_WRAP_PROPERTY("screen", Glib::RefPtr<Gdk::Screen>)
- _WRAP_PROPERTY("blinking", bool)
_WRAP_PROPERTY("visible", bool)
_WRAP_PROPERTY("title", Glib::ustring)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]