~ubuntu-branches/ubuntu/utopic/sblim-sfcc/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/fix-manpage-mismatch.patch/man/man3/CMCIClientFT.setProperty.3

  • Committer: Package Import Robot
  • Author(s): Kent Baxley
  • Date: 2014-06-25 13:34:21 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140625133421-6a2arkqw06znji3u
Tags: 2.2.7-0ubuntu1
* New upstream release (LP: #1335941). 
* New Features:
 - [bugs:#2692] SFCC: SfcbLocal interface should expose markHeap() and releaseHeap()

 Bugs:
 - [bugs:#2728] Missing tag definition for REFARRAY
 - [bugs:#2729] Improper type handling for EmbeddedObject in PARAMVALUE
 - [bugs:#2730] More memory leaks in backend/cimxml/grammer.c
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH  3  2005-06-09 "sfcc" "SFCBroker Client Library"
 
2
.SH NAME
 
3
CMCIClientFT.setProperty() \- Set a named property value of an instance
 
4
.SH SYNOPSIS
 
5
.nf
 
6
.B #include <cmci.h>
 
7
.sp
 
8
.BI CMPIStatus
 
9
.BI CMCIClientFT.setProperty (CMCIClient* cl,
 
10
.br
 
11
.BI                             CMPIObjectPath* op,
 
12
.br
 
13
.BI                             const char* name,
 
14
.br
 
15
.BI                             CMPIValue* value,
 
16
.br
 
17
.BI                             CMPIType type);
 
18
.br
 
19
.sp
 
20
.fi
 
21
.SH DESCRIPTION
 
22
Set the named property value of an instance identified by reference \fIop\fP.
 
23
.PP
 
24
Arguments are the client object pointer \fIcl\fP, an ObjectPath object 
 
25
pointer \fIop\fP with the namespace and classname to identify the instance,
 
26
a pointer to a string with the property name to set in \fIname\fP,
 
27
a pointer to the CMPIValue with the value to set in \fIvalue\fP,
 
28
and \fIrc\fP which returns the operation status (suppressed when NULL).
 
29
.PP
 
30
.SH "RETURN VALUE"
 
31
When successful the \fBCMCIClientFT.setProperty()\fP function returns
 
32
a CMPIStatus object with a successful operation status code set.
 
33
When unsuccessful it returns the CMPIStatus object with the error code 
 
34
and corresponding error string set.
 
35
.SH "ERRORS"
 
36
.sp
 
37
.SH "EXAMPLES"
 
38
.sp
 
39
.SH "CONFORMING TO"
 
40
.sp
 
41
.SH "SEE ALSO"
 
42
Common Manageability Programming Interface (CMPI) - OpenGroup,
 
43
.br
 
44
CMCIClient(3), CMPIStatus(3), CMPIObjectPath(3), CMPIValue(3),
 
45
CMPIType(3)