jeremyletang / rgtk

GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
GNU Lesser General Public License v3.0
121 stars 22 forks source link

GtkRecentInfo: use time_t to interface with GTK+ and cast the results back to i64. #262

Closed StephanvanSchaik closed 9 years ago

StephanvanSchaik commented 9 years ago

Fixes issue #250 by properly interfacing with the GtkRecentInfo API. This means that time_t is used for arguments of type time_t instead, and that results of type time_t are being cast to i64.

GuillaumeGomez commented 9 years ago

Hi ! Thanks for your PR ! However, we don't accept PRs anymore on this repo, please go on rust-gnome and make it there please. I close this one.