mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-29 21:34:17 +01:00
2.7.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -141,6 +141,14 @@ These are portable utility functions.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_get_host_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_get_home_dir ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user