mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Fixes for #61284:
* glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME. * glib/tmpl/fileutils.sgml: Document GDir. * glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.
This commit is contained in:
parent
70f846285f
commit
e08120da5f
@ -1,3 +1,13 @@
|
||||
2001-11-22 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
Fixes for #61284:
|
||||
|
||||
* glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
|
||||
|
||||
* glib/tmpl/fileutils.sgml: Document GDir.
|
||||
|
||||
* glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.
|
||||
|
||||
Thu Nov 22 12:56:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gobject/gobject-sections.txt: Update.
|
||||
|
@ -171,7 +171,7 @@ A test to perform an a file using g_file_test().
|
||||
|
||||
<!-- ##### STRUCT GDir ##### -->
|
||||
<para>
|
||||
|
||||
An opaque structure representing an opened directory.
|
||||
</para>
|
||||
|
||||
|
||||
|
@ -80,21 +80,21 @@ The maximum value which can be held in a #gulong.
|
||||
|
||||
<!-- ##### MACRO G_MININT64 ##### -->
|
||||
<para>
|
||||
|
||||
The minimum value which can be held in a #gint64.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXINT64 ##### -->
|
||||
<para>
|
||||
|
||||
The maximum value which can be held in a #gint64.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXUINT64 ##### -->
|
||||
<para>
|
||||
|
||||
The maximum value which can be held in a #guint64.
|
||||
</para>
|
||||
|
||||
|
||||
|
@ -88,8 +88,19 @@ in any UNIX manual.
|
||||
|
||||
<!-- ##### MACRO G_WIN32_DLLMAIN_FOR_DLL_NAME ##### -->
|
||||
<para>
|
||||
|
||||
On Windows, this macro defines a <function>DllMain()</function> function
|
||||
that stores the actual DLL name that the code being compiled will be
|
||||
included in.
|
||||
</para>
|
||||
<para>
|
||||
On non-Windows platforms, expands to nothing.
|
||||
</para>
|
||||
|
||||
@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.
|
||||
|
||||
@static:
|
||||
@dll_name:
|
||||
|
Loading…
Reference in New Issue
Block a user