Rename "query info" to "query" everywhere, and "action" to "object"
[babeltrace.git] / plugins / ctf / fs / fs.h
index 936cfdd0184e3c9990615e2ec8c479b7ee63648d..80e56c1b6f94013fdc330391285ec4ddc6ed51bd 100644 (file)
@@ -127,7 +127,7 @@ struct bt_notification *ctf_fs_iterator_get(
                struct bt_notification_iterator *iterator);
 
 BT_HIDDEN
-struct bt_value *ctf_fs_query_info(struct bt_component_class *comp_class,
-               const char *action, struct bt_value *params);
+struct bt_value *ctf_fs_query(struct bt_component_class *comp_class,
+               const char *object, struct bt_value *params);
 
 #endif /* BABELTRACE_PLUGIN_CTF_FS_H */
This page took 0.024422 seconds and 4 git commands to generate.