summaryrefslogtreecommitdiff
path: root/gio/src/gio_docs.xml
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@svn.gnome.org>2008-02-25 16:25:12 +0000
committerWouter Bolsterlee <wbolster@src.gnome.org>2008-02-25 16:25:12 +0000
commitb64f6506993054528147ef24093f2fc513ee8314 (patch)
tree4107798116d42ee31e3eb32009a45ff7b40e63a9 /gio/src/gio_docs.xml
parent5934a50db9fdf5333ec3cb24035c7f855c45cd79 (diff)
downloadglibmm-b64f6506993054528147ef24093f2fc513ee8314.tar.gz
Initial work for another API change: g_file_contains_file() has been
2008-02-25 Wouter Bolsterlee <wbolster@svn.gnome.org> * gio/src/file.hg: * gio/src/gio_docs.xml: * gio/src/gio_methods.defs: * gio/src/gio_vfuncs.defs: Initial work for another API change: g_file_contains_file() has been renamed to g_file_has_prefix() (with the parameter order swapped!) svn path=/trunk/; revision=622
Diffstat (limited to 'gio/src/gio_docs.xml')
-rw-r--r--gio/src/gio_docs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/gio_docs.xml b/gio/src/gio_docs.xml
index ca315eb1..dcb9fe13 100644
--- a/gio/src/gio_docs.xml
+++ b/gio/src/gio_docs.xml
@@ -1394,9 +1394,9 @@ FALSE if called with %NULL or if item is not cancelled.
<function name="g_file_contains_file">
<description>
-Checks whether @parent (recursively) contains the specified @descendent.
+Checks whether @file has the prefix specified by @prefix.
-This call does no blocking i/o.
+This call does no i/o, as it works purely on names.
</description>