summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/sqldatabase/sqldatabase.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-04-28 16:41:00 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-04-28 16:41:00 (GMT)
commit586ff2d7e613137a1199dc973739235245730716 (patch)
tree88786d5fe0686617f56e78bfa43520a8efa765eb /doc/src/snippets/sqldatabase/sqldatabase.pro
parentaa697d98d666046e9b504fcc376a6a2c9aa36812 (diff)
parent3540dd2155c730a2aeb173265acb9f7b6e53a8a5 (diff)
downloadQt-586ff2d7e613137a1199dc973739235245730716.zip
Qt-586ff2d7e613137a1199dc973739235245730716.tar.gz
Qt-586ff2d7e613137a1199dc973739235245730716.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public: Renaming a few unexported, private symbols
Diffstat (limited to 'doc/src/snippets/sqldatabase/sqldatabase.pro')
0 files changed, 0 insertions, 0 deletions
Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/doc/GetHostName.3
blob: 28f3a4fb5d32607d4ed58175148b6b05593bae20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
'\"
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved.
'\" 
.so man.macros
.TH Tcl_GetHostName 3 8.3 Tcl "Tcl Library Procedures"
.BS
.SH NAME
Tcl_GetHostName \- get the name of the local host
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR
.sp
const char *
\fBTcl_GetHostName\fR()
.BE

.SH DESCRIPTION
.PP
\fBTcl_GetHostName\fR is a utility procedure used by some of the
Tcl commands.  It returns a pointer to a string containing the name 
for the current machine, or an empty string if the name cannot be
determined.  The string is statically allocated, and the caller must
not modify of free it.
.PP
.SH KEYWORDS
hostname