/* * Copyright (C) 2000 Helix Code Inc. * * Authors: * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License * as published by the Free Software Foundation; either version 2 of * the License, 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 Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "camel-news-address.h" static void camel_news_address_class_init (CamelNewsAddressClass *klass); static void camel_news_address_init (CamelNewsAddress *obj); static CamelAddressClass *camel_news_address_parent; enum SIGNALS { LAST_SIGNAL }; static guint signals[LAST_SIGNAL] = { 0 }; guint camel_news_address_get_type (void) { static guint type = 0; if (!type) { GtkTypeInfo type_info = { "CamelNewsAddress", sizeof (CamelNewsAddress), sizeof (CamelNewsAddressClass), (GtkClassInitFunc) camel_news_address_class_init, (GtkObjectInitFunc) camel_news_address_init, (GtkArgSetFunc) NULL, (GtkArgGetFunc) NULL }; type = gtk_type_unique (camel_address_get_type (), &type_info); } return type; } static void camel_news_address_class_init (CamelNewsAddressClass *klass) { GtkObjectClass *object_class = (GtkObjectClass *) klass; camel_news_address_parent = gtk_type_class (camel_address_get_type ()); gtk_object_class_add_signals (object_class, signals, LAST_SIGNAL); } static void camel_news_address_init (CamelNewsAddress *obj) { } /** * camel_news_address_new: * * Create a new CamelNewsAddress object. * * Return value: A new CamelNewsAddress widget. **/ CamelNewsAddress * camel_news_address_new (void) { CamelNewsAddress *new = CAMEL_NEWS_ADDRESS ( gtk_type_new (camel_news_address_get_type ())); return new; } _and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-mad
Commit message (Expand)AuthorAgeFilesLines
* Add PORTSCOUTsunpoet2017-05-211-0/+2
* Relax USES=pythonsunpoet2017-05-212-12/+11
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
* Upgrade to 0.9.vanilla2016-01-132-4/+4
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
* - Update to 0.8amdmi32015-05-223-11/+12
* - Clarify LICENSEamdmi32015-03-131-2/+6
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
* Fix dependency on libmadbapt2014-10-201-2/+2
* - Convert ports from audio/ to new USES=pythonmva2014-10-191-5/+2
* Chase libmad changesbapt2014-02-051-0/+1
* Python cleanup:rene2014-01-141-1/+1
* - Enable stage supportmva2013-09-281-5/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* - Update to 0.7miwi2013-03-242-16/+8
* - Update MASTER_SITES and WWW: linemiwi2012-01-292-4/+9
* - Respect CCmiwi2012-01-041-1/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-241-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+1
* Update to 0.6perky2007-02-122-4/+4
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
* SHA256ifyedwin2006-01-221-0/+1
* Update to 0.5.4perky2005-11-02