Thu Nov 22 12:56:57 2001  Owen Taylor  <otaylor@redhat.com>

        * gobject/gobject-sections.txt: Update.

        * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.

        * glib/glib-sections.txt: Updated.

        * glib/Makefile.am (IGNORE_HFILES): Don't scan
        headers in build/
This commit is contained in:
Owen Taylor
2001-11-22 18:54:47 +00:00
committed by Owen Taylor
parent aafb9e4ba9
commit b9f59f0f9d
20 changed files with 552 additions and 72 deletions

View File

@@ -24,6 +24,7 @@ CFILE_GLOB=$(top_srcdir)/glib/*.c $(top_srcdir)/gmodule/*.c
# Headers to ignore
IGNORE_HFILES= \
build \
gobject \
config.h \
glibintl.h \

View File

@@ -62,6 +62,11 @@ G_MINLONG
G_MAXLONG
G_MAXULONG
<SUBSECTION>
G_MININT64
G_MAXINT64
G_MAXUINT64
<SUBSECTION>
G_MINFLOAT
G_MAXFLOAT
@@ -745,7 +750,6 @@ G_BREAKPOINT
<SECTION>
<TITLE>Glob-style pattern matching</TITLE>
<FILE>patterns</FILE>
GMatchType
GPatternSpec
g_pattern_spec_new
g_pattern_spec_free
@@ -851,6 +855,14 @@ g_file_get_contents
g_file_test
g_mkstemp
g_file_open_tmp
<SUBSECTION>
GDir
g_dir_open
g_dir_read_name
g_dir_rewind
g_dir_close
<SUBSECTION Private>
g_file_error_quark
</SECTION>
@@ -1267,25 +1279,19 @@ g_completion_free
<TITLE>Windows Compatability Functions</TITLE>
<FILE>windows</FILE>
MAXPATHLEN
NAME_MAX
pid_t
pipe
ftruncate
opendir
readdir
rewinddir
closedir
g_win32_error_message
g_win32_getlocale
g_win32_get_package_installation_directory
g_win32_get_package_installation_subdirectory
G_WIN32_DLLMAIN_FOR_DLL_NAME
<SUBSECTION Private>
g_win32_ftruncate
g_win32_closedir
g_win32_opendir
g_win32_rewinddir
</SECTION>

View File

@@ -169,3 +169,45 @@ A test to perform an a file using g_file_test().
@Returns:
<!-- ##### STRUCT GDir ##### -->
<para>
</para>
<!-- ##### FUNCTION g_dir_open ##### -->
<para>
</para>
@path:
@flags:
@error:
@Returns:
<!-- ##### FUNCTION g_dir_read_name ##### -->
<para>
</para>
@dir:
@Returns:
<!-- ##### FUNCTION g_dir_rewind ##### -->
<para>
</para>
@dir:
<!-- ##### FUNCTION g_dir_close ##### -->
<para>
</para>
@dir:

View File

@@ -165,6 +165,15 @@ i.e. just the <filename>foo</filename> in <filename>/usr/bin/foo</filename>.
</para>
<!-- ##### FUNCTION closedir ##### -->
<para>
Provided for UNIX emulation on Windows; see documentation for <function>closedir()</function>
in any UNIX manual.
</para>
@Param1:
@Returns:
<!-- ##### MACRO fdopen ##### -->
<para>
@@ -395,6 +404,15 @@ Turns the argument into a string literal by using the '#' stringizing operator.
</para>
<!-- ##### FUNCTION opendir ##### -->
<para>
Provided for UNIX emulation on Windows; see documentation for <function>opendir()</function>
in any UNIX manual.
</para>
@Param1:
@Returns:
<!-- ##### MACRO pclose ##### -->
<para>
@@ -420,6 +438,14 @@ in any UNIX manual.
</para>
<!-- ##### FUNCTION rewinddir ##### -->
<para>
Provided for UNIX emulation on Windows; see documentation for <function>rewinddir()</function>
in any UNIX manual.
</para>
@Param1:
<!-- ##### MACRO write ##### -->
<para>

View File

@@ -78,6 +78,27 @@ The maximum value which can be held in a #gulong.
<!-- ##### MACRO G_MININT64 ##### -->
<para>
</para>
<!-- ##### MACRO G_MAXINT64 ##### -->
<para>
</para>
<!-- ##### MACRO G_MAXUINT64 ##### -->
<para>
</para>
<!-- ##### MACRO G_MINFLOAT ##### -->
<para>
The minimum value which can be held in a #gfloat.

View File

@@ -24,13 +24,13 @@ is better to compile the pattern to a #GPatternSpec using
g_pattern_spec_new() and use g_pattern_match_string() instead of
g_pattern_match_simple(). This avoids the overhead of repeated
pattern compilation.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GPatternSpec ##### -->
<para>
A <structname>GPatternSpec</structname> is the 'compiled' form of a pattern.

View File

@@ -61,7 +61,7 @@ Flags passed to g_spawn_sync(), g_spawn_async() and g_spawn_async_with_pipes().
must call <function>waitpid()</function> or handle <literal>SIGCHLD</literal>
yourself, or the child will become a zombie.
@G_SPAWN_SEARCH_PATH: <literal>argv[0]</literal> need not be an absolute path,
it will be looked for in the user's <envvar>PATH</envvar>.
it will be looked for in the user's <envar>PATH</envar>.
@G_SPAWN_STDOUT_TO_DEV_NULL: the child's standad output will be discarded,
instead of going to the same location as the parent's standard output.
@G_SPAWN_STDERR_TO_DEV_NULL: the child's standard error will be discarded.

View File

@@ -48,35 +48,6 @@ in any UNIX manual.
@size:
<!-- ##### FUNCTION opendir ##### -->
<para>
Provided for UNIX emulation on Windows; see documentation for <function>opendir()</function>
in any UNIX manual.
</para>
@Param1:
@Returns:
<!-- ##### FUNCTION rewinddir ##### -->
<para>
Provided for UNIX emulation on Windows; see documentation for <function>rewinddir()</function>
in any UNIX manual.
</para>
@Param1:
<!-- ##### FUNCTION closedir ##### -->
<para>
Provided for UNIX emulation on Windows; see documentation for <function>closedir()</function>
in any UNIX manual.
</para>
@Param1:
@Returns:
<!-- ##### FUNCTION g_win32_error_message ##### -->
<para>
@@ -115,3 +86,12 @@ in any UNIX manual.
@Returns:
<!-- ##### MACRO G_WIN32_DLLMAIN_FOR_DLL_NAME ##### -->
<para>
</para>
@static:
@dll_name: