mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
XML property list support completed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10501 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
06ee1f7be5
commit
d96a040986
10 changed files with 489 additions and 116 deletions
|
@ -34,8 +34,9 @@
|
|||
<li ><a href ="NSProcessInfo.html#method-4">-hostName</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-5">-operatingSystem</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-6">-operatingSystemName</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-7">-processName</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-8">-setProcessName:</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-7">-processIdentifier</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-8">-processName</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-9">-setProcessName:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">processInfo</a></h3>
|
||||
|
@ -74,12 +75,22 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-7">processName</a></h3>
|
||||
<h3><a name ="method-7">processIdentifier</a></h3>
|
||||
- (int) <b>processIdentifier</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Returns the number identifying this process on this system.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-8">processName</a></h3>
|
||||
- (NSString*) <b>processName</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-8">setProcessName:</a></h3>
|
||||
<h3><a name ="method-9">setProcessName:</a></h3>
|
||||
- (void) <b>setProcessName:</b> (NSString*)newName;<br>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue