Introduce GBytesIcon
authorRyan Lortie <desrt@desrt.ca>
Sat, 20 Apr 2013 21:23:31 +0000 (17:23 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sun, 21 Apr 2013 20:25:15 +0000 (16:25 -0400)
commit9cc222c0bfc65034143753a64b081b7811ee48f1
tree412f5b8571e3d0770e5215708134b234db0e446f
parent519e989ea8d33924f5d6f5d57f100e65359275af
Introduce GBytesIcon

GBytesIcon is an icon that has a GBytes inside of it where the GBytes
contains some sort of encoded image in a widely-recognised file format.
Ideally this will be a PNG.

It implements GLoadableIcon, so GTK will already understand how to use
it, but we will add another patch there to make things more efficient.

https://bugzilla.gnome.org/show_bug.cgi?id=688820
docs/reference/gio/gio-docs.xml
docs/reference/gio/gio-sections.txt
gio/Makefile.am
gio/gbytesicon.c [new file with mode: 0644]
gio/gbytesicon.h [new file with mode: 0644]
gio/gio.h
gio/giotypes.h