/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-component-registry.h * * Copyright (C) 2000 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * 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 * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * * Author: Ettore Perazzoli */ #ifndef __E_COMPONENT_REGISTRY_H__ #define __E_COMPONENT_REGISTRY_H__ #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_COMPONENT_REGISTRY (e_component_registry_get_type ()) #define E_COMPONENT_REGISTRY(obj) (GTK_CHECK_CAST ((obj), E_TYPE_COMPONENT_REGISTRY, EComponentRegistry)) #define E_COMPONENT_REGISTRY_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_COMPONENT_REGISTRY, EComponentRegistryClass)) #define E_IS_COMPONENT_REGISTRY(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_COMPONENT_REGISTRY)) #define E_IS_COMPONENT_REGISTRY_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_COMPONENT_REGISTRY)) typedef struct _EComponentRegistry EComponentRegistry; typedef struct _EComponentRegistryPrivate EComponentRegistryPrivate; typedef struct _EComponentRegistryClass EComponentRegistryClass; #include "e-shell.h" #include "evolution-shell-component-client.h" struct _EComponentRegistry { GtkObject parent; EComponentRegistryPrivate *priv; }; struct _EComponentRegistryClass { GtkObjectClass parent_class; }; GtkType e_component_registry_get_type (void); void e_component_registry_construct (EComponentRegistry *component_registry, EShell *shell); EComponentRegistry *e_component_registry_new (EShell *shell); gboolean e_component_registry_register_component (EComponentRegistry *component_registry, const char *id); GList *e_component_registry_get_id_list (EComponentRegistry *component_registry); EvolutionShellComponentClient *e_component_registry_get_component_by_id (EComponentRegistry *component_registry, const char *id); EvolutionShellComponentClient *e_component_registry_restart_component (EComponentRegistry *component_registry, const char *id); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_COMPONENT_REGISTRY_H__ */ ue='dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-extlib
7cb187c0a522'>Replace dirty creative mechanism to check pkg-config version with a proper one
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* devel/ocaml-extlib: Update to 1.7.5Steve Wills2018-08-212-7/+7
bapt2016-07-291-0/+77
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-19/+19
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-241-2/+2
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-1/+1
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-2/+2
* - Strip binariesamdmi32015-06-191-1/+3
* Make fonts repecting XDGbapt2015-03-221-1/+1
* - Reset maintainership of my portsgahr2014-12-111-1/+1
* Cleanup plistantoine2014-11-131-20/+0
* - Convert ports of news/ and print/ to new USES=pythonmva2014-10-251-2/+1
* lang/guile:tijl2014-08-311-1/+1
* Fix typobapt2014-07-221-1/+1
* Fix build on headbapt2014-07-221-0/+1
* Correct all instances where OPTIONS_DEFINE was being overwrittenadamw2014-07-161-2/+0
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1
* - Update to 2.18.2gahr2014-03-182-3/+3
* Remove trailing whitespaces from category printehaupt2014-02-211-1/+1
* - Update to 2.18.1gahr2014-02-182-3/+6
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* - Update to 2.18.0gahr2014-01-077-72/+43
* Update freetype to 2.5.2.kwm2013-12-254-0/+48
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-151-2/+2
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-4/+3
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
* - Fix texinfo arguments that cause problem during the buildgahr2013-03-112-5/+15
* - Convert to OPTIONSnggahr2013-03-111-5/+6
* Convert USE_BISON to USES= bisonbapt2013-03-081-1/+1
* - Update to 2.16.1gahr2012-11-272-11/+6
* - Update to 2.16.0gahr2012-08-284-32/+79
* - fix non-privileged installgahr2012-08-061-1/+1
* - update png to 1.5.10dinoex2012-06-011-1/+1
* - Mark MAKE_JOBS_UNSAFE since this failed with MAKE_JOBS for meswills2012-02-211-0/+1
* - Fix PLIST when building WITHOUT_NLSgahr2011-12-202