X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=config.mli;h=69c962f88b7ffecc12a88ff603a9ce8d77065173;hb=master;hp=d83b6737037cad3416a030359425218f2f53e36b;hpb=4fa4ca7430421c477e7f813819a8a70279de0a65;p=guestfs-browser.git diff --git a/config.mli b/config.mli index d83b673..69c962f 100644 --- a/config.mli +++ b/config.mli @@ -1,5 +1,5 @@ (* Guestfs Browser. - * Copyright (C) 2010 Red Hat Inc. + * Copyright (C) 2010-2011 Red Hat Inc. * * 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 @@ -16,13 +16,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *) -(** Configuration supplied by autoconf. - - This module is generated by running [./configure], and - contains miscellaneous compile-time constants. *) +(** Configuration. *) val package : string (** The package name. *) + val version : string (** The version number as a string. *) @@ -31,3 +29,6 @@ val hivexregedit : string option val opener : string option (** External program for viewing files, or None if not available. *) + +val icondir : string + (** The icon directory. *)