Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
WIP: Refactor Value traits
Browse files Browse the repository at this point in the history
Fixes #48
  • Loading branch information
sdroege committed Nov 30, 2020
1 parent 59d80c6 commit f4f9a2f
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 344 deletions.
2 changes: 2 additions & 0 deletions glib/src/gstring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ impl SetValueOptional for GString {
}
}

// TODO: Also for Vec<>, &[], []

impl_from_glib_container_as_vec_string!(GString, *const c_char);
impl_from_glib_container_as_vec_string!(GString, *mut c_char);

Expand Down
Loading

0 comments on commit f4f9a2f

Please sign in to comment.