1 /*
2  * Copyright (c) 2013 Red Hat, Inc.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or (at your
7  * option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
12  * License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with this program; if not, write to the Free Software Foundation,
16  * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17  *
18  */
19 
20 #ifndef __GTK_HEADER_BAR_PRIVATE_H__
21 #define __GTK_HEADER_BAR_PRIVATE_H__
22 
23 G_BEGIN_DECLS
24 
25 gboolean     _gtk_header_bar_shows_app_menu        (GtkHeaderBar *bar);
26 void         _gtk_header_bar_update_window_buttons (GtkHeaderBar *bar);
27 gboolean     _gtk_header_bar_update_window_icon    (GtkHeaderBar *bar,
28                                                     GtkWindow    *window);
29 
30 G_END_DECLS
31 
32 #endif /* __GTK_HEADER_BAR_PRIVATE_H__ */
33