summaryrefslogtreecommitdiff
path: root/documentation/functions.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-01-23 09:53:51 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-01-23 09:53:51 +0000
commit5724b00c9a358ccc7e04921de869adee4f5f807b (patch)
tree98d4b8749a6345157f1c14d526208f307ab1e041 /documentation/functions.html
parent930d62b9f67158804f27f8ebf69637c1172272c1 (diff)
Removed fl_filename_isdir_quick from the documentation. I would make it static to File_Chooser2.cxx, but we also need it in File_Browser.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5633 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/functions.html')
-rw-r--r--documentation/functions.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/documentation/functions.html b/documentation/functions.html
index c7d8b9e9f..37d799186 100644
--- a/documentation/functions.html
+++ b/documentation/functions.html
@@ -76,7 +76,6 @@ A</A>.
<LI><A HREF="#fl_filename_expand"><TT>fl_filename_expand</TT></A></LI>
<LI><A HREF="#fl_filename_ext"><TT>fl_filename_ext</TT></A></LI>
<LI><A HREF="#fl_filename_isdir"><TT>fl_filename_isdir</TT></A></LI>
- <LI><A HREF="#fl_filename_isdir_quick"><TT>fl_filename_isdir_quick</TT></A></LI>
<LI><A HREF="#fl_filename_list"><TT>fl_filename_list</TT></A></LI>
<LI><A HREF="#fl_filename_match"><TT>fl_filename_match</TT></A></LI>
<LI><A HREF="#fl_filename_name"><TT>fl_filename_name</TT></A></LI>
@@ -310,7 +309,6 @@ A</A>.
<LI><A HREF="#fl_filename_expand"><TT>fl_filename_expand</TT></A></LI>
<LI><A HREF="#fl_filename_ext"><TT>fl_filename_ext</TT></A></LI>
<LI><A HREF="#fl_filename_isdir"><TT>fl_filename_isdir</TT></A></LI>
- <LI><A HREF="#fl_filename_isdir_quick"><TT>fl_filename_isdir_quick</TT></A></LI>
<LI><A HREF="#fl_filename_list"><TT>fl_filename_list</TT></A></LI>
<LI><A HREF="#fl_filename_match"><TT>fl_filename_match</TT></A></LI>
<LI><A HREF="#fl_filename_name"><TT>fl_filename_name</TT></A></LI>
@@ -937,34 +935,6 @@ int fl_filename_isdir(const char *f);
<!-- NEED 4in -->
-<H2><A NAME="fl_filename_isdir_quick">fl_filename_isdir_quick</A></H2>
-
-<HR>
-
-<H3>Include Files</H3>
-
-<UL><PRE>
-#include &lt;FL/filename.H&gt;
-</PRE></UL>
-
-<H3>Prototype</H3>
-
-<UL><PRE>
-int fl_filename_isdir_quick(const char *f);
-</PRE></UL>
-
-<H3>Description</H3>
-
-<P>Returns non-zero if the file is a directory. If the
-filename ends in a directory seperator (usually the
-slash '/'), the existence of the directory will not
-be verified and '1' is returned. This is much faster
-than <tt>fl_filename_isdir</tt> if the file is known
-to exist, because its filename was obtained via
-<tt>fl_filename_list</tt> or similar.
-
-
-<!-- NEED 4in -->
<H2><A NAME="fl_filename_list">fl_filename_list</A></H2>
<HR>