gio-standalone merged into glib
I just commited the gio code into glib:
185 files changed, 52768 insertions(+), 8 deletions(-)
This is a pretty large piece of work. Its still got some areas that need work, and the docs are far from ready, however the API is imho pretty powerful and easy to understand. If your app uses file I/O in any way, please take a look at the GIO APIs and give feedback.
November 26th, 2007 at 5:11 pm
Awesome! Thanks for the nice work!
November 26th, 2007 at 5:26 pm
Yay! Thanks for all the hard work in the past few months!
November 26th, 2007 at 5:31 pm
NICE!!!! Amazing work! Hope to be able to test it soon (no coding stuff for me).
November 26th, 2007 at 5:35 pm
congratulations!
November 26th, 2007 at 5:56 pm
DUDE! WOAH!
November 26th, 2007 at 7:24 pm
Congrat’s Alex !
Will Gtk 2.14 file chooser makes use of gio ?
Regards,
Étienne.
November 26th, 2007 at 7:24 pm
Sounds like interesting work; could you point to a project overview, for people not already familiar with the GIO work?
November 26th, 2007 at 9:01 pm
Great! Really, thanks for all your work!
November 26th, 2007 at 9:05 pm
Hi,alex can you give us some tips to start develop with gio?
i mean like and GIO-HELLO WORD
November 26th, 2007 at 11:35 pm
Awesome! Congratulations! =)
November 27th, 2007 at 12:12 pm
Thank you, thank you, thank you
November 27th, 2007 at 3:24 pm
@anonymous, @Diska
Grab the glib-gio module from subversion, build, read the docs. They’re not great but they’re improving, and of course, you can help too! If you grab gio-standalone, you can look in the “programs” directory and find simple gio utilities (gio-move, gio-trash, etc) that show small examples how how to use the new API.
Have fun!
November 27th, 2007 at 3:47 pm
Actually, the code is now merged into glib.
The programs/ code moved to the gvfs module in subversion
November 30th, 2007 at 3:45 am
Unrelated, but comments on your glick entry are closed:
dtlin@burnup:/var/git$ git clone http://www.gnome.org/~alexl/git/glick.git
Initialized empty Git repository in /var/git/glick/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
November 30th, 2007 at 8:36 am
ephemient: Weird, it wors for me, with git 1.5.3.4
November 30th, 2007 at 10:41 am
Hmm, it works now. Maybe it was just wonky network problems earlier.
Thanks!