~ubuntu-branches/debian/experimental/thunar/experimental

« back to all changes in this revision

Viewing changes to thunar-vfs/thunar-vfs-enum-types.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2006-01-02 23:42:32 UTC
  • Revision ID: james.westby@ubuntu.com-20060102234232-8xeq0lqhyn70syr0
Tags: upstream-0.1.4svn+r18850
ImportĀ upstreamĀ versionĀ 0.1.4svn+r18850

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Generated data (by glib-mkenums) */
 
3
 
 
4
#ifndef __THUNAR_VFS_ENUM_TYPES_H__
 
5
#define __THUNAR_VFS_ENUM_TYPES_H__
 
6
#include <exo/exo.h>
 
7
G_BEGIN_DECLS
 
8
/* enumerations from "thunar-vfs-interactive-job.h" */
 
9
GType thunar_vfs_interactive_job_response_get_type (void) G_GNUC_CONST;
 
10
#define THUNAR_VFS_TYPE_VFS_INTERACTIVE_JOB_RESPONSE (thunar_vfs_interactive_job_response_get_type())
 
11
/* enumerations from "thunar-vfs-mime-application.h" */
 
12
GType thunar_vfs_mime_application_error_get_type (void) G_GNUC_CONST;
 
13
#define THUNAR_VFS_TYPE_VFS_MIME_APPLICATION_ERROR (thunar_vfs_mime_application_error_get_type())
 
14
GType thunar_vfs_mime_application_flags_get_type (void) G_GNUC_CONST;
 
15
#define THUNAR_VFS_TYPE_VFS_MIME_APPLICATION_FLAGS (thunar_vfs_mime_application_flags_get_type())
 
16
/* enumerations from "thunar-vfs-monitor.h" */
 
17
GType thunar_vfs_monitor_event_get_type (void) G_GNUC_CONST;
 
18
#define THUNAR_VFS_TYPE_VFS_MONITOR_EVENT (thunar_vfs_monitor_event_get_type())
 
19
/* enumerations from "thunar-vfs-thumb.h" */
 
20
GType thunar_vfs_thumb_size_get_type (void) G_GNUC_CONST;
 
21
#define THUNAR_VFS_TYPE_VFS_THUMB_SIZE (thunar_vfs_thumb_size_get_type())
 
22
/* enumerations from "thunar-vfs-types.h" */
 
23
GType thunar_vfs_file_type_get_type (void) G_GNUC_CONST;
 
24
#define THUNAR_VFS_TYPE_VFS_FILE_TYPE (thunar_vfs_file_type_get_type())
 
25
GType thunar_vfs_file_mode_get_type (void) G_GNUC_CONST;
 
26
#define THUNAR_VFS_TYPE_VFS_FILE_MODE (thunar_vfs_file_mode_get_type())
 
27
GType thunar_vfs_file_flags_get_type (void) G_GNUC_CONST;
 
28
#define THUNAR_VFS_TYPE_VFS_FILE_FLAGS (thunar_vfs_file_flags_get_type())
 
29
/* enumerations from "thunar-vfs-volume.h" */
 
30
GType thunar_vfs_volume_kind_get_type (void) G_GNUC_CONST;
 
31
#define THUNAR_VFS_TYPE_VFS_VOLUME_KIND (thunar_vfs_volume_kind_get_type())
 
32
GType thunar_vfs_volume_status_get_type (void) G_GNUC_CONST;
 
33
#define THUNAR_VFS_TYPE_VFS_VOLUME_STATUS (thunar_vfs_volume_status_get_type())
 
34
G_END_DECLS
 
35
 
 
36
#endif /* !__THUNAR_VFS_ENUM_TYPES_H__ */
 
37
 
 
38
/* Generated data ends here */
 
39