[gtk+] Try again to fix the gdk symbol list



commit afcd50d6079f6574f14a1fa0b863ce4b2a1d4fb1
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Dec 4 16:32:02 2010 -0500

    Try again to fix the gdk symbol list
    
    Grr, gdk_window_class_class_get_type should have been
    gdk_window_window_class_get_type.

 gdk/gdk.symbols |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols
index f884f60..4479b6f 100644
--- a/gdk/gdk.symbols
+++ b/gdk/gdk.symbols
@@ -386,7 +386,7 @@ gdk_window_begin_move_drag
 gdk_window_begin_paint_rect
 gdk_window_begin_paint_region
 gdk_window_begin_resize_drag
-gdk_window_class_class_get_type G_GNUC_CONST
+gdk_window_window_class_get_type G_GNUC_CONST
 gdk_window_configure_finished
 gdk_window_constrain_size
 gdk_window_coords_from_parent



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