/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-folder-tree.h * * Copyright (C) 2000 Ximian, Inc. * * 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 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 * 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_FOLDER_TREE_H_ #define _E_FOLDER_TREE_H_ #include typedef struct _EFolderTree EFolderTree; typedef void (* EFolderDestroyNotify) (EFolderTree *tree, const char *path, void *data, void *closure); typedef void (* EFolderTreeForeachFunc) (EFolderTree *tree, const char *path, void *data, void *closure); EFolderTree *e_folder_tree_new (EFolderDestroyNotify folder_destroy_notify, void *closure); void e_folder_tree_destroy (EFolderTree *folder_tree); gboolean e_folder_tree_add (EFolderTree *folder_tree, const char *path, void *data); gboolean e_folder_tree_remove (EFolderTree *folder_tree, const char *path); void *e_folder_tree_get_folder (EFolderTree *folder_tree, const char *path); GList *e_folder_tree_get_subfolders (EFolderTree *folder_tree, const char *path); void e_folder_tree_foreach (EFolderTree *folder_tree, EFolderTreeForeachFunc foreach_func, void *data); const char *e_folder_tree_get_path_for_data (EFolderTree *folder_tree, const void *data); #endif /* _E_FOLDER_TREE_H_ */ /devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/dns/libbind
Commit message (Expand)AuthorAgeFilesLines
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-2/+2
* - Switch to options helpersamdmi32015-09-031-16/+3
* - Simplify MASTER_SITESamdmi32015-03-051-6/+6
* Cleanup plistbapt2014-10-271-4/+0
* - Stage supportmiwi2014-02-022-6/+12
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* forgot the keep the defaultsbapt2012-10-121-0/+1
* Convert to new options frameworkbapt2012-10-121-4/+3
* Throw my ports back in the pool, and make my intentions clear for thedougb2012-10-081-6/+1
* Remove my personal web site from MASTER_SITESdougb2012-07-291-2/+1
* Stop installing catpagesbapt2012-05-082-0/+28
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
* Miscellaneous cleanups and fixes, some of the windowmaker stuffdougb2011-05-162-2/+2
* - Get Rid MD5 supportmiwi2011-03-201-2/+0
* Unbreak on HEADdougb2010-06-141-4/+7
* - Mark BROKEN on HEAD: fails to build with new utmpxmiwi2010-03-211-0/+4