From 7291ebf936eba157a7c0149d7ae8fc3ee0f33e10 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 18 Sep 2001 22:50:30 +0000 Subject: (mixgtk_config_remove) new function to remove configuration items --- mixgtk/mixgtk_config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mixgtk/mixgtk_config.h') diff --git a/mixgtk/mixgtk_config.h b/mixgtk/mixgtk_config.h index 7b58cda..ee09045 100644 --- a/mixgtk/mixgtk_config.h +++ b/mixgtk/mixgtk_config.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- mixgtk_config.h : * Configuration functions declarations. * ------------------------------------------------------------------ - * Last change: Time-stamp: <2001-04-29 12:07:11 jao> + * $Id: mixgtk_config.h,v 1.5 2001/09/18 22:50:30 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2001 Free Software Foundation, Inc. * @@ -51,6 +51,10 @@ mixgtk_config_update (const gchar *key, const gchar *value); extern const gchar * mixgtk_config_get (const gchar *key); +/* remove config item */ +extern void +mixgtk_config_remove (const gchar *key); + /* save configuration */ extern void mixgtk_config_save (void); -- cgit v1.2.3