From e24a1e86c4d4cdf272e3ec0cd33b31bf2d59244c Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Wed, 20 Jul 2011 01:01:23 +0200 Subject: Remove deprecated Glib symbols Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480) --- src/prefix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/prefix.cpp') diff --git a/src/prefix.cpp b/src/prefix.cpp index 92409a7d2..99e20171f 100644 --- a/src/prefix.cpp +++ b/src/prefix.cpp @@ -340,8 +340,8 @@ br_strndup (char *str, size_t size) * path: A path. * Returns: A directory name. This string should be freed when no longer needed. * - * Extracts the directory component of path. Similar to g_dirname() or the dirname - * commandline application. + * Extracts the directory component of path. Similar to g_path_get_dirname() + * or the dirname commandline application. * * Example: * br_extract_dir ("/usr/local/foobar"); --> Returns: "/usr/local" -- cgit v1.2.3