[gtkmm] Fix the build with latest GTK+ from git master.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Fix the build with latest GTK+ from git master.
- Date: Wed, 6 Oct 2010 07:40:46 +0000 (UTC)
commit e0d9c303c15a8a039186f7e455ee90e5d25a8b9e
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Oct 6 09:40:34 2010 +0200
Fix the build with latest GTK+ from git master.
* gtk/src/gtk_vfuncs.defs: GtkCellRenderer: Some vfunc parameters are now
const. This file is hand-written.
ChangeLog | 27 +++++++++++++++++----------
gtk/src/gtk_vfuncs.defs | 8 ++++----
2 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 59f93d8..e541868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,31 +1,38 @@
+2010-10-06 Murray Cumming <murrayc murrayc com>>
+
+ Fix the build with latest GTK+ from git master.
+
+ * gtk/src/gtk_vfuncs.defs: GtkCellRenderer: Some vfunc parameters are now
+ const. This file is hand-written.
+
2.91.0:
2010-10-03 Murray Cumming <murrayc murrayc com>
gdkmm: Pixbuf: Fixed the build.
- * gdk/src/pixbuf.ccg: gdk_pixbuf_get_from_window() and
- gdk_pixbuf_get_from_surface() now take less parameters, which we ignored
+ * gdk/src/pixbuf.ccg: gdk_pixbuf_get_from_window() and
+ gdk_pixbuf_get_from_surface() now take less parameters, which we ignored
before anyway.
-
+
2010-10-03 Murray Cumming <murrayc murrayc com>
Adjustment: Fix the reference counting.
- * gtk/src/adjustment.hg: Use _DERIVES_INITIALLY_UNOWNED() as with
+ * gtk/src/adjustment.hg: Use _DERIVES_INITIALLY_UNOWNED() as with
RecentFilter and FileFilter.
-
+
2010-10-01 Murray Cumming <murrayc murrayc com>
gdkmm: Window: Added new methods.
- * gdk/src/window.hg: Added get_visual(), get_screen(), get_display(),
+ * gdk/src/window.hg: Added get_visual(), get_screen(), get_display(),
set_backround_pattern(), get_offscreen_surface(), get_width(), get_height().
- Remove redirect_to_drawable(), remove_redirection, clear(),
- clear_area_a, which were no longer generated anyway because they have been
+ Remove redirect_to_drawable(), remove_redirection, clear(),
+ clear_area_a, which were no longer generated anyway because they have been
removed from GTK+ (and therefore from our .defs).
- * gdk/srd/drawable.hg: Removed get_size(), get_depth(), set_colormap(),
- get_colormap(), get_visual(), get_screen() and get_display() which were
+ * gdk/srd/drawable.hg: Removed get_size(), get_depth(), set_colormap(),
+ get_colormap(), get_visual(), get_screen() and get_display() which were
also removed from GTK+. Presumably the new GdkWindow methods replace them.
2010-10-02 Armin Burgmeier <armin arbur net>
diff --git a/gtk/src/gtk_vfuncs.defs b/gtk/src/gtk_vfuncs.defs
index a042755..4c4b862 100644
--- a/gtk/src/gtk_vfuncs.defs
+++ b/gtk/src/gtk_vfuncs.defs
@@ -149,8 +149,8 @@
'("GdkEvent*" "event")
'("GtkWidget*" "widget")
'("const-gchar*" "path")
- '("GdkRectangle*" "background_area")
- '("GdkRectangle*" "cell_area")
+ '("const-GdkRectangle*" "background_area")
+ '("const-GdkRectangle*" "cell_area")
'("GtkCellRendererState" "flags")
)
)
@@ -162,8 +162,8 @@
'("GdkEvent*" "event")
'("GtkWidget*" "widget")
'("const-gchar*" "path")
- '("GdkRectangle*" "background_area")
- '("GdkRectangle*" "cell_area")
+ '("const-GdkRectangle*" "background_area")
+ '("const-GdkRectangle*" "cell_area")
'("GtkCellRendererState" "flags")
)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]