~ubuntu-branches/ubuntu/natty/xfdesktop4/natty

« back to all changes in this revision

Viewing changes to src/xfdesktop-special-file-icon.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-07 21:40:36 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20101207214036-vtrnsza407lfs4i3
Tags: 4.7.4-0ubuntu1
Upload to natty (pkg-xfce svn r4625), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <glib-object.h>
25
25
 
26
 
#include <thunar-vfs/thunar-vfs.h>
27
 
 
28
26
#include "xfdesktop-file-icon.h"
29
27
 
30
28
G_BEGIN_DECLS
57
55
    XFDESKTOP_SPECIAL_FILE_ICON_TRASH,
58
56
} XfdesktopSpecialFileIconType;
59
57
 
60
 
GType xfdesktop_special_file_icon_get_type() G_GNUC_CONST;
 
58
GType xfdesktop_special_file_icon_get_type(void) G_GNUC_CONST;
61
59
 
62
60
XfdesktopSpecialFileIcon *xfdesktop_special_file_icon_new(XfdesktopSpecialFileIconType type,
63
61
                                                          GdkScreen *screen);