summaryrefslogtreecommitdiff
path: root/wallpapers.h
blob: d8d832e45277c4e0862ef00275a598fdfcd22142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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*);

#endif