mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
removed enum GTypeFundamentals. use macros to provide the constant
Sun Nov 25 22:33:32 2001 Tim Janik <timj@gtk.org> * gtype.h: removed enum GTypeFundamentals. use macros to provide the constant fundamental type IDs, so they all return numbers of type GType, and not int. sizeof(GTypeFundamentals) < sizeof(GType) problem reported and fix sugegsted by Havoc.
This commit is contained in:
@@ -96,12 +96,12 @@ included in.
|
||||
On non-Windows platforms, expands to nothing.
|
||||
</para>
|
||||
|
||||
@static: empty or "static".
|
||||
@static: empty or "static".
|
||||
@dll_name: the name of the (pointer to the) char array where the DLL name
|
||||
will be stored. If this is used, you must also include
|
||||
<filename>windows.h</filename>. If you need a more complex DLL entry
|
||||
point function, you cannot use this.
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@static:
|
||||
@dll_name:
|
||||
|
||||
|
Reference in New Issue
Block a user