ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 1日 (日) 07:00:32 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-glib ------------------------- @@ -1,4 +1,4 @@ -= GLib += GLib Short Tutorial {{link "tut-gtk2-dialog-tyu", "tut-gtk2-glib", "tut-gtk", nil}} On the surface ((<GLib>)) in Ruby looks a bit different from what you'd find in a traditional lower level "C" implementation of GLib. The reason for this is the fact, that Ruby already utilizes some of the functionality of GLib available on that lower C level. Some typical examples of these, from Ryby implementation of GLib, "missing" features are for instance "Memory Management" methods, "Error/Message Logging" methods, and most of the file/directory handling methods. All these facilities in fact are implemented in Ruby itself, therefore nothing is really is missing.