1 /* LIBGIMP - The GIMP Library
2  * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
3  *
4  * gimppickbutton-xdg.h
5  * Copyright (C) 2021 Niels De Graef <nielsdegraef@gmail.com>
6  *
7  * This library is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
10  * Library General Public License for more details.
11  *
12  * You should have received a copy of the GNU Lesser General Public
13  * License along with this library.  If not, see
14  * <https://www.gnu.org/licenses/>.
15  */
16 
17 /* Private header file which is not meant to be exported. */
18 #ifndef __GIMP_PICK_BUTTON_XDG_H__
19 #define __GIMP_PICK_BUTTON_XDG_H__
20 
21 gboolean _gimp_pick_button_xdg_available (void);
22 void     _gimp_pick_button_xdg_pick      (GimpPickButton *button);
23 
24 #endif /* __GIMP_PICK_BUTTON_XDG_H__ */
25 
26