/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef _EVOLUTION_SERVICE_REPOSITORY_H #define _EVOLUTION_SERVICE_REPOSITORY_H 1 #include #include "Evolution.h" BEGIN_GNOME_DECLS #define EVOLUTION_SERVICE_REPOSITORY_TYPE (evolution_service_repository_get_type ()) #define EVOLUTION_SERVICE_REPOSITORY(o) (GTK_CHECK_CAST ((o), EVOLUTION_SERVICE_REPOSITORY_TYPE, EvolutionServiceRepository)) #define EVOLUTION_SERVICE_REPOSITORY_CLASS(k) (GTK_CHECK_CLASS_CAST((k), EVOLUTION_SERVICE_REPOSITORY_TYPE, EvolutionServiceRepositoryClass)) #define EVOLUTION_IS_SERVICE_REPOSITORY(o) (GTK_CHECK_TYPE ((o), EVOLUTION_SERVICE_REPOSITORY_TYPE)) #define EVOLUTION_IS_SERVICE_REPOSITORY_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), EVOLUTION_SERVICE_REPOSITORY_TYPE)) typedef struct _EvolutionServiceRepository EvolutionServiceRepositoryPrivate; typedef struct _EvolutionServiceRepository EvolutionServiceRepository; typedef void (*EvolutionServiceRepositorySetShellFn) (EvolutionServiceRepository *sr, const Evolution_Shell shell, void *closure); struct _EvolutionServiceRepository { BonoboObject object; EvolutionServiceRepositorySetShellFn set_shell_fn; void *closure; EvolutionServiceRepositoryPrivate *priv; }; typedef struct { BonoboObjectClass parent_class; void (*set_shell) (EvolutionServiceRepository *sr, Evolution_Shell shell); } EvolutionServiceRepositoryClass; GtkType evolution_service_repository_get_type (void); EvolutionServiceRepository * evolution_service_repository_new ( EvolutionServiceRepositorySetShellFn set_shell_fn, void *closure); EvolutionServiceRepository * evolution_service_repository_construct ( EvolutionServiceRepository *sr, Evolution_ServiceRepository corba_service_repository, EvolutionServiceRepositorySetShellFn set_shell_fn, void *closure); POA_Evolution_ServiceRepository__epv *evolution_service_repository_get_epv (void); extern POA_Evolution_ServiceRepository__vepv evolution_service_repository_vepv; END_GNOME_DECLS #endif /* _EVOLUTION_SERVICE_REPOSITORY_H */ dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lua51
Commit message (Expand)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-08-191-1/+1
* lang/lua51: submitter becomes maintainerKurt Jaeger2016-08-251-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-3/+3
* Use -fPIC on all arches; lua builds the object files into a shared lib.Ian Lepore2016-02-211-3/+1
* Convert to USES=libeditBaptiste Daroussin2015-07-191-1/+1
* lang/lua{51,52,53}: Add -fPIC for arm64Ed Maste2015-06-251-0/+1
* Disbanding lua@ which was anyway not a team for a whileBaptiste Daroussin2015-04-161-1/+1
* Link on libedit instead of readlineBaptiste Daroussin2015-01-171-1/+1
* Add a forgot post-patch for libedit supportBaptiste Daroussin2015-01-171-1/+3
* Link on port version of libeditBaptiste Daroussin2015-01-171-3/+5
* Package empty LUA_LDIR and LUA_CDIR, as it's more user-friendlyAntoine Brodin2014-11-182-1/+3
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
* Fix building with readline from portsBaptiste Daroussin2014-07-011-1/+1
* Add forgotten patchBaptiste Daroussin2014-05-271-0/+27