Warning
gdk_image_new_bitmap is deprecated and should not be used in newly-written code.
Creates a new GdkImage with a depth of 1 from the given data.
Warning
THIS FUNCTION IS INCREDIBLY BROKEN. The passed-in data must
be allocated by malloc() (NOT g_malloc()) and will be freed when the
image is freed.
Warning gdk_image_new_bitmap is deprecated and should not be used in newly-written code. Creates a new GdkImage with a depth of 1 from the given data. Warning THIS FUNCTION IS INCREDIBLY BROKEN. The passed-in data must be allocated by malloc() (NOT g_malloc()) and will be freed when the image is freed.