Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'generic/threadshare/src/lib.rs')
-rw-r--r--generic/threadshare/src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/threadshare/src/lib.rs b/generic/threadshare/src/lib.rs
index e9b5a9dc2..6067a2b0c 100644
--- a/generic/threadshare/src/lib.rs
+++ b/generic/threadshare/src/lib.rs
@@ -7,6 +7,12 @@
//!
//! [`runtime`]: runtime/index.html
+/**
+ * plugin-threadshare:
+ *
+ * Since: plugins-rs-0.4.0
+ */
+
#[macro_use]
pub mod runtime;