/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef _GAL_DEFINE_VIEWS_MODEL_H_ #define _GAL_DEFINE_VIEWS_MODEL_H_ #include #include #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #define GAL_DEFINE_VIEWS_MODEL_TYPE (gal_define_views_model_get_type ()) #define GAL_DEFINE_VIEWS_MODEL(o) (GTK_CHECK_CAST ((o), GAL_DEFINE_VIEWS_MODEL_TYPE, GalDefineViewsModel)) #define GAL_DEFINE_VIEWS_MODEL_CLASS(k) (GTK_CHECK_CLASS_CAST((k), GAL_DEFINE_VIEWS_MODEL_TYPE, GalDefineViewsModelClass)) #define GAL_IS_DEFINE_VIEWS_MODEL(o) (GTK_CHECK_TYPE ((o), GAL_DEFINE_VIEWS_MODEL_TYPE)) #define GAL_IS_DEFINE_VIEWS_MODEL_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), GAL_DEFINE_VIEWS_MODEL_TYPE)) typedef struct { ETableModel parent; /* item specific fields */ GalViewCollection *collection; guint editable : 1; } GalDefineViewsModel; typedef struct { ETableModelClass parent_class; } GalDefineViewsModelClass; GtkType gal_define_views_model_get_type (void); ETableModel *gal_define_views_model_new (void); void gal_define_views_model_append (GalDefineViewsModel *model, GalView *view); GalView *gal_define_views_model_get_view (GalDefineViewsModel *model, int i); void gal_define_views_model_delete_view (GalDefineViewsModel *model, int i); void gal_define_views_model_copy_view (GalDefineViewsModel *model, int i); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _GAL_DEFINE_VIEWS_MODEL_H_ */ files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-081-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-131-1/+1
* Fix MASTER_SITES and unmark BROKEN.Raphael Kubo da Costa2016-01-021-4/+1
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
* - Fix buildDmitry Marakasov2015-07-101-2/+2