]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/toolbar-editor/egg-toolbar-editor.h
Updated Danish translation
[evince.git] / cut-n-paste / toolbar-editor / egg-toolbar-editor.h
index b0d27aa7a4503a283b7be1cb310e6a945770f7fd..3b897c50010e0b07941ccad53dbc1c75b4e97da3 100644 (file)
@@ -13,7 +13,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef EGG_TOOLBAR_EDITOR_H
@@ -55,6 +55,8 @@ struct EggToolbarEditorClass
 GType             egg_toolbar_editor_get_type     (void);
 GtkWidget        *egg_toolbar_editor_new          (GtkUIManager *manager,
                                                   EggToolbarsModel *model);
+void             egg_toolbar_editor_set_model    (EggToolbarEditor *t,
+                                                  EggToolbarsModel *model);
 
 G_END_DECLS