summaryrefslogtreecommitdiff
path: root/wallpapers.h
blob: fc575b3601b71b311cd3d623afdcb4bc754babb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _WALLPAPERS_H_
#define _WALLPAPERS_H_

#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>

#include "db.h"

gboolean wallpapers_add_dir(const gchar*, sqlite_uint64, GtkStatusbar*, gboolean);
void wallpapers_remove_missing(struct directory_t*, GtkStatusbar*, gboolean);
GdkPixbuf *resize_pixbuf(GdkPixbuf*, gint, gint, gint*, gint*, gdouble*);
GdkPixbuf *zoom_pixbuf(GdkPixbuf*, gdouble);

#endif