]> git.saurik.com Git - wxWidgets.git/commit
Don't cast with G_OBJECT when passing a GObject to g_object_ref, g_object_unref and...
authorMart Raudsepp <leio@gentoo.org>
Mon, 15 May 2006 14:17:38 +0000 (14:17 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 15 May 2006 14:17:38 +0000 (14:17 +0000)
commit3fe39b0ce3c0f47faea34ef99c3d0260957cc4e0
tree7959c99288f2227296f8a7bb7900f8763ecdaf9e
parent7e983dabef6a3d9e139a4f3438b0a1d688f56119
Don't cast with G_OBJECT when passing a GObject to g_object_ref, g_object_unref and g_signal_connect.
They take a gpointer, not GObject*, and unnecessary casting not all that speedy with GObject types.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/artgtk.cpp
src/gtk/bitmap.cpp
src/gtk/cursor.cpp
src/gtk/dcclient.cpp
src/gtk/dirdlg.cpp
src/gtk/filedlg.cpp
src/gtk/gnome/gprint.cpp
src/gtk/listbox.cpp
src/gtk/minifram.cpp
src/gtk/window.cpp