1/* gtkfilechooserwidgetprivate.h
2 *
3 * Copyright (C) 2015 Red Hat
4 *
5 * This file is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU Lesser General Public License as
7 * published by the Free Software Foundation; either version 2.1 of the
8 * License, or (at your option) any later version.
9 *
10 * This file is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 *
18 * Authors: Matthias Clasen
19 */
20
21#ifndef __GTK_FILE_CHOOSER_WIDGET_PRIVATE_H__
22#define __GTK_FILE_CHOOSER_WIDGET_PRIVATE_H__
23
24#include <glib.h>
25#include "gtkfilechooserwidget.h"
26
27G_BEGIN_DECLS
28
29void
30gtk_file_chooser_widget_set_save_entry (GtkFileChooserWidget *chooser,
31 GtkWidget *entry);
32
33gboolean
34gtk_file_chooser_widget_should_respond (GtkFileChooserWidget *chooser);
35
36void
37gtk_file_chooser_widget_initial_focus (GtkFileChooserWidget *chooser);
38
39G_END_DECLS
40
41#endif /* __GTK_FILE_CHOOSER_WIDGET_PRIVATE_H__ */
42

source code of gtk/gtk/gtkfilechooserwidgetprivate.h