/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Bolian Yin * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef __EA_GNOME_CALENDAR_H__ #define __EA_GNOME_CALENDAR_H__ #include #include "gnome-cal.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #define EA_TYPE_GNOME_CALENDAR (ea_gnome_calendar_get_type ()) #define EA_GNOME_CALENDAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EA_TYPE_GNOME_CALENDAR, EaGnomeCalendar)) #define EA_GNOME_CALENDAR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EA_TYPE_GNOME_CALENDAR, EaGnomeCalendarClass)) #define EA_IS_GNOME_CALENDAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EA_TYPE_GNOME_CALENDAR)) #define EA_IS_GNOME_CALENDAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EA_TYPE_GNOME_CALENDAR)) #define EA_GNOME_CALENDAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EA_TYPE_GNOME_CALENDAR, EaGnomeCalendarClass)) typedef struct _EaGnomeCalendar EaGnomeCalendar; typedef struct _EaGnomeCalendarClass EaGnomeCalendarClass; struct _EaGnomeCalendar { GtkAccessible parent; }; GType ea_gnome_calendar_get_type (void); struct _EaGnomeCalendarClass { GtkAccessibleClass parent_class; }; AtkObject* ea_gnome_calendar_new (GtkWidget *widget); const gchar * ea_gnome_calendar_get_label_description (GnomeCalendar *gcal); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __EA_GNOME_CALENDAR_H__ */ vel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try to clean up www/icons directorykris2006-02-061-0/+1
* - Add SHA256pav2005-11-251-0/+1
* - Add sympa5 to CONFLICTSgarga2005-09-291-0/+2
* - Unbreak on amd64pav2005-09-152-4/+11
* Reset bouncing maintainer address. Sorry to see you go.linimon2005-09-101-1/+1
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-2/+2
* Chase dependency on p5-DBD-Pg.nork2005-05-081-2/+6
* - Untested attempt to whip this port into shape:pav2005-02-283-6/+43
* BROKEN: Uses non-standard httpd directorykris2005-02-281-0/+2
* - Fix security vulnerability (buffer overflow)pav2005-02-274-2/+80
* - Update to 4.1.2clsung2004-10-2512-45/+324
* BROKEN on amd64: Configure failskris2004-05-301-0/+4
* Conditionalize dependency on DBI so this port choose the righterwin2004-05-171-2/+11
* Upgrade to 4.1.1.vanilla2004-05-087-300/+143
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Switch back from GNU_CONFIGURE to HAS_CONFIGURE and fix package build.demon2004-03-172-909/+1087
* bento reported that amd64 built incorrectly; kris@vanilla2004-03-174-3/+10
* Update to version 4.0.b2.demon2004-02-165-2/+68
* Add RUN_DEPENDS.demon2004-01-121-0/+1
* Update to version 4.0.a8.demon2003-12-225-15/+21