ir: rename bt_ctf_field_path_get_root()
[babeltrace.git] / include / babeltrace / ctf-ir / field-path.h
index 5a0ec2af25cd62ea8192a24252b932fd30aacbf8..ffcaae008a216df038bcd7d8096fa3fa1e13eae4 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
 struct bt_ctf_field_path;
 
 /*
- * bt_ctf_field_path_get_root: get the root node of a field path.
+ * bt_ctf_field_path_get_root_scope: get the root node of a field path.
  *
  * Get the field path's root node.
  *
@@ -45,7 +45,7 @@ struct bt_ctf_field_path;
  *
  * Returns the root node of a field path, or BT_CTF_SCOPE_UNKNOWN on error.
  */
-extern enum bt_ctf_scope bt_ctf_field_path_get_root(
+extern enum bt_ctf_scope bt_ctf_field_path_get_root_scope(
                const struct bt_ctf_field_path *field_path);
 
 /*
This page took 0.027399 seconds and 4 git commands to generate.