/* * e-passwords.h * * Copyright (C) 2001 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. */ #ifndef _E_PASSWORD_H_ #define _E_PASSWORD_H_ #include #include G_BEGIN_DECLS /* initialization is now implicit when you call any of the functions below (except _shutdown.). e_passwords_shutdown should be called at exit time to synch the password on-disk storage, and to free up in-memory storage. */ void e_passwords_shutdown (void); void e_passwords_remember_password (const char *component, const char *key); void e_passwords_add_password (const char *key, const char *passwd); char *e_passwords_get_password (const char *component, const char *key); void e_passwords_forget_password (const char *component, const char *key); void e_passwords_forget_passwords (void); void e_passwords_clear_component_passwords (const char *component); typedef enum { E_PASSWORDS_DO_NOT_REMEMBER, E_PASSWORDS_REMEMBER_FOR_SESSION, E_PASSWORDS_REMEMBER_FOREVER } EPasswordsRememberType; char * e_passwords_ask_password (const char *title, const char*component_name, const char *key, const char *prompt, gboolean secret, EPasswordsRememberType remember_type, gboolean *remember, GtkWindow *parent); G_END_DECLS #endif /* _E_PASSWORD_H_ */ .3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/korean
Commit message (Expand)AuthorAgeFilesLines
* Update to 5.3.4.jkim2017-06-221-5/+5
* Fix qt4 ports on armv6.tcberner2017-06-061-1/+1
* Update to 5.3.3.jkim2017-05-201-5/+5
* Update to 5.2.7.jkim2017-05-051-5/+5
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
* Update to 5.2.6.jkim2017-03-281-5/+5
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-191-0/+1
* Move devel/libcheck to devel/checksunpoet2017-02-051-1/+1
* Update to 5.2.5.jkim2017-02-011-5/+5
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-141-1/+1
* Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-sunpoet2017-01-081-1/+1
* textproc/hunspell: update to 1.6.0jbeich2017-01-071-1/+1
* Update to 5.2.4.jkim2017-01-021-5/+5
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* textproc/hunspell: update to 1.5.4jbeich2016-12-041-1/+1
* Update libreoffice to 5.2.3 and liborcus to 0.11.2bapt2016-11-121-4/+5
* Use USES=pathfix where applicable.mat2016-10-212-2/+1
* ${RM} already has -f.mat2016-10-213-4/+4
* Split korean/imhangul into korean/imhangul-gtk2 and korean/imhangul-gtk3.jkim2016-09-1611-23/+70
* Unbreak and modernize the port.jkim2016-09-152-25/+26
* - Unbreak and modernize the port.jkim2016-09-154-23/+44
* Unbreak the port and modernize.jkim2016-09-155-66/+23
* Unbreak the port and modernize.jkim2016-09-154-21/+35
* GOOGLE_CODE has gone away.mat2016-09-144-0/+8
* Fix a package installation error: dvipsk must be installed to run updmaptijl2016-09-104-13/+14
* - Switch to options helpersamdmi32016-07-222-7/+9
* - Switch to options helpersamdmi32016-07-152-5/+7
* Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+0
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-199-13/+13
* Update to 5.0.6.jkim2016-05-071-4/+4
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-0114-22/+22
* - Update to 20160201.jkim2016-03-263-44/+45
* Update to 5.0.5.jkim2016-02-16