added some comments and max values

This commit is contained in:
skarg
2013-11-18 02:11:43 +00:00
parent 94cf94b09d
commit 85bd51dca7
2 changed files with 27 additions and 1 deletions
+6 -1
View File
@@ -52,6 +52,10 @@ extern "C" {
bool bactext_object_type_index(
const char *search_name,
unsigned *found_index);
const char *bactext_notify_type_name(
unsigned index);
const char *bactext_event_type_name(
unsigned index);
const char *bactext_property_name(
unsigned index);
const char *bactext_property_name_default(
@@ -98,7 +102,8 @@ extern "C" {
unsigned index);
const char *bactext_node_type_name(
unsigned index);
const char *bactext_character_string_encoding_name(
unsigned index);
const char *bactext_event_transition_name(
unsigned index);
bool bactext_event_transition_index(