Skip to content

Commit

Permalink
Ignore base uri
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed May 16, 2017
1 parent c23ae0b commit 310ffdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 9 additions & 1 deletion Gir.toml
Expand Up @@ -27,4 +27,12 @@ status = "generate"
pattern = "render_cairo(_sub)?"
[[object.function.parameter]]
name = "cr"
const = true
const = true

[[object.function]]
name = "get_base_uri"
ignore = true

[[object.property]]
name = "base-uri"
ignore = true
6 changes: 0 additions & 6 deletions src/auto/handle.rs
Expand Up @@ -63,12 +63,6 @@ impl Handle {
}
}

pub fn get_base_uri(&self) -> Option<String> {
unsafe {
from_glib_none(ffi::rsvg_handle_get_base_uri(self.to_glib_none().0))
}
}

pub fn get_dimensions(&self) -> DimensionData {
unsafe {
let mut dimension_data = DimensionData::uninitialized();
Expand Down

0 comments on commit 310ffdf

Please sign in to comment.