summaryrefslogtreecommitdiffstats
path: root/src/registrytool.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-27 04:55:51 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-27 04:55:51 +0000
commit2633767789e4264b13ef91a684accf734fb4e94f (patch)
tree0f6bc8d758b8e4bcf01d2dd393166907906c156e /src/registrytool.h
parentCleanup pass on documentation that was dumping garbage into doxygen output. (diff)
downloadinkscape-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.h10
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();