summaryrefslogtreecommitdiff
path: root/include/im_attrib.h
diff options
context:
space:
mode:
authorscuri <scuri>2009-08-19 18:39:31 +0000
committerscuri <scuri>2009-08-19 18:39:31 +0000
commit43522c5f2a12dc0cf3cda733e4fb5c04cd62a154 (patch)
tree898c6d10776a5e8e50dc93c7c51d334e5bc79cb3 /include/im_attrib.h
parent40b9c00bf632734a5871c78d58c7661f1b0988a0 (diff)
*** empty log message ***
Diffstat (limited to 'include/im_attrib.h')
-rw-r--r--include/im_attrib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/im_attrib.h b/include/im_attrib.h
index 3dec798..76302ef 100644
--- a/include/im_attrib.h
+++ b/include/im_attrib.h
@@ -46,6 +46,7 @@ public:
{ imAttribTableCopyFrom(ptable, table.ptable); }
/** Inserts an attribute into the table. \n
+ * If data_type is BYTE then count can be -1 to indicate a NULL terminated string.
* Data is duplicated if not NULL, else data is initialized with zeros.
* See also \ref imDataType. */
void Set(const char* name, int data_type, int count, const void* data)