/* * Copyright © 2003 Marco Pesenti Gritti * Copyright © 2003 Christian Persch * * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ #include "config.h" #include "ephy-extension.h" GType ephy_extension_get_type (void) { static GType type = 0; if (G_UNLIKELY (type == 0)) { const GTypeInfo our_info = { sizeof (EphyExtensionIface), NULL, NULL, }; type = g_type_register_static (G_TYPE_INTERFACE, "EphyExtension", &our_info, 0); } return type; } void ephy_extension_attach_window (EphyExtension *extension, EphyWindow *window) { EphyExtensionIface *iface = EPHY_EXTENSION_GET_IFACE (extension); if (iface->attach_window) { iface->attach_window (extension, window); } } void ephy_extension_detach_window (EphyExtension *extension, EphyWindow *window) { EphyExtensionIface *iface = EPHY_EXTENSION_GET_IFACE (extension); if (iface->detach_window) { iface->detach_window (extension, window); } } void ephy_extension_attach_tab (EphyExtension *extension, EphyWindow *window, EphyEmbed *embed) { EphyExtensionIface *iface = EPHY_EXTENSION_GET_IFACE (extension); if (iface->attach_tab) { iface->attach_tab (extension, window, embed); } } void ephy_extension_detach_tab (EphyExtension *extension, EphyWindow *window, EphyEmbed *embed) { EphyExtensionIface *iface = EPHY_EXTENSION_GET_IFACE (extension); if (iface->detach_tab) { iface->detach_tab (extension, window, embed); } } option> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/dns/doc
Commit message (Expand)AuthorAgeFilesLines
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+1
* SHA256ifyedwin2006-01-221-0/+1
* - Move net/doc to dns/doc, which is a more suitable category for itpav2005-11-26/td>- Update to 1.030sunpoet2012-02-242-3/+3
* - Chase Emacs updatesashish2012-02-222-2/+2
* Carbon is a backend data caching and persistence daemon for Graphitepgollucci2012-02-229-0/+230
* - Mart as DEPRECATED, MASTER_SITE has been offline for one year nowgahr2012-02-201-1/+2
* - Update to 0.24sunpoet2012-02-202-5/+5
* - Update to 1.4.6miwi2012-02-203-39/+213
* Remove p5- from postgresql*-plperl 's mention in pkg-message-clientcrees2012-02-206-6/+6
* - Replace the p5-postgresql-plperl port with versioned ports. This replacescrees2012-02-207-51/+83
* Fix -plperl plist for 9.1crees2012-02-202-0/+16
* Remove quotes from BROKEN and IGNORE as they are not requiredeadler2012-02-201-1/+1
* Fix build with postgresql91crees2012-02-191-1/+2
* - Add missing BUILD_DEPENDS to silence build warningsswills2012-02-191-0/+9
* Fix build with 9.1; apparently incomplete builds are unsupported by upstream,crees2012-02-191-1/+2
* - install this port with setuptools, because it's setup.py lookingrm2012-02-193-104/+104
* This library provides just the general interface and helper functions.pgj2012-02-194-0/+28
* This library provides just the general interface and helper functions.pgj2012-02-194-0/+29
* Security update to 3.4.10.1matthew2012-02-182-4/+3
* Remove quotes from BROKEN and IGNORE as they are not requiredeadler2012-02-181-1/+1
* - Mark as deprecated. Set expiration date to 2012-03-17.rm2012-02-171-0/+3
* Update to 8.3.17 and 8.2.23.crees2012-02-176-8/+10
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
* Deprecate for removal on 16/Marcrees2012-02-161-0/+3
* Look for the correct ICU patchfilecrees2012-02-161-1/+1
* Fix broken symbolic links in libdb*-5.so.0 files.mandree2012-02-161-2/+3
* - fix auto-generated plist, bump PORTREVISIONjgh2012-02-161-1/+2
* Correct misunderstanding about mysqlnd functionality introduced inmatthew2012-02-161-13/+7
* Fix the variable nameeadler2012-02-151-1/+1
* - Update to 1.029sunpoet2012-02-152-3/+3
* - Add TEST_DEPENDS to enable testingswills2012-02-151-0/+1
* - Add TEST_DEPENDS to enable testingswills2012-02-151-0/+1
* Routine bugfix update to 3.4.10matthew2012-02-152-8/+18
* Upgrade to version 2.1.1.olgeni2012-02-152-6/+6
* Upgrade to version 1.2.23.olgeni2012-02-143-6/+7
* Bump pcre library dependency due to 8.30 updatemm2012-02-143-5/+6
* - Update to 0.1.1.3pgj2012-02-132-3/+3
* - Update to 0.90.002wen2012-02-132-3/+3
* - convert to using PYTHON_SITELIBDIR (not functional change)rm2012-02-126-33/+33
* Add missing patch.fjoe2012-02-121-0/+11
* - Update to 6.1.4fjoe2012-02-123-5/+332
* - Update to 1.0.23sunpoet2012-02-122-4/+4
* - Update to 1.0.23sunpoet2012-02-125-12/+15
* - Update to 1.2.8.0sunpoet2012-02-122-48/+52
* - Update to 1.2.8sunpoet2012-02-122-10/+13
* - Update to 1.2.8sunpoet2012-02-122-17/+18
* - Update to 3.2.1pgollucci2012-02-124-6/+6
* - Update to 2.0.0pgollucci2012-02-122-3/+3
* - Update to 0.13.0pgollucci2012-02-122-3/+3
* - Mark BROKENpgollucci2012-02-122-0/+4
* - Add TEST_DEPENDSpgollucci2012-02-121-2/+3
* - Update to version 5.1.9 [1]pawel2012-02-1210-197/+72
* - Update to 0.2111sunpoet2012-02-122-3/+3
* - Update to 0.2110sunpoet2012-02-112-3/+3
* - Mark BROKEN: does not compilepav2012-02-111-0/+2
* Update to 5.0.95 release.ale2012-02-102-3/+3
* - chase databases/unixODBC shlib bumpmiwi2012-02-101-1/+2
* Add a # before $FreeBSD$dougb2012-02-101-1/+1
* - Update to 1.80sunpoet2012-02-102-3/+3
* Update maintainer address to matthew@FreeBSD.orgmatthew2012-02-103-3/+3
* - Update to 1.21sunpoet2012-02-092-4/+7
* - Allow regression tests to be run under ruby 1.9pgollucci2012-02-091-0/+1
* Remove whitespace after b.p.m to help reduce false postives when searching fo...eadler2012-02-081-1/+0
* Fix a likely typoeadler2012-02-081-1/+1
* Update default postgresql version to remove deprecated noticecrees2012-02-081-1/+1
* - Update to 0.2109sunpoet2012-02-082-3/+3
* - allow compile w/ ruby1.9, however note that its not completely compatible.pgollucci2012-02-083-1/+38
* - Fix gem version requirementspgollucci2012-02-081-1/+1
* - Update to 0.07017sunpoet2012-02-082-3/+3
* - Update to 3.2.0pgollucci2012-02-084-6/+6
* - Update to 3.0.0pgollucci2012-02-082-3/+3
* - Update to 1.4.13swills2012-02-083-26/+7
* update to 2.0.3flo2012-02-073-5/+3
* - Connect *10 xapian ports to the buildpgollucci2012-02-071-1/+4
* - Update to 1.2.7miwi2012-02-072-3/+3
* - Update to 1.2.2miwi2012-02-072-3/+3
* - drop maintainer now that update is completepgollucci2012-02-074-4/+4
* - Update xapian to 1.2.7.0pgollucci2012-02-0712-111/+213
* - Reapply the previous path renames and fix buildspgollucci2012-02-073-8/+12
* - Resync *10 ports to the originals, there was drift in the interim messpgollucci2012-02-077-24/+99
* - Update paths for repo copy for old API versionpgollucci2012-02-073-6/+6
* - Forced commit to note resurrection of *10 xapian related portspgollucci2012-02-0713-0/+594
* - Chase unixODBC shlib bumpmiwi2012-02-0615-21/+25
* - Update to 2.3.1miwi2012-02-063-7/+7
* Install new pg_basebackup tool by defaultcrees2012-02-054-4/+22
* - Explicitly list BUILD_DEPENDSswills2012-02-051-6/+9
* - Update to 5.15lwhsu2012-02-052-3/+3
* - Mark DEPRECATED and set EXPIRATION_DATEwen2012-02-051-0/+3
* - Add TEST_DEPENDSswills2012-02-051-0/+2
* Update from 2.4.6 to 2.4.7.osa2012-02-042-3/+3
* - Strict python versionwen2012-02-031-1/+1
* - Update COMMENT, add DEFAULT_PHP_VER and IGNORE_WITH_PHP: this port is for P...sunpoet2012-02-022-19/+18
* - Update to 0.09sunpoet2012-02-022-3/+4
* Minor changes for UNIQUENAME; remove excessive hyphenscrees2012-02-022-4/+6
* - Update to 1.48sunpoet2012-02-022-5/+6
* - Add BUILD_DEPENDS to silence build warningsswills2012-02-021-7/+11
* - Reassign to the heaptabthorpe2012-02-018-8/+8
* Revert removal of OPTIONS line-- wrong fix accidentally committed.crees2012-02-011-0/+2
* - Stop clobbering postgresql-server/-client OPTIONS with -contrib OPTIONScrees2012-02-013-10/+10
* - Update to 1.028sunpoet2012-01-312-4/+3
* Use DISTVERSION instead of PORTVERSION to generate UNIQUENAME; optionscrees2012-01-313-3/+3
* - Update to 1.617sunpoet2012-01-312-13/+9
* Add TEST_DEPENDS.demon2012-01-301-0/+1
* - Update to 0.2108sunpoet2012-01-302-3/+3
* - Add TEST_DEPENDSswills2012-01-301-0/+1
* - Add TEST_DEPENDSswills2012-01-301-0/+2
* - Add TEST_DEPENDSswills2012-01-301-0/+4
* - Add TEST_DEPENDSswills2012-01-301-0/+3
* - Add missing DEPENDSswills2012-01-301-1/+3
* - Correct BUILD_DEPENDS and RUN_DEPENDSswills2012-01-301-1/+8
* - Add TEST_DEPENDSswills2012-01-301-0/+3
* - Add TEST_DEPENDSswills2012-01-301-0/+4
* - Add TEST_DEPENDSswills2012-01-301-0/+1
* - Correct BUILD_DEPENDS and RUN_DEPENDSswills2012-01-301-1/+15
* - Correct BUILD_DEPENDS and RUN_DEPENDSswills2012-01-301-1/+2
* - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+2
* - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+2
* - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+1
* - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+2
* - Add missing DEPENDSswills2012-01-301-1/+6
* - Add missing DEPENDSswills2012-01-301-1/+6
* - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+1
* - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+1
* - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+7
* - Add TEST_DEPENDS to enable testingswills2012-01-291-0/+1
* - Add TEST_DEPENDS to enable testingswills2012-01-291-0/+1
* - Add TEST_DEPENDS to enable testingswills2012-01-291-0/+2
* - Correct BUILD_DEPENDSswills2012-01-291-1/+3
* - Add TEST_DEPENDS to enable testingswills2012-01-291-0/+1
* - Add USE_GMAKE=yes to ensure MAKE_JOBS_SAFEsunpoet2012-01-291-0/+1
* - Update to 0.02002miwi2012-01-292-4/+4
* - Update to 1.2.1miwi2012-01-292-3/+3
* chdb implements a read-only memory mapped hash-table for PHP.miwi2012-01-294-0/+42
* Postgresql-8.2 is no longer supported by upstream.crees2012-01-281-0/+3
* - Add TEST_DEPENDS to enable testingswills2012-01-281-0/+2
* - Update to 0.74sunpoet2012-01-272-3/+3
* - Update pure to 0.51 and update modulespav2012-01-262-20/+6
* This is the PostgreSQL backend module for ProFTPDmm2012-01-263-0/+32
* This is the MySQL backend module for ProFTPDmm2012-01-263-0/+32
* The problem previously reported on freebsd-ports@ hasn't been fixed,dougb2012-01-262-3/+10
* - Update to 0.2107sunpoet2012-01-262-4/+3
* - To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting increes2012-01-268-1139/+217
* - Integrate a upstream patch to fix lock bug when creating queuejgh2012-01-264-3/+59
* - update to 0.6.5rm2012-01-263-4/+4
* - Update to 1.94swills2012-01-263-17/+5
* - Reassign to the heaptabthorpe2012-01-261-1/+1
* - Pet Tinderbox and friends.avilla2012-01-251-1/+1
* - Lock these under my maintainership temporarily while the repo copy and upgr...pgollucci2012-01-252-2/+2
* - Reset MAINTAINER [1]culot2012-01-241-3/+4
* - Update *_DEPENDSsunpoet2012-01-241-9/+20
* - Reset MAINTAINERsunpoet2012-01-241-1/+1
* - Reset MAINTAINERsunpoet2012-01-241-1/+1
* Add OPTION to postgresql9[10]-contrib for building without uuid-osspcrees2012-01-248-17/+45
* Unbreak ICU 4.8 supportcrees2012-01-241-2/+2
* - Update to 2.12.1jgh2012-01-232-3/+3
* - update to 3.7.10scheidell2012-01-234-16/+53
* - Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround inbeat2012-01-229-35/+0
* - Update to 0.2106sunpoet2012-01-222-3/+3
* Reset maintainer as per request.crees2012-01-222-2/+2
* - Add profile support for PostgreSQL serversjgh2012-01-2218-42/+354
* - Add test depends.kuriyama2012-01-221-0/+2
* - Disallow from pointyhat: distfile exceeds pointyhat filesize limitpav2012-01-221-0/+2
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-2286-86/+86
* A Perl module which provides an enhanced database populate methodswills2012-01-215-0/+96
* - Add TEST_DEPENDSsunpoet2012-01-201-0/+3
* - Update to 4.5.0jgh2012-01-205-79/+91
* Over to perl@ (really not being abandoned!)crees2012-01-201-1/+1
* Over to perl@ -- more exposure to criticismcrees2012-01-201-1/+1
* fix typo %%PG_GROUP%% in pkg-plist-serverjgh2012-01-2012-12/+12
* - Update to 0.9-3tota2012-01-202-4/+3
* - Reset ports due to maintainer timeouts and lack of response to emailstabthorpe2012-01-1921-21/+21
* - Fixed authenticaton to database != 0scheidell2012-01-192-1/+25
* update math/R to 2.14.1, and adjust dependent portsbf2012-01-192-2/+2
* Fix plist to create directory with proper ownerships so PostgreSQL databasejgh2012-01-192-1/+4
* Fix plist to create directory with proper ownerships PostgreSQL databasejgh2012-01-1910-1/+20
* p5-DBIx-Wrapper: convenience wrapper around Perl's DBIjgh2012-01-185-0/+44
* - s/plugins/plugin/g so that its where mysqld expects thempgollucci2012-01-171-5/+6
* Update to 2.2.1jpaetzel2012-01-173-18/+57
* - Pass maintainership to zope@wen2012-01-161-1/+1
* - Update to 2.12.0scheidell2012-01-162-3/+3
* - Update to 0.2105sunpoet2012-01-163-5/+3
* - Add TEST_DEPENDSmiwi2012-01-151-0/+1
* - Update to 1.2.2miwi2012-01-153-6/+22
* - Update to 1.2.1miwi2012-01-152-6/+5
* - Add TEST_DEPENDS to enable testingswills2012-01-141-0/+1
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1448-56/+53
* - Add TEST_DEPENDS to enable testingswills2012-01-141-1/+2
* Update to 5.5.20 release.ale2012-01-134-6/+6
* Update to 5.1.61 release.ale2012-01-132-3/+3
* - update to 2.0.2flo2012-01-133-57/+61
* - Update to 1.027sunpoet2012-01-132-6/+15
* 2012-01-12 databases/phpmyadmin211: No longer supported by the phpMyAdmin pro...eadler2012-01-139-270/+0
* - Update to 1.926sunpoet2012-01-132-6/+17
* - update to 2.1.1wen2012-01-132-3/+3
* Update from 2.4.5 to 2.4.6.osa2012-01-122-3/+3
* share/doc/HTML/en/kmysqladmin/common is a symlink not a directory, fix plist ...bapt2012-01-122-2/+2
* Update to 2.10cs2012-01-103-4/+4
* Update to 2.3 release.ale2012-01-102-3/+3
* Fix multi-instance handling in rc.d scriptdougb2012-01-101-17/+14
* - patch to resolve THRIFT-1487 issuescheidell2012-01-101-0/+9
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-099-9/+9
* The port asks the user a question. Tools like portmaster need tolbr2012-01-091-0/+2