X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fprefdialog.h;h=8092a83d9c1715409755f9ef50a95ece789184b9;hb=300868e9fd6365e6815d376def3229cb5d1155d0;hp=bf30eda36617535eea455986be0ba56667f85f4c;hpb=3a34031ac93159c6f1ffe78af42cf6555448543a;p=inkscape.git diff --git a/src/extension/prefdialog.h b/src/extension/prefdialog.h index bf30eda36..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,7 +29,7 @@ class PrefDialog : public Gtk::Dialog { public: PrefDialog (Glib::ustring name, gchar const * help, Gtk::Widget * controls); - Gtk::ResponseType run (void); + int run (void); };