aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/context/libkvicontext.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-03-04 17:48:09 +0000
committerGravatar Elvio Basello2008-03-04 17:48:09 +0000
commit4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 (patch)
treeeda6b9d24fc6a9e3c8553abb205ce948737790e5 /src/modules/context/libkvicontext.cpp
parentFix for a crash with shared files (diff)
downloadKVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.gz
KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.bz2
KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.zip
some little fixes around;
fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/context/libkvicontext.cpp')
-rw-r--r--src/modules/context/libkvicontext.cpp28
1 files changed, 20 insertions, 8 deletions
diff --git a/src/modules/context/libkvicontext.cpp b/src/modules/context/libkvicontext.cpp
index c97c7cebe..889a9593b 100644
--- a/src/modules/context/libkvicontext.cpp
+++ b/src/modules/context/libkvicontext.cpp
@@ -90,7 +90,7 @@
returns nothing. If the specified IRC context is not currently connected
then this function returns nothing.
@seealso:
- $context.serverHostName
+ [fnc]$context.serverHostName[/fnc]
*/
STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
@@ -122,7 +122,9 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
Please note that this is different from $my.server() which might
return an invalid DNS entry.
@seealso:
- $context.serverPort, $context.serverIpAddress, $context.serverPassword
+ [fnc]$context.serverPort[/fnc],
+ [fnc]$context.serverIpAddress[/fnc],
+ [fnc]$context.serverPassword[/fnc]
*/
STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
@@ -148,7 +150,9 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
returns nothing. If the specified IRC context is not currently connected
then this function returns nothing.
@seealso:
- $context.serverPort, $context.serverHostName, $context.serverPassword
+ [fnc]$context.serverPort[/fnc],
+ [fnc]$context.serverHostName[/fnc],
+ [fnc]$context.serverPassword[/fnc]
*/
STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
@@ -175,7 +179,9 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
is not currently connected then this function returns nothing (that
evaluates to false).
@seealso:
- $context.serverPort, $context.serverHostName, $context.serverPassword
+ [fnc]$context.serverPort[/fnc],
+ [fnc]$context.serverHostName[/fnc],
+ [fnc]$context.serverPassword[/fnc]
*/
STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
@@ -202,7 +208,9 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
is not currently connected then this function returns nothing (that
evaluates to false).
@seealso:
- $context.serverPort, $context.serverHostName, $context.serverPassword
+ [fnc]$context.serverPort[/fnc],
+ [fnc]$context.serverHostName[/fnc],
+ [fnc]$context.serverPassword[/fnc]
*/
STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
@@ -228,7 +236,9 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
returns nothing. If the specified IRC context is not currently connected
then this function returns nothing.
@seealso:
- $context.serverHostName, $context.serverIpAddress, $context.serverPort
+ [fnc]$context.serverHostName[/fnc],
+ [fnc]$context.serverIpAddress[/fnc],
+ [fnc]$context.serverPort[/fnc]
*/
STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
@@ -255,7 +265,8 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
returns nothing. If the specified IRC context is not currently connected
then this function returns nothing.
@seealso:
- $context.serverHostName, $context.serverIpAddress
+ [fnc]$context.serverHostName[/fnc],
+ [fnc]$context.serverIpAddress[/fnc]
*/
STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
@@ -282,7 +293,8 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
If the irc_context_id specification is not valid then this function
returns nothing.
@seealso:
- $context.serverHostName, $context.serverIpAddress
+ [fnc]$context.serverHostName[/fnc],
+ [fnc]$context.serverIpAddress[/fnc]
*/
static bool context_kvs_fnc_state(KviKvsModuleFunctionCall * c)