~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to src/marlin-toolbar-editor.h

  • Committer: am.monkeyd at gmail
  • Date: 2010-11-18 20:04:38 UTC
  • Revision ID: am.monkeyd@gmail.com-20101118200438-ke88lnsd4se91adk
toolbar editor + gtk actions view_switcher

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 
2
/*
 
3
 * Copyright (C) 2010 ammonkey
 
4
 *
 
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.
 
9
 *
 
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.
 
14
 *
 
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.
 
19
 *
 
20
 * Author: ammonkey <am.monkeyd@gmail.com>
 
21
 *
 
22
 */
 
23
 
 
24
#ifndef MARLIN_TOOLBAR_EDITOR_H
 
25
#define MARLIN_TOOLBAR_EDITOR_H
 
26
 
 
27
#include <glib-object.h>
 
28
#include <gtk/gtk.h>
 
29
#include "marlin-private.h"
 
30
 
 
31
G_BEGIN_DECLS
 
32
 
 
33
void marlin_toolbar_editor_dialog_show (MarlinViewWindow *mvw);
 
34
 
 
35
G_END_DECLS
 
36
 
 
37
#endif /* MARLIN_TOOLBAR_EDITOR_H */