/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ #ifndef E_COMPOSER_HEADER_H #define E_COMPOSER_HEADER_H #include "e-composer-common.h" /* Standard GObject macros */ #define E_TYPE_COMPOSER_HEADER \ (e_composer_header_get_type ()) #define E_COMPOSER_HEADER(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_COMPOSER_HEADER, EComposerHeader)) #define E_COMPOSER_HEADER_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_COMPOSER_HEADER, EComposerHeaderClass)) #define E_IS_COMPOSER_HEADER(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_COMPOSER_HEADER)) #define E_IS_COMPOSER_HEADER_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((cls), E_TYPE_COMPOSER_HEADER)) #define E_COMPOSER_HEADER_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_COMPOSER_HEADER, EComposerHeaderClass)) G_BEGIN_DECLS typedef struct _EComposerHeader EComposerHeader; typedef struct _EComposerHeaderClass EComposerHeaderClass; typedef struct _EComposerHeaderPrivate EComposerHeaderPrivate; struct _EComposerHeader { GObject parent; GtkWidget *title_widget; GtkWidget *input_widget; EComposerHeaderPrivate *priv; }; struct _EComposerHeaderClass { GObjectClass parent_class; /* Signals */ void (*changed) (EComposerHeader *header); void (*clicked) (EComposerHeader *header); }; GType e_composer_header_get_type (void); gchar * e_composer_header_get_label (EComposerHeader *header); gboolean e_composer_header_get_sensitive (EComposerHeader *header); void e_composer_header_set_sensitive (EComposerHeader *header, gboolean sensitive); gboolean e_composer_header_get_visible (EComposerHeader *header); void e_composer_header_set_visible (EComposerHeader *header, gboolean visible); void e_composer_header_set_title_tooltip (EComposerHeader *header, const gchar *tooltip); void e_composer_header_set_input_tooltip (EComposerHeader *header, const gchar *tooltip); G_END_DECLS #endif /* E_COMPOSER_HEADER_H */ pm_and_yarn/devel/electron4/files/node-fetch-2.6.1'>dependabot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-Lambda
Commit message (Expand)AuthorAgeFilesLines
* 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-081-5/+3
* - Update to 1.23swills2012-09-082-3/+3
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.az2011-02-121-1/+1
* Update to 1.20az2010-05-243-4/+8
* - Update to 1.15pgollucci2009-12-162-4/+4
* - Update to 1.13az2009-09-222-4/+4
* Update to version 0.12az2009-09-043-5/+5
* Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plistspgollucci2009-07-311-2/+2