diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-07-19 23:01:23 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-07-19 23:01:23 +0000 |
| commit | e24a1e86c4d4cdf272e3ec0cd33b31bf2d59244c (patch) | |
| tree | 62450c2f83b031d06fa58a74d1816374cd48e0e1 /src/prefix.cpp | |
| parent | Add two new snap icons, and fix toggling bug for a single button (diff) | |
| download | inkscape-e24a1e86c4d4cdf272e3ec0cd33b31bf2d59244c.tar.gz inkscape-e24a1e86c4d4cdf272e3ec0cd33b31bf2d59244c.zip | |
Remove deprecated Glib symbols
Fixed bugs:
- https://launchpad.net/bugs/367606
(bzr r10480)
Diffstat (limited to '')
| -rw-r--r-- | src/prefix.cpp | 4 |
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" |
