Added C declarations for GIO; created gtk/Includes/gio/.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 22 Jun 2011 15:50:56 +0000 (08:50 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 22 Jun 2011 15:50:56 +0000 (08:50 -0700)
commita009cc06a3dcd61e59152c755ba6c70c1fb5c503
tree519242676853087d62667db4c55158f9325f0802
parent446e59e48fae5258b4d5aa855307c8795e4089d1
Added C declarations for GIO; created gtk/Includes/gio/.

Also created gtk/Includes/glib/.  Moved randoms out of gtk.cdecl into
their "home" files, e.g. Includes/gtkscrolledwindow.cdecl.
27 files changed:
src/gtk/Includes/gdk.cdecl
src/gtk/Includes/gio/gcancellable.cdecl [new file with mode: 0644]
src/gtk/Includes/gio/gfile.cdecl [new file with mode: 0644]
src/gtk/Includes/gio/ginputstream.cdecl [new file with mode: 0644]
src/gtk/Includes/gio/gio.cdecl [new file with mode: 0644]
src/gtk/Includes/gio/giotypes.cdecl [new file with mode: 0644]
src/gtk/Includes/glib-object.cdecl [new file with mode: 0644]
src/gtk/Includes/glib.cdecl
src/gtk/Includes/glib/gerror.cdecl [moved from src/gtk/Includes/gerror.cdecl with 100% similarity]
src/gtk/Includes/glib/gquark.cdecl [moved from src/gtk/Includes/gquark.cdecl with 100% similarity]
src/gtk/Includes/glib/gtypes.cdecl [new file with mode: 0644]
src/gtk/Includes/glib/gvariant.cdecl [new file with mode: 0644]
src/gtk/Includes/gobject/genums.cdecl [moved from src/gtk/Includes/genums.cdecl with 94% similarity]
src/gtk/Includes/gobject/gobject.cdecl [moved from src/gtk/Includes/gobject.cdecl with 97% similarity]
src/gtk/Includes/gobject/gparam.cdecl [moved from src/gtk/Includes/gparam.cdecl with 100% similarity]
src/gtk/Includes/gobject/gparamspecs.cdecl [moved from src/gtk/Includes/gparamspecs.cdecl with 97% similarity]
src/gtk/Includes/gobject/gsignal.cdecl [moved from src/gtk/Includes/gsignal.cdecl with 88% similarity]
src/gtk/Includes/gobject/gtype.cdecl [moved from src/gtk/Includes/gtype.cdecl with 97% similarity]
src/gtk/Includes/gobject/gvalue.cdecl [moved from src/gtk/Includes/gvalue.cdecl with 100% similarity]
src/gtk/Includes/gobject/gvaluetypes.cdecl [moved from src/gtk/Includes/gvaluetypes.cdecl with 97% similarity]
src/gtk/Includes/gtk.cdecl
src/gtk/Includes/gtkcontainer.cdecl [new file with mode: 0644]
src/gtk/Includes/gtkscrolledwindow.cdecl [new file with mode: 0644]
src/gtk/Includes/gtktogglebutton.cdecl [new file with mode: 0644]
src/gtk/Includes/gtypes.cdecl [deleted file]
src/gtk/Makefile-fragment
src/gtk/gtk.cdecl