2002-05-16 jacob berkman <jacob@ximian.com> * Makefile.am: * gnome-settings-default-editor.[ch]: keep text/plain and text* using the same mime type (#78037) * gnome-settings-daemon.c (gnome_settings_daemon_new): load editor and keyboard settings (bugs #78037 and #78016)
18 lines
470 B
C
18 lines
470 B
C
/*
|
|
* gnome-settings-default-editor.h: sync default editor changes to mime database
|
|
*
|
|
* Copyright 2002 Sun Microsystems, Inc.
|
|
*
|
|
* Author: jacob berkman <jacob@ximian.com>
|
|
*
|
|
*/
|
|
|
|
#ifndef GNOME_SETTINGS_DEFAULT_EDITOR_H
|
|
#define GNOME_SETTINGS_DEFAULT_EDITOR_H
|
|
|
|
#include <gconf/gconf-client.h>
|
|
|
|
void gnome_settings_default_editor_init (GConfClient *client);
|
|
void gnome_settings_default_editor_load (GConfClient *client);
|
|
|
|
#endif /* GNOME_SETTINGS_DEFAULT_EDITOR_H */
|