7 lines
228 B
C
7 lines
228 B
C
#pragma once
|
|
#include <gtk/gtk.h>
|
|
GtkPicture *
|
|
create_picture_from_url (const char *const url, gint picture_size,
|
|
GAsyncReadyCallback ready, gpointer source_object,
|
|
gpointer callback_data, bool do_not_download);
|