[perl-Gtk2] Wrap overlooked gtk+ 2.12 API



commit 542ad3f89b710d17f93900896c4505f8f63e9a83
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Thu Dec 30 19:41:23 2010 +0100

    Wrap overlooked gtk+ 2.12 API

 NEWS      |    2 +-
 maps-2.12 |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 009e107..15282b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 Overview of changes in the next unstable release
 ================================================
 
-* Wrap missing gtk+ 2.14, 2.16, 2.18 and 2.20 API.
+* Wrap missing gtk+ 2.12, 2.14, 2.16, 2.18 and 2.20 API.
 * Wrap gtk+ 2.22 API.
 * Gtk2::Notebook: fix invocation of window creation hooks.
 * Fix length of Gtk2::Gdk::Pixbuf->get_pixels() return.
diff --git a/maps-2.12 b/maps-2.12
index c8abaca..cf665d6 100644
--- a/maps-2.12
+++ b/maps-2.12
@@ -1,5 +1,6 @@
 GTK_TYPE_BUILDABLE	GtkBuildable	GInterface	Gtk2::Buildable
 GTK_TYPE_BUILDER	GtkBuilder	GObject		Gtk2::Builder
+GTK_TYPE_DRAG_RESULT	GtkDragResult	GEnum		Gtk2::DragResult
 GTK_TYPE_RECENT_ACTION	GtkRecentAction	GObject		Gtk2::RecentAction
 GTK_TYPE_SCALE_BUTTON	GtkScaleButton	GtkObject	Gtk2::ScaleButton
 GTK_TYPE_TOOLTIP	GtkTooltip	GObject		Gtk2::Tooltip



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]