/* -*- 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_ */ on> FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Update MAD_RUN_DEPENDSSunpoet Po-Chuan Hsieh2018-02-031-2/+2
* Move audio/py-mad to audio/py-pymadSunpoet Po-Chuan Hsieh2018-02-035-13/+7
* Update to 0.10Sunpoet Po-Chuan Hsieh2018-02-032-4/+5
* audio/quimup: update to 1.4.3Steve Wills2018-02-032-7/+9
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2018-02-032-6/+15
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-024-29/+42
* audio/clementine-player: Fixup build breakage after clang 6 update.Sean Bruno2018-02-012-0/+64
* - Update to 3.0.4Jose Alonso Cardenas Marquez2018-02-012-9/+9
* Multiple ports:Jason W. Bacon2018-01-311-2/+1
* Revert recent fpc changes, they were obviously untestedAntoine Brodin2018-01-312-9/+9
* lang/mono: update to version 5.2.0.215 (and enhance USES=mono)David Naylor2018-01-311-1/+1
* - Update to 3.0.4Jose Alonso Cardenas Marquez2018-01-312-9/+9
* Fix pkg-plist.Tijl Coosemans2018-01-306-2/+6
* audio/ncmpc: Update to 0.29Yuri Victorovich2018-01-302-13/+12
* Update to 0.9.21-26.el6.Tijl Coosemans2018-01-302-13/+13
* Update EPEL and EPEL7 URL.Tijl Coosemans2018-01-304-4/+4
* audio/sc3-plugins: Update to 3.9.0Yuri Victorovich2018-01-303-18/+5
* Deprecate some abandonwareBaptiste Daroussin2018-01-291-0/+3
* Add four more patches that should've been part of r460055.Alexey Dokuchaev2018-01-294-0/+70
* audio/cuetools: update to 1.4.1Roman Bogorodskiy2018-01-285-71/+14
* audio/mp3blaster: assorted fixesRoman Bogorodskiy2018-01-282-1/+15
* Remove expired ports:Rene Ladan2018-01-2824-853/+0
* Update to 3.5.1Jason E. Hale2018-01-283-7/+7
* New port: audio/guidolib: Library for graphic rendering of music scoresYuri Victorovich2018-01-275-0/+197
* audio/carla: Update to 1.9.8Yuri Victorovich2018-01-272-9/+10
* Attempt to unbreak and undeprecate (chase libsigc++20 update)Alexey Dokuchaev2018-01-272-9/+25
* Update to 1.40.0Sunpoet Po-Chuan Hsieh2018-01-272-4/+4
* audio/libsidplay: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-262-1/+32
* - Add LICENSE_FILEDmitry Marakasov2018-01-262-1/+2
* audio/dsbmixer: Update to 1.3.1Tobias Kortkamp2018-01-242-4/+4
* Fix build with clang6 [1]Jason E. Hale2018-01-213-8/+20
* Update devel/doxygen to 1.8.14Antoine Brodin2018-01-202-1/+3
* - Fix build under clang6Diane Bruce2018-01-195-3/+191
* devel/boost-*: update to 1.66.0Jan Beich2018-01-18