remove extra references

This commit is contained in:
yggverse 2024-11-08 05:37:40 +02:00
parent 07ee9cba07
commit 2d8b603b54
3 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@ impl Status {
/// Return `Self` reference to apply another functions in chain
pub fn set_title(&self, value: &str) -> &Self {
self.gobject.set_title(value);
&self
self
}
/// Set new description for `Self`
@ -46,7 +46,7 @@ impl Status {
/// Return `Self` reference to apply another functions in chain
pub fn set_description(&self, value: Option<&str>) -> &Self {
self.gobject.set_description(value);
&self
self
}
// Getters