diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-27 04:55:51 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-27 04:55:51 +0000 |
| commit | 2633767789e4264b13ef91a684accf734fb4e94f (patch) | |
| tree | 0f6bc8d758b8e4bcf01d2dd393166907906c156e /src/registrytool.h | |
| parent | Cleanup pass on documentation that was dumping garbage into doxygen output. (diff) | |
| download | inkscape-2633767789e4264b13ef91a684accf734fb4e94f.tar.gz inkscape-2633767789e4264b13ef91a684accf734fb4e94f.zip | |
Fixing more broken and split doc comments.
(bzr r10697)
Diffstat (limited to 'src/registrytool.h')
| -rw-r--r-- | src/registrytool.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/registrytool.h b/src/registrytool.h index 7bb00b8f5..0a8139184 100644 --- a/src/registrytool.h +++ b/src/registrytool.h @@ -41,14 +41,24 @@ public: virtual ~RegistryTool() {} + /** + * Set the string value of a key/name registry entry. + */ bool setStringValue(const Glib::ustring &key, const Glib::ustring &valueName, const Glib::ustring &value); + /** + * Get the full path, directory, and base file name of this running executable. + */ bool getExeInfo(Glib::ustring &fullPath, Glib::ustring &path, Glib::ustring &exeName); + /** + * Append our subdirectories to the Application Path for this + * application. + */ bool setPathInfo(); |
