summaryrefslogtreecommitdiff
path: root/demos/widget-factory/heif-loader.h
blob: 933254f9b5d7a95ee62a6e6abcccb07ff9346b28 (plain)
1
2
3
4
5
6
7
#pragma once

#include <gtk/gtk.h>

GdkTexture *load_heif_image (const char  *resource_path,
                             GString     *details,
                             GError     **error);