Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-03-13 08:35:40

0001 /*
0002  * AT-SPI - Assistive Technology Service Provider Interface
0003  * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
0004  *
0005  * Copyright 2023 SUSE LLC.
0006  *
0007  *
0008  * This library is free software; you can redistribute it and/or
0009  * modify it under the terms of the GNU Lesser General Public
0010  * License as published by the Free Software Foundation; either
0011  * version 2.1 of the License, or (at your option) any later version.
0012  *
0013  * This library is distributed in the hope that it will be useful,
0014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0016  * Lesser General Public License for more details.
0017  *
0018  * You should have received a copy of the GNU Lesser General Public
0019  * License along with this library; if not, write to the
0020  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
0021  * Boston, MA 02110-1301, USA.
0022  */
0023 
0024 #ifndef _ATSPI_VERSION_H_
0025 #define _ATSPI_VERSION_H_
0026 
0027 G_BEGIN_DECLS
0028 
0029 /**
0030  * ATSPI_MAJOR_VERSION:
0031  *
0032  * The major version of AT-SPI used at compile time.
0033  *
0034  * Since: 2.50.0
0035  */
0036 #define ATSPI_MAJOR_VERSION (2)
0037 
0038 /**
0039  * ATSPI_MINOR_VERSION:
0040  *
0041  * The minor version of AT-SPI used at compile time.
0042  *
0043  * Since: 2.50.0
0044  */
0045 #define ATSPI_MINOR_VERSION (54)
0046 
0047 /**
0048  * ATSPI_MICRO_VERSION:
0049  *
0050  * The micro version / patch level of AT-SPI used at compile time.
0051  *
0052  * Since: 2.50.0
0053  */
0054 #define ATSPI_MICRO_VERSION (0)
0055 
0056 G_END_DECLS
0057 
0058 #endif /* _ATSPI_VERSION_H_ */