1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
3
* Copyright (C) 2010 ammonkey
5
* Rhythmbox is free software; you can redistribute it and/or
6
* modify it under the terms of the GNU General Public License as
7
* published by the Free Software Foundation; either version 2 of the
8
* License, or (at your option) any later version.
10
* Rhythmbox is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
* General Public License for more details.
15
* You should have received a copy of the GNU General Public
16
* License along with this program; see the file COPYING. If not,
17
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18
* Boston, MA 02111-1307, USA.
20
* Author: ammonkey <am.monkeyd@gmail.com>
24
#ifndef MARLIN_TOOLBAR_EDITOR_H
25
#define MARLIN_TOOLBAR_EDITOR_H
27
#include <glib-object.h>
29
#include "marlin-private.h"
33
void marlin_toolbar_editor_dialog_show (MarlinViewWindow *mvw);
37
#endif /* MARLIN_TOOLBAR_EDITOR_H */