Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

22 lines
483 B
C

/*
GDK - The GIMP Drawing Kit
SPDX-FileCopyrightText: 1995-1997 Peter Mattis
SPDX-FileCopyrightText: 1995-1997 Spencer Kimball
SPDX-FileCopyrightText: 1995-1997 Josh MacDonald
SPDX-FileCopyrightText: 2005, 2006, 2007, 2009 GNOME Foundation
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef GDKKEYNAMES_H
#define GDKKEYNAMES_H
#include <glib.h>
G_BEGIN_DECLS
guint _gdk_keyval_from_name(const gchar *keyval_name);
G_END_DECLS
#endif // GDKKEYNAMES_H