mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +02: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:
@@ -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>
|
Thu Nov 22 12:56:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gobject/gobject-sections.txt: Update.
|
* gobject/gobject-sections.txt: Update.
|
||||||
|
@@ -171,7 +171,7 @@ A test to perform an a file using g_file_test().
|
|||||||
|
|
||||||
<!-- ##### STRUCT GDir ##### -->
|
<!-- ##### STRUCT GDir ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
An opaque structure representing an opened directory.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
@@ -80,21 +80,21 @@ The maximum value which can be held in a #gulong.
|
|||||||
|
|
||||||
<!-- ##### MACRO G_MININT64 ##### -->
|
<!-- ##### MACRO G_MININT64 ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
The minimum value which can be held in a #gint64.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_MAXINT64 ##### -->
|
<!-- ##### MACRO G_MAXINT64 ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
The maximum value which can be held in a #gint64.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_MAXUINT64 ##### -->
|
<!-- ##### MACRO G_MAXUINT64 ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
The maximum value which can be held in a #guint64.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
@@ -88,8 +88,19 @@ in any UNIX manual.
|
|||||||
|
|
||||||
<!-- ##### MACRO G_WIN32_DLLMAIN_FOR_DLL_NAME ##### -->
|
<!-- ##### MACRO G_WIN32_DLLMAIN_FOR_DLL_NAME ##### -->
|
||||||
<para>
|
<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>
|
||||||
|
<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:
|
@static:
|
||||||
@dll_name:
|
@dll_name:
|
||||||
|
Reference in New Issue
Block a user