]> Pileus Git - grits/blobdiff - src/gis-prefs.h
Reorganize BMNG and SRTM into plugins
[grits] / src / gis-prefs.h
index 164573492ee4a23e97873720d2702f5ccbc68d13..bbd720b02c5336124659f0114835efacf9c42776 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
- * 
+ *
  * 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 3 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, see <http://www.gnu.org/licenses/>.
  */
@@ -48,7 +48,7 @@ struct _GisPrefsClass {
 GType gis_prefs_get_type(void);
 
 /* Methods */
-GisPrefs *gis_prefs_new(const gchar *prog);
+GisPrefs *gis_prefs_new(const gchar *config, const gchar *defaults);
 
 gchar    *gis_prefs_get_string   (GisPrefs *prefs, const gchar *key);
 gboolean  gis_prefs_get_boolean  (GisPrefs *prefs, const gchar *key);