diff options
Diffstat (limited to 'slv2/pluginclass.h')
-rw-r--r-- | slv2/pluginclass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slv2/pluginclass.h b/slv2/pluginclass.h index 74c594e..3dacfd7 100644 --- a/slv2/pluginclass.h +++ b/slv2/pluginclass.h @@ -33,6 +33,7 @@ extern "C" { /** Get the URI of this class' superclass. * * Returned value is owned by \a plugin_class and must not be freed by caller. + * Returned value may be NULL, if class has no parent. * * Time = O(1) */ |