]> Pileus Git - ~andy/gtk/commit
removed gtk_signal_init() compat define.
authorTim Janik <timj@gtk.org>
Sun, 4 Feb 2001 07:05:29 +0000 (07:05 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 4 Feb 2001 07:05:29 +0000 (07:05 +0000)
commit89a0a894bcffc29402d4f8add87168ddd5fc6b60
treef642964ce0b8e5d648702c3d9cc53cfddb11b2f7
parentf2ceb1c46a7b5dc9e2b6baa4bcf543601dc5d986
removed gtk_signal_init() compat define.

Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtksignal.h: removed gtk_signal_init() compat define.

        * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
        GTypeDebugFlags debug_flags and pass it on to g_type_init ();
        deprecated this function.

        * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
        argument.

Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.

Sun Feb  4 07:59:57 2001  Tim Janik  <timj@gtk.org>

        * gdk-pixbuf.h: DOH! don't include glib/gobject.h but glib-object.h,
        we finally need the gobject->gruntime rename.

        * *.c: scratched calls to g_type_init(), there's simply no point in
        doing that, use gtk_init().
27 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-animation.c
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/gdk-pixbuf.c
gdk-pixbuf/gdk-pixbuf.h
gdk/gdk.c
gtk/Makefile.am
gtk/gtk.h
gtk/gtkdebug.h
gtk/gtkrc.c
gtk/gtkrc.h
gtk/gtkrcdata.c [new file with mode: 0644]
gtk/gtkrcdata.h [new file with mode: 0644]
gtk/gtksignal.h
gtk/gtktypeutils.c
gtk/gtktypeutils.h
gtk/testgtk.c
gtk/testgtkrc
tests/testgtk.c
tests/testgtkrc