summaryrefslogtreecommitdiff
path: root/include/im_attrib.h
diff options
context:
space:
mode:
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)