diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-08 07:40:39 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-08 07:40:39 +0000 |
| commit | d9c43e3d6f19a2f1102743b61d999b477bba4b9a (patch) | |
| tree | e77ac36155e0813318be3b9e7641338d86dac733 /src/extension/dependency.cpp | |
| parent | Fixing page transforms (diff) | |
| parent | fix-bug-734201. stroke-to-path doesn't scale stroke width used in markers (diff) | |
| download | inkscape-d9c43e3d6f19a2f1102743b61d999b477bba4b9a.tar.gz inkscape-d9c43e3d6f19a2f1102743b61d999b477bba4b9a.zip | |
update to trunk
(bzr r13682.1.40)
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 & |
