summaryrefslogtreecommitdiffstats
path: root/src/prefix.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-07-19 23:01:23 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-07-19 23:01:23 +0000
commite24a1e86c4d4cdf272e3ec0cd33b31bf2d59244c (patch)
tree62450c2f83b031d06fa58a74d1816374cd48e0e1 /src/prefix.cpp
parentAdd two new snap icons, and fix toggling bug for a single button (diff)
downloadinkscape-e24a1e86c4d4cdf272e3ec0cd33b31bf2d59244c.tar.gz
inkscape-e24a1e86c4d4cdf272e3ec0cd33b31bf2d59244c.zip
Remove deprecated Glib symbols
Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
Diffstat (limited to 'src/prefix.cpp')
-rw-r--r--src/prefix.cpp4
1 files changed, 2 insertions, 2 deletions
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"