From 09d244908a254452273c730c93f406e1c7d8a198 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Fri, 3 Dec 2010 19:56:12 +0100 Subject: Extensions. Notebooks now work with internal extensions. (bzr r9933) --- src/extension/param/parameter.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/extension/param/parameter.cpp') 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 &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 */ -- cgit v1.2.3