forked from sergiotarxz/mangareader
Cleaning up.
This commit is contained in:
parent
d2ecdddf44
commit
de496ad246
37
main.c
37
main.c
@ -88,43 +88,6 @@ setup_list_view_mangas(GtkSignalListItemFactory *factory,
|
|||||||
gtk_list_item_set_child (list_item, GTK_WIDGET (box));
|
gtk_list_item_set_child (list_item, GTK_WIDGET (box));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
fill_list_of_mangas (GtkListBox *list) {
|
|
||||||
// for (int i = 0; i<len_mangas; i++) {
|
|
||||||
// GtkWidget *picture;
|
|
||||||
// GFileIOStream *iostream;
|
|
||||||
// GFile *tmp_image;
|
|
||||||
// GError *error = NULL;
|
|
||||||
//
|
|
||||||
// size_t size_downloaded_image = 0;
|
|
||||||
// char *downloaded_image;
|
|
||||||
//
|
|
||||||
// manga = mangas[i];
|
|
||||||
//
|
|
||||||
// downloaded_image = get_request (mg_manga_get_image_url(manga), &size_downloaded_image);
|
|
||||||
// tmp_image = g_file_new_tmp ("mangareadertmpfileXXXXXX",
|
|
||||||
// &iostream,
|
|
||||||
// &error
|
|
||||||
// );
|
|
||||||
// if (error) {
|
|
||||||
// fprintf (stderr, "Unable to read file: %s\n", error->message);
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
// error = NULL;
|
|
||||||
// g_output_stream_write (g_io_stream_get_output_stream (G_IO_STREAM (iostream)),
|
|
||||||
// downloaded_image, size_downloaded_image, NULL, &error);
|
|
||||||
// if (error) {
|
|
||||||
// fprintf (stderr, "Unable to write file: %s\n", error->message);
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
// picture = gtk_picture_new_for_file (tmp_image);
|
|
||||||
// g_object_set_property_int (G_OBJECT(picture), "height-request", 200);
|
|
||||||
// row = gtk_list_box_row_new ();
|
|
||||||
// gtk_list_box_row_set_child (GTK_LIST_BOX_ROW (row), picture);
|
|
||||||
// gtk_list_box_append (list, row);
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
g_object_set_property_int(GObject *object, char *property_key, int value) {
|
g_object_set_property_int(GObject *object, char *property_key, int value) {
|
||||||
GValue property = G_VALUE_INIT;
|
GValue property = G_VALUE_INIT;
|
||||||
|
Loading…
Reference in New Issue
Block a user