X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fprefdialog.h;h=8092a83d9c1715409755f9ef50a95ece789184b9;hb=b949b7ecee708059c921bb8afdd1c5461026bc66;hp=4324bedfdaffd677f1ca71e74383dc583ff208b1;hpb=8bc547b01926fa6f998028afe7298d32e65d48da;p=inkscape.git diff --git a/src/extension/prefdialog.h b/src/extension/prefdialog.h index 4324bedfd..8092a83d9 100644 --- a/src/extension/prefdialog.h +++ b/src/extension/prefdialog.h @@ -20,6 +20,7 @@ namespace Inkscape { namespace Extension { +/** \brief A class to represent the preferences for an extension */ class PrefDialog : public Gtk::Dialog { /** \brief Help string if it exists */ gchar const * _help; @@ -28,6 +29,8 @@ class PrefDialog : public Gtk::Dialog { public: PrefDialog (Glib::ustring name, gchar const * help, Gtk::Widget * controls); + int run (void); + };