mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
fixups
This commit is contained in:
parent
f314322885
commit
d2a3858b4b
@ -9,14 +9,14 @@ Mon Dec 7 03:08:39 1998 Tim Janik <timj@gtk.org>
|
|||||||
* gtk/gtktypeutils.h:
|
* gtk/gtktypeutils.h:
|
||||||
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
||||||
internal type info data to the user. if such functionality is required
|
internal type info data to the user. if such functionality is required
|
||||||
we should provide wrapped accessors, ala gtk_signal_query().
|
we should provide wrapping accessors, ala gtk_signal_query(). also the
|
||||||
|
GtkTypeInfo structures are dynamically allocated memory portions, so
|
||||||
|
only the type system is really allowed to access that stuff.
|
||||||
|
|
||||||
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
||||||
since it destroys the possibility to implement automatic marshaller
|
since it destroys the possibility to implement automatic marshaller
|
||||||
lookups some day, and it also disables third party code's ability to
|
lookups some day, and it also disables third party code's ability to
|
||||||
connect to any signal. also the GtkTypeInfo structures are dynamically
|
connect to any signal.
|
||||||
allocated memory portions, so only the type system is really allowed
|
|
||||||
to access that stuff.
|
|
||||||
|
|
||||||
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@ Mon Dec 7 03:08:39 1998 Tim Janik <timj@gtk.org>
|
|||||||
* gtk/gtktypeutils.h:
|
* gtk/gtktypeutils.h:
|
||||||
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
||||||
internal type info data to the user. if such functionality is required
|
internal type info data to the user. if such functionality is required
|
||||||
we should provide wrapped accessors, ala gtk_signal_query().
|
we should provide wrapping accessors, ala gtk_signal_query(). also the
|
||||||
|
GtkTypeInfo structures are dynamically allocated memory portions, so
|
||||||
|
only the type system is really allowed to access that stuff.
|
||||||
|
|
||||||
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
||||||
since it destroys the possibility to implement automatic marshaller
|
since it destroys the possibility to implement automatic marshaller
|
||||||
lookups some day, and it also disables third party code's ability to
|
lookups some day, and it also disables third party code's ability to
|
||||||
connect to any signal. also the GtkTypeInfo structures are dynamically
|
connect to any signal.
|
||||||
allocated memory portions, so only the type system is really allowed
|
|
||||||
to access that stuff.
|
|
||||||
|
|
||||||
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@ Mon Dec 7 03:08:39 1998 Tim Janik <timj@gtk.org>
|
|||||||
* gtk/gtktypeutils.h:
|
* gtk/gtktypeutils.h:
|
||||||
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
||||||
internal type info data to the user. if such functionality is required
|
internal type info data to the user. if such functionality is required
|
||||||
we should provide wrapped accessors, ala gtk_signal_query().
|
we should provide wrapping accessors, ala gtk_signal_query(). also the
|
||||||
|
GtkTypeInfo structures are dynamically allocated memory portions, so
|
||||||
|
only the type system is really allowed to access that stuff.
|
||||||
|
|
||||||
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
||||||
since it destroys the possibility to implement automatic marshaller
|
since it destroys the possibility to implement automatic marshaller
|
||||||
lookups some day, and it also disables third party code's ability to
|
lookups some day, and it also disables third party code's ability to
|
||||||
connect to any signal. also the GtkTypeInfo structures are dynamically
|
connect to any signal.
|
||||||
allocated memory portions, so only the type system is really allowed
|
|
||||||
to access that stuff.
|
|
||||||
|
|
||||||
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@ Mon Dec 7 03:08:39 1998 Tim Janik <timj@gtk.org>
|
|||||||
* gtk/gtktypeutils.h:
|
* gtk/gtktypeutils.h:
|
||||||
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
||||||
internal type info data to the user. if such functionality is required
|
internal type info data to the user. if such functionality is required
|
||||||
we should provide wrapped accessors, ala gtk_signal_query().
|
we should provide wrapping accessors, ala gtk_signal_query(). also the
|
||||||
|
GtkTypeInfo structures are dynamically allocated memory portions, so
|
||||||
|
only the type system is really allowed to access that stuff.
|
||||||
|
|
||||||
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
||||||
since it destroys the possibility to implement automatic marshaller
|
since it destroys the possibility to implement automatic marshaller
|
||||||
lookups some day, and it also disables third party code's ability to
|
lookups some day, and it also disables third party code's ability to
|
||||||
connect to any signal. also the GtkTypeInfo structures are dynamically
|
connect to any signal.
|
||||||
allocated memory portions, so only the type system is really allowed
|
|
||||||
to access that stuff.
|
|
||||||
|
|
||||||
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@ Mon Dec 7 03:08:39 1998 Tim Janik <timj@gtk.org>
|
|||||||
* gtk/gtktypeutils.h:
|
* gtk/gtktypeutils.h:
|
||||||
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
||||||
internal type info data to the user. if such functionality is required
|
internal type info data to the user. if such functionality is required
|
||||||
we should provide wrapped accessors, ala gtk_signal_query().
|
we should provide wrapping accessors, ala gtk_signal_query(). also the
|
||||||
|
GtkTypeInfo structures are dynamically allocated memory portions, so
|
||||||
|
only the type system is really allowed to access that stuff.
|
||||||
|
|
||||||
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
||||||
since it destroys the possibility to implement automatic marshaller
|
since it destroys the possibility to implement automatic marshaller
|
||||||
lookups some day, and it also disables third party code's ability to
|
lookups some day, and it also disables third party code's ability to
|
||||||
connect to any signal. also the GtkTypeInfo structures are dynamically
|
connect to any signal.
|
||||||
allocated memory portions, so only the type system is really allowed
|
|
||||||
to access that stuff.
|
|
||||||
|
|
||||||
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@ Mon Dec 7 03:08:39 1998 Tim Janik <timj@gtk.org>
|
|||||||
* gtk/gtktypeutils.h:
|
* gtk/gtktypeutils.h:
|
||||||
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
||||||
internal type info data to the user. if such functionality is required
|
internal type info data to the user. if such functionality is required
|
||||||
we should provide wrapped accessors, ala gtk_signal_query().
|
we should provide wrapping accessors, ala gtk_signal_query(). also the
|
||||||
|
GtkTypeInfo structures are dynamically allocated memory portions, so
|
||||||
|
only the type system is really allowed to access that stuff.
|
||||||
|
|
||||||
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
||||||
since it destroys the possibility to implement automatic marshaller
|
since it destroys the possibility to implement automatic marshaller
|
||||||
lookups some day, and it also disables third party code's ability to
|
lookups some day, and it also disables third party code's ability to
|
||||||
connect to any signal. also the GtkTypeInfo structures are dynamically
|
connect to any signal.
|
||||||
allocated memory portions, so only the type system is really allowed
|
|
||||||
to access that stuff.
|
|
||||||
|
|
||||||
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@ Mon Dec 7 03:08:39 1998 Tim Janik <timj@gtk.org>
|
|||||||
* gtk/gtktypeutils.h:
|
* gtk/gtktypeutils.h:
|
||||||
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
|
||||||
internal type info data to the user. if such functionality is required
|
internal type info data to the user. if such functionality is required
|
||||||
we should provide wrapped accessors, ala gtk_signal_query().
|
we should provide wrapping accessors, ala gtk_signal_query(). also the
|
||||||
|
GtkTypeInfo structures are dynamically allocated memory portions, so
|
||||||
|
only the type system is really allowed to access that stuff.
|
||||||
|
|
||||||
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
|
||||||
since it destroys the possibility to implement automatic marshaller
|
since it destroys the possibility to implement automatic marshaller
|
||||||
lookups some day, and it also disables third party code's ability to
|
lookups some day, and it also disables third party code's ability to
|
||||||
connect to any signal. also the GtkTypeInfo structures are dynamically
|
connect to any signal.
|
||||||
allocated memory portions, so only the type system is really allowed
|
|
||||||
to access that stuff.
|
|
||||||
|
|
||||||
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user