summaryrefslogtreecommitdiff
path: root/src/nautilus-self-check-functions.h
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-01-07 00:07:34 +0000
committerDarin Adler <darin@src.gnome.org>2000-01-07 00:07:34 +0000
commit313469f41318c61679368f9fa5973151f5f6500b (patch)
tree3ef5110ac2fadd29561c2ad4203a48b06b2e2ca8 /src/nautilus-self-check-functions.h
parent5abab532aa672b3febfbb97017fc42da767d9b97 (diff)
downloadnautilus-313469f41318c61679368f9fa5973151f5f6500b.tar.gz
Moved self-check framework into libnautilus. Added functions so each
check will report if it fails instead of just aborting. Added new functions to manage a string that specifies a color or gradient, and added tests for the new functions.
Diffstat (limited to 'src/nautilus-self-check-functions.h')
-rw-r--r--src/nautilus-self-check-functions.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/nautilus-self-check-functions.h b/src/nautilus-self-check-functions.h
index 33e872308..6c11cf9bc 100644
--- a/src/nautilus-self-check-functions.h
+++ b/src/nautilus-self-check-functions.h
@@ -1,9 +1,9 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*-
- nautilus-self-check-functions.h: Prototypes for all the functions
- called by the self-check framework.
+ nautilus-self-check-functions.h: Wrapper and prototypes for all self
+ check functions in Nautilus proper.
- Copyright (C) 1999 Eazel, Inc.
+ Copyright (C) 1999, 2000 Eazel, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -23,6 +23,8 @@
Author: Darin Adler <darin@eazel.com>
*/
+void nautilus_run_self_checks (void);
+
/* Putting the prototypes for these self-check functions in each
header file for the files they are defined in would make compiling
the self-check framework take way too long (since one file would
@@ -31,5 +33,4 @@
So we put the prototypes here instead.
*/
-void self_check_fm_directory(void);
-void self_check_gdk_extensions(void);
+void nautilus_self_check_fm_directory (void);