/* * e-mail-label-dialog.h * * 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_MAIL_LABEL_DIALOG_H #define E_MAIL_LABEL_DIALOG_H #include /* Standard GObject macros */ #define E_TYPE_MAIL_LABEL_DIALOG \ (e_mail_label_dialog_get_type ()) #define E_MAIL_LABEL_DIALOG(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_MAIL_LABEL_DIALOG, EMailLabelDialog)) #define E_MAIL_LABEL_DIALOG_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_MAIL_LABEL_DIALOG, EMailLabelDialogClass)) #define E_IS_MAIL_LABEL_DIALOG(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_MAIL_LABEL_DIALOG)) #define E_IS_MAIL_LABEL_DIALOG_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((cls), E_TYPE_MAIL_LABEL_DIALOG)) #define E_MAIL_LABEL_DIALOG_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_MAIL_LABEL_DIALOG, EMailLabelDialogClass)) G_BEGIN_DECLS typedef struct _EMailLabelDialog EMailLabelDialog; typedef struct _EMailLabelDialogClass EMailLabelDialogClass; typedef struct _EMailLabelDialogPrivate EMailLabelDialogPrivate; struct _EMailLabelDialog { GtkDialog parent; EMailLabelDialogPrivate *priv; }; struct _EMailLabelDialogClass { GtkDialogClass parent_class; }; GType e_mail_label_dialog_get_type (void); GtkWidget * e_mail_label_dialog_new (GtkWindow *parent); const gchar * e_mail_label_dialog_get_label_name (EMailLabelDialog *dialog); void e_mail_label_dialog_set_label_name (EMailLabelDialog *dialog, const gchar *label_name); void e_mail_label_dialog_get_label_color (EMailLabelDialog *dialog, GdkColor *label_color); void e_mail_label_dialog_set_label_color (EMailLabelDialog *dialog, const GdkColor *label_color); G_END_DECLS #endif /* E_MAIL_LABEL_DIALOG_H */ abot/npm_and_yarn/devel/electron4/files/minimist-1.2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.76culot2015-03-173-3/+5
* - Update to 1.75culot2015-03-113-3/+7
* - Update to 1.74culot2015-03-063-5/+24
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1
* Cleanup plistbapt2014-10-271-9/+0
* - Update to 1.73culot2014-08-023-3/+4
* - Update to 1.72culot2014-04-263-3/+5
* Support staging.ehaupt2014-02-052-63/+61
* 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-101-1/+2
* - Update to 1.71culot2013-01-282-14/+9
* - Reassign to the heap at maintainer's requesttabthorpe2012-10-161-6/+2
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+8
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Dev...pgollucci2012-03-091-8/+1
* - Update to 1.64sunpoet2011-09-253-16/+25
* -remove MD5ohauer2011-07-031-1/+0
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autopgollucci2010-09-242-1/+1
* - Update to 1.63sahil2010-08-183-4/+8
* - Update to 1.61miwi2009-05-014-34/+8