diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-12-03 18:56:12 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-12-03 18:56:12 +0000 |
| commit | 09d244908a254452273c730c93f406e1c7d8a198 (patch) | |
| tree | 882d843df1a3a73036c493c89722a1d897d2e631 /src/extension/param/parameter.cpp | |
| parent | C++ cleanup on patch. (diff) | |
| download | inkscape-09d244908a254452273c730c93f406e1c7d8a198.tar.gz inkscape-09d244908a254452273c730c93f406e1c7d8a198.zip | |
Extensions. Notebooks now work with internal extensions.
(bzr r9933)
Diffstat (limited to 'src/extension/param/parameter.cpp')
| -rw-r--r-- | src/extension/param/parameter.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/extension/param/parameter.cpp b/src/extension/param/parameter.cpp index 1347653a2..94260cc56 100644 --- a/src/extension/param/parameter.cpp +++ b/src/extension/param/parameter.cpp @@ -155,8 +155,6 @@ Parameter::make (Inkscape::XML::Node * in_repr, Inkscape::Extension::Extension * return param; } - - /** \brief Wrapper to cast to the object and use it's function. */ bool Parameter::get_bool (const SPDocument * doc, const Inkscape::XML::Node * node) @@ -409,6 +407,13 @@ Parameter::string (std::list <std::string> &list) return; } +/** \brief All the code in Notebook::get_param to get the notebook content */ +Parameter * +Parameter::get_param(const gchar * name) +{ + return NULL; +} + Glib::ustring const extension_pref_root = "/extensions/"; } /* namespace Extension */ |
