diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-04 16:32:02 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-04 16:32:02 -0500 |
commit | afcd50d6079f6574f14a1fa0b863ce4b2a1d4fb1 (patch) | |
tree | 55d768ba323a4e98ca2d53825935548855c70bb8 /gdk/gdk.symbols | |
parent | 144c3fd4782a1f25fe207329e060661cb31d2c37 (diff) | |
download | gtk+-afcd50d6079f6574f14a1fa0b863ce4b2a1d4fb1.tar.gz |
Try again to fix the gdk symbol list
Grr, gdk_window_class_class_get_type should have been
gdk_window_window_class_get_type.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index f884f6011f..4479b6fa8a 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 |