summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2013-08-16 16:57:32 -0700
committerNagappan Alagappan <nagappan@gmail.com>2013-08-16 16:57:32 -0700
commit1758a2377ee60ea5c7f4d836520de5d971dbc67c (patch)
tree8298e8850c32ee426da800351260a563c1a8c449
parent0c03b9f5e6b818a51fa7c6ac2dc333d84a381005 (diff)
moin2mdwn: convert page guiexist
-rw-r--r--guiexist.mdwn22
-rw-r--r--guiexist.moin17
2 files changed, 22 insertions, 17 deletions
diff --git a/guiexist.mdwn b/guiexist.mdwn
new file mode 100644
index 0000000..ffc58de
--- /dev/null
+++ b/guiexist.mdwn
@@ -0,0 +1,22 @@
+
+
+## Syntax
+
+guiexist ('<window name>')
+
+
+## Description
+
+If the given window name exist, this function returns 1. If window doesnot exist, then this function returns 0.
+
+Ref: [[ldtp.c|http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/ldtp.c]]
+
+
+## Implementation
+
+returns 1 on success and 0 on no existing window
+
+
+## Example
+
+guiexist ('dlgOpen')
diff --git a/guiexist.moin b/guiexist.moin
deleted file mode 100644
index f479827..0000000
--- a/guiexist.moin
+++ /dev/null
@@ -1,17 +0,0 @@
-== Syntax ==
-
-guiexist ('<window name>')
-
-== Description ==
-
-If the given window name exist, this function returns 1. If window doesnot exist, then this function returns 0.
-
-Ref: [[http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/ldtp.c|ldtp.c]]
-
-== Implementation ==
-
-returns 1 on success and 0 on no existing window
-
-== Example ==
-
-guiexist ('dlgOpen')