svn path=/trunk/; revision=6402
This commit is contained in:
Matthias Clasen
2008-01-29 00:00:31 +00:00
parent 7b432e9497
commit fb5ddf6ecf
100 changed files with 10768 additions and 12171 deletions

View File

@@ -1,3 +1,7 @@
2008-01-28 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.4 ===
2008-01-27 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/trees-nary.sgml: Move docs inline

View File

@@ -81,6 +81,8 @@ g_file_set_display_name_finish
g_file_delete
g_file_trash
g_file_copy
g_file_copy_async
g_file_copy_finish
g_file_move
g_file_make_directory
g_file_make_symbolic_link
@@ -820,6 +822,13 @@ g_volume_mount_finish
g_volume_can_eject
g_volume_eject
g_volume_eject_finish
G_VOLUME_IDENTIFIER_KIND_HAL_UDI
G_VOLUME_IDENTIFIER_KIND_LABEL
G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT
G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE
G_VOLUME_IDENTIFIER_KIND_UUID
g_volume_enumerate_identifiers
g_volume_get_identifier
<SUBSECTION Standard>
G_VOLUME
G_IS_VOLUME
@@ -847,6 +856,8 @@ g_drive_is_media_check_automatic
g_drive_is_media_removable
g_drive_eject
g_drive_eject_finish
g_drive_enumerate_identifiers
g_drive_get_identifier
<SUBSECTION Standard>
G_DRIVE
G_IS_DRIVE

View File

@@ -784,12 +784,10 @@ It can also return a @timeout_ value which should be the maximum timeout
(in milliseconds) which should be passed to the poll() call.
The actual timeout used will be -1 if all sources returned -1, or it will
be the minimum of all the @timeout_ values returned which were >= 0.
@check: Called after all the file descriptors are polled.
The source should return %TRUE if it is ready to be dispatched.
Note that some time may have passed since the previous prepare function was
called, so the source should be checked again here.
@dispatch: Called to dispatch the event source, after it has returned %TRUE in
either its @prepare or its @check function. The @dispatch function is
passed in a callback function and data. The callback function may be
@@ -797,9 +795,9 @@ passed in a callback function and data. The callback function may be
g_source_set_callback(). The @dispatch function should call the
callback function with @user_data and whatever additional parameters are
needed for this type of event source.
@finalize: Called when the source is finalized.
@closure_callback:
@closure_marshal:
<!-- ##### STRUCT GSourceCallbackFuncs ##### -->
<para>

View File

@@ -93,7 +93,7 @@ fields
</para>
@src:
@data:
@data:
@Returns:
@@ -116,7 +116,7 @@ fields
@parent:
@position:
@node:
@Returns:
@Returns:
<!-- ##### FUNCTION g_node_insert_before ##### -->
@@ -125,9 +125,9 @@ fields
</para>
@parent:
@sibling:
@sibling:
@node:
@Returns:
@Returns:
<!-- ##### FUNCTION g_node_insert_after ##### -->
@@ -137,7 +137,7 @@ fields
@parent:
@sibling:
@node:
@node:
@Returns:
@@ -148,7 +148,7 @@ fields
@parent:
@node:
@Returns:
@Returns:
<!-- ##### FUNCTION g_node_prepend ##### -->
@@ -158,7 +158,7 @@ fields
@parent:
@node:
@Returns:
@Returns:
<!-- ##### MACRO g_node_insert_data ##### -->
@@ -167,9 +167,9 @@ fields
</para>
@parent:
@position:
@position:
@data:
@Returns:
@Returns:
<!-- ##### MACRO g_node_insert_data_before ##### -->
@@ -177,10 +177,10 @@ fields
</para>
@parent:
@sibling:
@parent:
@sibling:
@data:
@Returns:
@Returns:
<!-- ##### MACRO g_node_append_data ##### -->
@@ -188,9 +188,9 @@ fields
</para>
@parent:
@data:
@Returns:
@parent:
@data:
@Returns:
<!-- ##### MACRO g_node_prepend_data ##### -->
@@ -198,9 +198,9 @@ fields
</para>
@parent:
@data:
@Returns:
@parent:
@data:
@Returns:
<!-- ##### FUNCTION g_node_reverse_children ##### -->
@@ -208,7 +208,7 @@ fields
</para>
@node:
@node:
<!-- ##### FUNCTION g_node_traverse ##### -->
@@ -258,9 +258,9 @@ If the function returns %TRUE, then the traversal is stopped.
</para>
@node:
@flags:
@func:
@data:
@flags:
@func:
@data:
<!-- ##### USER_FUNCTION GNodeForeachFunc ##### -->
@@ -279,8 +279,8 @@ passed to g_node_children_foreach().
</para>
@node:
@Returns:
@node:
@Returns:
<!-- ##### FUNCTION g_node_find ##### -->
@@ -289,10 +289,10 @@ passed to g_node_children_foreach().
</para>
@root:
@order:
@order:
@flags:
@data:
@Returns:
@Returns:
<!-- ##### FUNCTION g_node_find_child ##### -->
@@ -300,9 +300,9 @@ passed to g_node_children_foreach().
</para>
@node:
@node:
@flags:
@data:
@data:
@Returns:
@@ -311,9 +311,9 @@ passed to g_node_children_foreach().
</para>
@node:
@data:
@Returns:
@node:
@data:
@Returns:
<!-- ##### FUNCTION g_node_child_position ##### -->
@@ -323,7 +323,7 @@ passed to g_node_children_foreach().
@node:
@child:
@Returns:
@Returns:
<!-- ##### MACRO g_node_first_child ##### -->
@@ -331,8 +331,8 @@ passed to g_node_children_foreach().
</para>
@node:
@Returns:
@node:
@Returns:
<!-- ##### FUNCTION g_node_last_child ##### -->
@@ -340,7 +340,7 @@ passed to g_node_children_foreach().
</para>
@node:
@node:
@Returns:
@@ -349,9 +349,9 @@ passed to g_node_children_foreach().
</para>
@node:
@n:
@Returns:
@node:
@n:
@Returns:
<!-- ##### FUNCTION g_node_first_sibling ##### -->
@@ -369,7 +369,7 @@ passed to g_node_children_foreach().
</para>
@node:
@Returns:
@Returns:
<!-- ##### MACRO g_node_prev_sibling ##### -->
@@ -378,7 +378,7 @@ passed to g_node_children_foreach().
</para>
@node:
@Returns:
@Returns:
<!-- ##### FUNCTION g_node_last_sibling ##### -->
@@ -386,8 +386,8 @@ passed to g_node_children_foreach().
</para>
@node:
@Returns:
@node:
@Returns:
<!-- ##### MACRO G_NODE_IS_LEAF ##### -->
@@ -396,7 +396,7 @@ passed to g_node_children_foreach().
</para>
@node:
@Returns:
@Returns:
<!-- ##### MACRO G_NODE_IS_ROOT ##### -->
@@ -404,8 +404,8 @@ passed to g_node_children_foreach().
</para>
@node:
@Returns:
@node:
@Returns:
<!-- ##### FUNCTION g_node_depth ##### -->
@@ -422,9 +422,9 @@ passed to g_node_children_foreach().
</para>
@root:
@flags:
@Returns:
@root:
@flags:
@Returns:
<!-- ##### FUNCTION g_node_n_children ##### -->
@@ -442,7 +442,7 @@ passed to g_node_children_foreach().
</para>
@node:
@descendant:
@descendant:
@Returns: