Documentation de la bibliothèque MLV-2.0.2

MLV_information.h
Aller à la documentation de ce fichier.
1 /*
2  * This file is part of the MLV Library.
3  *
4  * Copyright (C) 2010,2011,2012 Adrien Boussicault, Marc Zipstein
5  *
6  *
7  * This Library is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This Library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this Library. If not, see <http://www.gnu.org/licenses/>.
19  */
20 
31 #ifndef __MLV__MLV_INFORMATIONS_H__
32 #define __MLV__MLV_INFORMATIONS_H__
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
43 const char* MLV_get_package_name( );
44 
50 const char* MLV_get_version( );
51 
59 
60 
67 const char* MLV_get_repository( );
68 
75 const char* MLV_get_bug_report_address( );
76 
82 const char* MLV_get_licence( );
83 
91 const char* MLV_get_web_distribution( );
92 
93 #ifdef __cplusplus
94 }
95 #endif
96 
97 #endif
98 
const char * MLV_get_package_name()
Renvoie le nom de la bibliothèque.
const char * MLV_get_revision_of_revision_control_software()
Renvoie la révision du dépot du logiciel de gestion de version de mlv.
const char * MLV_get_repository()
Renvoie l'adresse du dépot de code source où se trouve la bibliothèque.
const char * MLV_get_version()
Renvoie la version de la bibliothèque.
const char * MLV_get_web_distribution()
Renvoie l'addresse internet où l'on peut trouver le code source de la bibliothèque.
const char * MLV_get_licence()
Renvoie le nom de la licence de la bibliothèque.
const char * MLV_get_bug_report_address()
Renvoie l'addresse mail à laquelle vous pouvez envoyer les bugs que vous rencontrez.