X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fnative_btstream.i;h=255834c6280b8cf9a4d639178272078d1c3db8d6;hb=130aea3e1b4ae2a448501ae3391682e693177f24;hp=39747bc7c92a474faff5e0fe23ee4c00a491a6ce;hpb=1b8fb86234d51aff255b8e97435d4dbb3316eaec;p=deliverable%2Fbabeltrace.git diff --git a/bindings/python/bt2/bt2/native_btstream.i b/bindings/python/bt2/bt2/native_btstream.i index 39747bc7c..255834c62 100644 --- a/bindings/python/bt2/bt2/native_btstream.i +++ b/bindings/python/bt2/bt2/native_btstream.i @@ -23,16 +23,16 @@ */ /* 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);