diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-04-16 17:59:33 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-04-16 17:59:33 +0000 |
| commit | ccdbf0118747b5046937e85258e0f1d266634c90 (patch) | |
| tree | 65207b810613f23d5ea11f330f7fe02e32e55b70 /src/extension/dependency.cpp | |
| parent | CXX flags dedup on CMake builds (diff) | |
| parent | removed unnecessary comments (diff) | |
| download | inkscape-ccdbf0118747b5046937e85258e0f1d266634c90.tar.gz inkscape-ccdbf0118747b5046937e85258e0f1d266634c90.zip | |
merge Moritz's branch
(bzr r14855)
Diffstat (limited to 'src/extension/dependency.cpp')
| -rw-r--r-- | src/extension/dependency.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index e46b6fbd2..624be12f9 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -235,6 +235,18 @@ bool Dependency::check (void) const } /** + \brief Accessor to the name attribute. + \return A string containing the name of the dependency. + + Returns the name of the dependency as found in the configuration file. + +*/ +const gchar* Dependency::get_name() +{ + return _string; +} + +/** \brief Print out a dependency to a string. */ std::ostream & |
