Update Spanish translation
[gnumeric.git] / src / gnm-so-path.h
blob0919bac9f7bc87baed86eaf2eb2f98cefed07b6a
1 /*
2 * gnm-so-path.h
4 * Copyright (C) 2012 Jean Bréfort <jean.brefort@normalesup.org>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, see <https://www.gnu.org/licenses/>
20 #ifndef _GNM_SO_PATH_H_
21 # define _GNM_SO_PATH_H_
23 #include <glib-object.h>
25 G_BEGIN_DECLS
27 #define GNM_SO_PATH_TYPE (gnm_so_path_get_type ())
28 #define GNM_IS_SO_PATH(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GNM_SO_PATH_TYPE))
29 GType gnm_so_path_get_type (void);
31 G_END_DECLS
33 #endif /* _GNM_SO_PATH_H_ */