[gtkmm] Gdk::Display: Remove obsolete TODO comments
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Gdk::Display: Remove obsolete TODO comments
- Date: Thu, 12 Dec 2013 14:43:35 +0000 (UTC)
commit 205199fd972ee863c451fb965c59b2ba70475c85
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Thu Dec 12 15:28:48 2013 +0100
Gdk::Display: Remove obsolete TODO comments
* gdk/src/display.hg: gdk_display_set_device_hooks() was removed before it
entered a stable API.
Vfuncs are not wrapped because GdkDisplayClass is private.
gdk/src/display.hg | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gdk/src/display.hg b/gdk/src/display.hg
index ab51114..50538e8 100644
--- a/gdk/src/display.hg
+++ b/gdk/src/display.hg
@@ -114,7 +114,6 @@ public:
void selection_send_notify(const Glib::RefPtr<Window>& requestor, Glib::ustring& selection, Glib::ustring&
target, Glib::ustring& property, guint32 time_);
_WRAP_METHOD(void flush(), gdk_display_flush)
- //TODO: Read the docs to know what the types are really: _WRAP_METHOD(GdkDisplayDeviceHooks*
set_device_hooks(const GdkDisplayDeviceHooks *new_hooks), gdk_display_set_device_hooks)
_WRAP_METHOD(bool supports_cursor_alpha() const, gdk_display_supports_cursor_alpha)
_WRAP_METHOD(bool supports_cursor_color() const, gdk_display_supports_cursor_color)
_WRAP_METHOD(guint get_default_cursor_size() const, gdk_display_get_default_cursor_size)
@@ -123,9 +122,6 @@ public:
_WRAP_METHOD(Glib::RefPtr<Window> get_default_group(), gdk_display_get_default_group, refreturn)
_WRAP_METHOD(Glib::RefPtr<const Window> get_default_group() const, gdk_display_get_default_group,
refreturn, constversion)
- //TODO: wrap the vfuncs, though they are not very useful because people will not derive from this class?
murrayc.
-
-
_WRAP_METHOD(bool supports_selection_notification() const, gdk_display_supports_selection_notification)
_WRAP_METHOD(bool request_selection_notification(const Glib::ustring& selection),
gdk_display_request_selection_notification)
@@ -163,6 +159,9 @@ public:
_WRAP_SIGNAL(void closed(bool is_error), closed, no_default_handler)
_WRAP_SIGNAL(void opened(), opened, no_default_handler)
+
+ // There are no properties.
+ // We don't wrap the vfuncs because GdkDisplayClass is private.
};
} // namespace Gdk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]