gcompat.h

Go to the documentation of this file.
00001 /* GLIB - Library of useful routines for C programming
00002  *
00003  * Copyright (C) 2000 Ali Abdin <aliabdin@aucegypt.edu>
00004  *
00005  * This program is free software; you can redistribute it and/or modify
00006  * it under the terms of the GNU General Public License as published by
00007  * the Free Software Foundation; either version 2 of the License, or
00008  * (at your option) any later version.
00009  *
00010  * This program is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  * GNU General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with this program; if not, write to the Free Software
00017  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
00018  */
00019 
00020 #ifndef __G_COMPAT_H__
00021 #define __G_COMPAT_H__
00022 
00023 #include <gmacros.h>
00024 
00025 G_BEGIN_DECLS
00026 
00027 #ifndef G_DISABLE_COMPAT_H
00028 
00029 #define g_date_weekday                  g_date_get_weekday
00030 #define g_date_month                    g_date_get_month
00031 #define g_date_year                     g_date_get_year
00032 #define g_date_day                      g_date_get_day
00033 #define g_date_julian                   g_date_get_julian
00034 #define g_date_day_of_year              g_date_get_day_of_year
00035 #define g_date_monday_week_of_year      g_date_get_monday_week_of_year
00036 #define g_date_sunday_week_of_year      g_date_get_sunday_week_of_year
00037 #define g_date_days_in_month            g_date_get_days_in_month
00038 #define g_date_monday_weeks_in_year     g_date_get_monday_weeks_in_year
00039 #define g_date_sunday_weeks_in_year     g_date_get_sunday_weeks_in_year
00040 
00041 #endif /* G_DISABLE_COMPAT_H */
00042 
00043 G_END_DECLS
00044 
00045 #endif /* __G_COMPAT_H__ */

Generated on Tue Jul 5 14:14:41 2011 for ROOT_528-00b_version by  doxygen 1.5.1