[gtkmm] Gdk::Screen: Avoid an unnecessary gmmproc warning.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Gdk::Screen: Avoid an unnecessary gmmproc warning.
- Date: Mon, 4 Apr 2011 08:54:49 +0000 (UTC)
commit 3840a98815e0c879951be2a9db1efd8c1ed408f1
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Apr 4 10:53:33 2011 +0200
Gdk::Screen: Avoid an unnecessary gmmproc warning.
* gdk/src/screen.hg: Remove a mention of gdk_screen_broadcast_client_message()
because it is not in the GTK+ 3 API, though GTK+ 2.24 does not deprecate it.
Noticed by Kjell Ahlstedt.
ChangeLog | 8 ++++++++
gdk/src/screen.hg | 4 +---
2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index df253cf..07b4039 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-04-04 Murray Cumming <murrayc murrayc com>
+ Gdk::Screen: Avoid an unnecessary gmmproc warning.
+
+ * gdk/src/screen.hg: Remove a mention of gdk_screen_broadcast_client_message()
+ because it is not in the GTK+ 3 API, though GTK+ 2.24 does not deprecate it.
+ Noticed by Kjell Ahlstedt.
+
+2011-04-04 Murray Cumming <murrayc murrayc com>
+
Change all operator void* to operator const void*.
* gtk/gtkmm/stockid.[h|cc]:
diff --git a/gdk/src/screen.hg b/gdk/src/screen.hg
index 10bd0da..f03e28e 100644
--- a/gdk/src/screen.hg
+++ b/gdk/src/screen.hg
@@ -85,8 +85,6 @@ public:
_WRAP_METHOD(int get_monitor_height_mm(int monitor_num) const, gdk_screen_get_monitor_height_mm)
_WRAP_METHOD(Glib::ustring get_monitor_plug_name(int monitor_num) const, gdk_screen_get_monitor_plug_name)
- _WRAP_METHOD(void broadcast_client_message(GdkEvent* event), gdk_screen_broadcast_client_message)
-
_WRAP_METHOD(static Glib::RefPtr<Screen> get_default(), gdk_screen_get_default, refreturn)
template <class ValueType>
@@ -109,7 +107,7 @@ public:
_WRAP_METHOD(std::vector< Glib::RefPtr<Window> > get_window_stack(), gdk_screen_get_window_stack)
//We use no_default_handler because GdkDisplayManagerClass is private.
-
+
/** The size_changed signal is emitted when the pixel width or
* height of a screen changes.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]