This commit is contained in:
Matthias Clasen
2005-06-30 21:01:58 +00:00
parent b2c3479c90
commit 399b0456ce
90 changed files with 5212 additions and 4424 deletions

View File

@@ -126,7 +126,7 @@ month, and year.
</para>
@julian_days: the Julian representation of the date
@julian: this bit is set if @julian_days is valid
@julian: this bit is set if @julian_days is valid
@dmy: this is set if @day, @month and @year are valid
@day: the day of the day-month-year representation of the date, as
a number between 1 and 31

View File

@@ -220,6 +220,16 @@ A test to perform on a file using g_file_test().
@Returns:
<!-- ##### FUNCTION g_mkdir_with_parents ##### -->
<para>
</para>
@pathname:
@mode:
@Returns:
<!-- ##### STRUCT GDir ##### -->
<para>
An opaque structure representing an opened directory.

View File

@@ -349,7 +349,6 @@ Flags used internally in the #GHook implementation.
@G_HOOK_FLAG_MASK: A mask covering all bits reserved for
hook flags; see #G_HOOK_FLAGS_USER_SHIFT
<!-- ##### MACRO G_HOOK_FLAGS ##### -->
<para>
Returns the flags of a hook.

View File

@@ -564,7 +564,7 @@ g_io_channel_set_flags().
g_io_channel_write(), and g_io_channel_seek().
</para>
@G_IO_ERROR_NONE: no error
@G_IO_ERROR_NONE: no error
@G_IO_ERROR_AGAIN: an EAGAIN error occurred
@G_IO_ERROR_INVAL: an EINVAL error occurred
@G_IO_ERROR_UNKNOWN: another error occurred

View File

@@ -141,6 +141,14 @@ These are portable utility functions.
@Returns:
<!-- ##### FUNCTION g_get_host_name ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION g_get_home_dir ##### -->
<para>

View File

@@ -434,6 +434,8 @@ The type of function that can be called before and after parsing.
</para>
@context The active #GOptionContext
@context:
@group: The group to which the function belongs
@data: User data added to the #GOptionGroup containing the option when it
was created with g_option_group_new()
@@ -459,6 +461,8 @@ occurs.
</para>
@context The active #GOptionContext
@context:
@group: The group to which the function belongs
@data: User data added to the #GOptionGroup containing the option when it
was created with g_option_group_new()