Add HildonAppMenu::changed signal
[hildon] / hildon / hildon-picker-button-private.h
1 /*
2  * This file is a part of hildon
3  *
4  * Copyright (C) 2008 Nokia Corporation, all rights reserved.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU Lesser Public License as published by
8  * the Free Software Foundation; version 2 of the license.
9  *
10  * This program 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
13  * GNU Lesser Public License for more details.
14  *
15  */
16
17 #ifndef                                         __HILDON_PICKER_BUTTON_PRIVATE__
18 #define                                         __HILDON_PICKER_BUTTON_PRIVATE__
19
20 #include "hildon-picker-button.h"
21
22 G_BEGIN_DECLS
23
24 G_GNUC_INTERNAL void
25 hildon_picker_button_disable_value_changed      (HildonPickerButton *button,
26                                                  gboolean            disable);
27
28 G_END_DECLS
29
30 #endif /* __HILDON_PICKER_BUTTON_PRIVATE__ */