~ubuntu-branches/ubuntu/utopic/pcmanfm/utopic

« back to all changes in this revision

Viewing changes to src/desktop/fm-desktop.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2006-10-16 16:47:04 UTC
  • Revision ID: james.westby@ubuntu.com-20061016164704-w8zobnrvdxc7rvm5
Tags: upstream-0.3.2.1
ImportĀ upstreamĀ versionĀ 0.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _FM_DESKTOP_H_
 
2
#define _FM_DESKTOP_H_
 
3
 
 
4
#include <gtk/gtk.h>
 
5
#include <glib.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
int fm_desktop_init();
 
10
void fm_desktop_cleanup();
 
11
 
 
12
GtkWidget* fm_desktop_new( GdkScreen* screen );
 
13
void fm_desktop_update_wallpaper();
 
14
void fm_desktop_update_colors();
 
15
void fm_desktop_update_thumbnails();
 
16
void fm_desktop_update_view();
 
17
 
 
18
G_END_DECLS
 
19
 
 
20
#endif