summaryrefslogtreecommitdiff
path: root/wallpapers.h
blob: 356360d87caa40fd3e0ec9780680c7db2092ce0c (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"

void 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