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:
authorSebastian Dröge <sebastian@centricular.com>2020-07-26 18:33:14 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-07-26 18:46:32 +0300
commit0eb777cf5acf7c48ade2a83de5f441e96cf61b90 (patch)
tree8fbe97f7e3876b598fca03c3e5b9a59cb7a9763f /net/reqwest/src
parent1730de6cea10cb73ff1ab882a8235d540bfa5061 (diff)
Update for removal of ObjectImpl::get_type_data()
Diffstat (limited to 'net/reqwest/src')
-rw-r--r--net/reqwest/src/reqwesthttpsrc.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/reqwest/src/reqwesthttpsrc.rs b/net/reqwest/src/reqwesthttpsrc.rs
index c76bd5561..eddfd3fce 100644
--- a/net/reqwest/src/reqwesthttpsrc.rs
+++ b/net/reqwest/src/reqwesthttpsrc.rs
@@ -670,8 +670,6 @@ impl ReqwestHttpSrc {
}
impl ObjectImpl for ReqwestHttpSrc {
- glib_object_impl!();
-
fn set_property(&self, obj: &glib::Object, id: usize, value: &glib::Value) {
let prop = &PROPERTIES[id];
match *prop {