diff --git a/include/gepetto/gui/pythonwidget.hh b/include/gepetto/gui/pythonwidget.hh
index 1adafa3935cebcfc776fb0c1800ec63db2b8054b..ef9d40e6c96d835e225e5e09de48d2066528194d 100644
--- a/include/gepetto/gui/pythonwidget.hh
+++ b/include/gepetto/gui/pythonwidget.hh
@@ -55,6 +55,7 @@ namespace gepetto {
     /// The following method will be automatically connected to Qt signals:
     /// \li \c Plugin.osgWidget when a new OSGWidget is created (MainWindow::viewCreated(OSGWidget*)).
     /// \li \c Plugin.resetConnection triggered when CORBA connection should be reset. **This is mandatory is you have a CORBA Client**
+    /// \li \c Plugin.refreshInterface triggered when users request to refresh the interface.
     ///
     /// ### Logging information
     ///