/* * Copyright (C) 2002 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * 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. */ #ifndef EPHY_START_HERE_H #define EPHY_START_HERE_H #include #include "ephy-node.h" G_BEGIN_DECLS typedef struct EphyStartHereClass EphyStartHereClass; #define EPHY_START_HERE_TYPE (ephy_start_here_get_type ()) #define EPHY_START_HERE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPHY_START_HERE_TYPE, EphyStartHere)) #define EPHY_START_HERE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EPHY_START_HERE_TYPE, EphyStartHereClass)) #define IS_EPHY_START_HERE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EPHY_START_HERE_TYPE)) #define IS_EPHY_START_HERE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EPHY_START_HERE_TYPE)) typedef struct EphyStartHere EphyStartHere; typedef struct EphyStartHerePrivate EphyStartHerePrivate; struct EphyStartHere { GObject parent; EphyStartHerePrivate *priv; }; struct EphyStartHereClass { GObjectClass parent_class; }; GType ephy_start_here_get_type (void); EphyStartHere *ephy_start_here_new (void); char *ephy_start_here_get_page (EphyStartHere *sh, const char *id); const char *ephy_start_here_get_base_uri (EphyStartHere *sh); G_END_DECLS #endif value='dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.2.1.3.adamw2003-06-193-2/+8
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0
* Convert to new GNOME infrastructure.marcus2003-04-221-5/+1
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* Update to 2.2.1.2.marcus2003-04-043-2/+6
* Clear moonlight beckons.ade2003-03-072-1/+1
* Update to GNOME 2.2.marcus2003-02-085-91/+86
* Update to 1.116.3.marcus2003-01-203-2/+9
* Remove include/libgnomeprintui-2.0.marcus2003-01-131-0/+1
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
* Update to 1.116.0 and add USE_GNOMENG.marcus2002-07-293-11/+7
* Use USE_REINPLACE.sobomax2002-07-191-4/+5
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-07-011-1/+1
* Update to GNOME 2.0 RC2.marcus2002-06-261-1/+1
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-151-1/+1
* Update to the latest GNOME 2 snapshot. This will be done it two parts.marcus2002-06-113-3/+5
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-291-1/+1
* Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-203-4/+6
* Update to GNOME 2.0 RC2.marcus2002-05-121-1/+1
* Update to GNOME 2.0 RC 1.marcus2002-05-021-1/+1
* Move back to share/gnome as a datadir.marcus2002-05-011-3/+3
* Use GNOME2 beta4 download location for all GNOME2 ports.sobomax2002-04-261-1/+1
* Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnomemarcus2002-04-231-2/+3