2021-11-01 14:38:15 +01:00
|
|
|
#pragma once
|
|
|
|
#include <gtk/gtk.h>
|
2022-01-18 21:00:39 +01:00
|
|
|
GtkPicture *
|
2022-01-16 22:39:01 +01:00
|
|
|
create_picture_from_url (const char *const url, gint picture_size,
|
|
|
|
GAsyncReadyCallback ready, gpointer source_object,
|
2022-01-23 11:35:31 +01:00
|
|
|
gpointer callback_data, bool do_not_download);
|