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 Dec 8, 2020
1 parent b96991a commit c1449e7
Show file tree
Hide file tree
Showing 2 changed files with 541 additions and 452 deletions.
2 changes: 2 additions & 0 deletions glib/src/gstring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,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 c1449e7

Please sign in to comment.