refactor: use stubs for gdk-pixbuf dependency (#34077)

* refactor: use stubs for gdk-pixbuf dependency

* Adjust build file

* Add includes

* Merge gdk_pixbuf stubs into gtk stubs

* Split pixbuf sigs into own file again

* Add initialization check

* Apply PR feedback
This commit is contained in:
Raymond Zhao 2022-06-19 17:42:30 -07:00 committed by GitHub
parent b3ec0a801a
commit 999a225edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 44 additions and 11 deletions

View file

@ -1 +1,2 @@
#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtk.h>