/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-folder-selection-dialog.h * * Copyright (C) 2000 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * 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. * * Author: Ettore Perazzoli */ #ifndef E_SHELL_FOLDER_SELECTION_DIALOG_H #define E_SHELL_FOLDER_SELECTION_DIALOG_H #include #include "e-shell.h" #ifdef cplusplus extern "C" { #pragma } #endif /* cplusplus */ #define E_TYPE_SHELL_FOLDER_SELECTION_DIALOG (e_shell_folder_selection_dialog_get_type ()) #define E_SHELL_FOLDER_SELECTION_DIALOG(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SHELL_FOLDER_SELECTION_DIALOG, EShellFolderSelectionDialog)) #define E_SHELL_FOLDER_SELECTION_DIALOG_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_SHELL_FOLDER_SELECTION_DIALOG, EShellFolderSelectionDialogClass)) #define E_IS_SHELL_FOLDER_SELECTION_DIALOG(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_SHELL_FOLDER_SELECTION_DIALOG)) #define E_IS_SHELL_FOLDER_SELECTION_DIALOG_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_SHELL_FOLDER_SELECTION_DIALOG)) typedef struct _EShellFolderSelectionDialog EShellFolderSelectionDialog; typedef struct _EShellFolderSelectionDialogPrivate EShellFolderSelectionDialogPrivate; typedef struct _EShellFolderSelectionDialogClass EShellFolderSelectionDialogClass; struct _EShellFolderSelectionDialog { GtkDialog parent; EShellFolderSelectionDialogPrivate *priv; }; struct _EShellFolderSelectionDialogClass { GtkDialogClass parent_class; void (* folder_selected) (EShellFolderSelectionDialog *folder_selection_dialog, const char *path); void (* cancelled) (EShellFolderSelectionDialog *folder_selection_dialog); }; GtkType e_shell_folder_selection_dialog_get_type (void); void e_shell_folder_selection_dialog_construct (EShellFolderSelectionDialog *folder_selection_dialog, EShell *shell, const char *title, const char *caption, const char *default_uri, const char *allowed_types[], gboolean allow_creation); GtkWidget *e_shell_folder_selection_dialog_new (EShell *shell, const char *title, const char *caption, const char *default_uri, const char *allowed_types[], gboolean allow_creation); const char *e_shell_folder_selection_dialog_get_selected_path (EShellFolderSelectionDialog *folder_selection_dialog); #ifdef cplusplus } #endif /* cplusplus */ #endif /* E_SHELL_FOLDER_SELECTION_DIALOG_H */ ependabot/npm_and_yarn/devel/electron6/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron6/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-netaddr
Commit message (Expand)AuthorAgeFilesLines
* Mk: switch PYTHON_REL to 5 digits to support python 3.10.xDmitry Marakasov2021-05-251-1/+1
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* net/py-netaddr: Update to 0.8.0Kai Knoblich2021-01-223-22/+13
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-291-1/+1
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-211-1/+1
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
* net/py-netaddr: Update to 0.7.19Kubilay Kocak2017-08-063-13/+15
* - Added missing patch to fix shebangsMartin Wilke2017-04-231-0/+14
* - Fix shebangsMartin Wilke2017-04-211-3/+6
* net/py-netaddr: Update to 0.7.18Kubilay Kocak2016-02-024-30/+8