Move GAllocator/GMemChunk to separate file
authorRyan Lortie <desrt@desrt.ca>
Mon, 19 Sep 2011 00:17:59 +0000 (20:17 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Sep 2011 02:00:58 +0000 (22:00 -0400)
commita2ea02d01ee7b0fe8f2be7f9a34decb17ec8193b
treeab431e24f7c15a044e7c4db5091a24cb83ff41fa
parent45d2ba8683b730d556bfbf71341fe2c3ff9248eb
Move GAllocator/GMemChunk to separate file

Create a deprecated/ directory that we can start moving ancient chunks
of code to.  Start with GAllocator, GMemChunk and related APIs.

Also drop all mention of them from the docs.

https://bugzilla.gnome.org/show_bug.cgi?id=659427
14 files changed:
docs/reference/glib/glib-docs.sgml
docs/reference/glib/glib-sections.txt
glib/Makefile.am
glib/deprecated/gallocator.c [new file with mode: 0644]
glib/deprecated/gallocator.h [new file with mode: 0644]
glib/glib.h
glib/glist.c
glib/glist.h
glib/gmem.c
glib/gmem.h
glib/gnode.c
glib/gnode.h
glib/gslist.c
glib/gslist.h