Standardize *get_*() functions
[babeltrace.git] / include / babeltrace / plugin / plugin.h
index 64192b3d3a0a9ec19b26a8c76d0df9a48d24810a..1738c27df0d2e29b3b4e6bf6dc046aa7bbf78d7f 100644 (file)
@@ -112,8 +112,8 @@ extern enum bt_plugin_status bt_plugin_get_version(struct bt_plugin *plugin,
 
 extern int64_t bt_plugin_get_component_class_count(struct bt_plugin *plugin);
 
-extern struct bt_component_class *bt_plugin_get_component_class(
-               struct bt_plugin *plugin, size_t index);
+extern struct bt_component_class *bt_plugin_get_component_class_by_index(
+               struct bt_plugin *plugin, uint64_t index);
 
 extern
 struct bt_component_class *bt_plugin_get_component_class_by_name_and_type(
@@ -125,7 +125,7 @@ int64_t bt_plugin_set_get_plugin_count(struct bt_plugin_set *plugin_set);
 
 extern
 struct bt_plugin *bt_plugin_set_get_plugin(struct bt_plugin_set *plugin_set,
-               unsigned int index);
+               uint64_t index);
 
 #ifdef __cplusplus
 }
This page took 0.03291 seconds and 4 git commands to generate.