summaryrefslogtreecommitdiff
path: root/gio/src/gio_docs_override.xml
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-04-24 10:38:28 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-04-24 10:38:28 +0200
commit149cf07c6952a876f2a7946508bc18de7dfcbc30 (patch)
tree73b0b366a232cd6c49677953918fd2f30bb52f67 /gio/src/gio_docs_override.xml
parente289d513b1565d7f829d62d54bff6b629d760379 (diff)
downloadglibmm-149cf07c6952a876f2a7946508bc18de7dfcbc30.tar.gz
Remove unnecessary parts of the docs_override.xml files
* gio/src/gio_docs_override.xml: * glib/src/glib_docs_override.xml: Remove parts with no significant difference compared to the docs.xml files. Remove duplicates.
Diffstat (limited to 'gio/src/gio_docs_override.xml')
-rw-r--r--gio/src/gio_docs_override.xml64
1 files changed, 0 insertions, 64 deletions
diff --git a/gio/src/gio_docs_override.xml b/gio/src/gio_docs_override.xml
index 1a3a3886..5ea862dd 100644
--- a/gio/src/gio_docs_override.xml
+++ b/gio/src/gio_docs_override.xml
@@ -44,26 +44,7 @@ return %FALSE. The operation may have been
cancelled by triggering the cancellable object from another thread. If the operation
was cancelled, a Gio::Error with CANCELLED will be thrown, and %FALSE will be
returned.
-
-
</description>
-<parameters>
-<parameter name="enumerator">
-<parameter_description> a #GFileEnumerator.
-</parameter_description>
-</parameter>
-<parameter name="result">
-<parameter_description> a #GAsyncResult.
-</parameter_description>
-</parameter>
-<parameter name="error">
-<parameter_description> a #GError location to store the error occuring, or %NULL to
-ignore.
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE if the close operation has finished successfully.
-</return>
</function>
<function name="g_file_append_to">
@@ -1733,49 +1714,4 @@ errors that can happen due to races when you execute the operation.
</return>
</function>
-<function name="g_volume_get_activation_root">
-<description>
-Gets the activation root for a #GVolume if it is known ahead of
-mount time. Returns %NULL otherwise. If not %NULL and if @volume
-is mounted, then the result of g_mount_get_root() on the
-#GMount object obtained from g_volume_get_mount() will always
-either be equal or a prefix of what this function returns. In
-other words, in code
-
-&lt;programlisting&gt;
-GMount *mount;
-GFile *mount_root
-GFile *volume_activation_root;
-
-mount = g_volume_get_mount (volume); // mounted, so never NULL
-mount_root = g_mount_get_root (mount);
-volume_activation_root = g_volume_get_activation_root(volume); // assume not NULL
-&lt;/programlisting&gt;
-
-then the expression
-
-&lt;programlisting&gt;
-(g_file_has_prefix (volume_activation_root, mount_root) ||
- g_file_equal (volume_activation_root, mount_root))
-&lt;/programlisting&gt;
-
-will always be %TRUE.
-
-Activation roots are typically used in #GVolumeMonitor
-implementations to find the underlying mount to shadow, see
-g_mount_is_shadowed() for more details.
-
-Since: 2.18
-</description>
-<parameters>
-<parameter name="volume">
-<parameter_description> a #GVolume
-</parameter_description>
-</parameter>
-</parameters>
-<return> the activation root of @volume or %NULL. Use
-g_object_unref() to free.
-</return>
-</function>
-
</root>