Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / bindings / python / bt2 / bt2 / native_btstream.i
index 39747bc7c92a474faff5e0fe23ee4c00a491a6ce..255834c6280b8cf9a4d639178272078d1c3db8d6 100644 (file)
  */
 
 /* Type */
-struct bt_ctf_stream;
+struct bt_stream;
 
 /* Functions */
-struct bt_ctf_stream *bt_ctf_stream_create(
-               struct bt_ctf_stream_class *stream_class,
+struct bt_stream *bt_stream_create(
+               struct bt_stream_class *stream_class,
                const char *name);
-struct bt_ctf_stream *bt_ctf_stream_create_with_id(
-               struct bt_ctf_stream_class *stream_class,
+struct bt_stream *bt_stream_create_with_id(
+               struct bt_stream_class *stream_class,
                const char *name, uint64_t id);
-const char *bt_ctf_stream_get_name(struct bt_ctf_stream *stream);
-int64_t bt_ctf_stream_get_id(struct bt_ctf_stream *stream);
-struct bt_ctf_stream_class *bt_ctf_stream_get_class(
-               struct bt_ctf_stream *stream);
+const char *bt_stream_get_name(struct bt_stream *stream);
+int64_t bt_stream_get_id(struct bt_stream *stream);
+struct bt_stream_class *bt_stream_get_class(
+               struct bt_stream *stream);
This page took 0.023538 seconds and 4 git commands to generate.