[rep-gtk] rep-gtk has {rep, point}_to_{point, rep} -> make GdkPoint accessible in .defs



commit 822b3c7527e33cb025fa2a99bf1d4d9f70355ffc
Author: chrisb <zanghar freenet de>
Date:   Sat Aug 1 17:24:04 2009 +0200

    rep-gtk has {rep,point}_to_{point,rep} -> make GdkPoint accessible in .defs

 ChangeLog    |    1 +
 build-gtk.jl |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e1e90d3..e720133 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	                renamed gclosure type to GClosure
 			rep-gtk has {rep,gvalue}_to_{gvalue,rep} -> make GValue accessible in .defs
 			rep-gtk has {rep,arg}_to_{arg,rep} -> make GtkArg accessible in .defs
+			rep-gtk has {rep,point}_to_{point,rep} -> make GdkPoint accessible in .defs
 
 2009-07-31  Christopher Bratusek <zanghar freenet de>
 	* rep-gtk.c
diff --git a/build-gtk.jl b/build-gtk.jl
index 79f4b1e..84788b8 100644
--- a/build-gtk.jl
+++ b/build-gtk.jl
@@ -1243,6 +1243,9 @@
 (define-type 'GtkArg "GtkArg" "sgtk_rep_to_arg"
              "sgtk_arg_to_rep" "sgtk_valid_arg")
 
+(define-type 'GdkPoint "GdkPoint" "sgtk_rep_to_point"
+             "sgtk_point_to_rep" "sgtk_valid_point")
+
 (define-type 'char "gchar" "sgtk_rep_to_char"
 	     "sgtk_char_to_rep" "sgtk_valid_char")
 



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