api: Fix small copy&paste typo

This commit is contained in:
Marcel Holtmann 2010-09-22 11:34:21 +09:00
parent 4196182770
commit 128859486c
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ Methods dict GetProperties()
that represents the currently pending messages.
This method call should only be used once when an
application starts up. Further call additions and
removal shall be monitored via MessageAdded and
application starts up. Further message additions
and removal shall be monitored via MessageAdded and
MessageRemoved signals.
void SetProperty(string name, variant value)