Only in thunar/thunar-vfs: libthunar_vfs_1_la-thunar-vfs-enum-types.loT
diff -cr thunar/thunar-vfs/thunar-vfs-alias.h thunar.local/thunar-vfs/thunar-vfs-alias.h
*** thunar/thunar-vfs/thunar-vfs-alias.h	2005-11-15 20:07:26.000000000 -0500
--- thunar.local/thunar-vfs/thunar-vfs-alias.h	2005-11-20 18:52:47.000000000 -0500
***************
*** 105,113 ****
  extern __typeof (thunar_vfs_interactive_job_response_get_type) IA__thunar_vfs_interactive_job_response_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
  #define thunar_vfs_interactive_job_response_get_type IA__thunar_vfs_interactive_job_response_get_type
  
- extern __typeof (thunar_vfs_mime_application_error_get_type) IA__thunar_vfs_mime_application_error_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
- #define thunar_vfs_mime_application_error_get_type IA__thunar_vfs_mime_application_error_get_type
- 
  extern __typeof (thunar_vfs_mime_application_flags_get_type) IA__thunar_vfs_mime_application_flags_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
  #define thunar_vfs_mime_application_flags_get_type IA__thunar_vfs_mime_application_flags_get_type
  
--- 105,110 ----
***************
*** 147,155 ****
  #endif
  #if IN_HEADER(__THUNAR_VFS_MIME_APPLICATION_H__)
  #if IN_SOURCE(__THUNAR_VFS_MIME_APPLICATION_C__)
- extern __typeof (thunar_vfs_mime_application_error_quark) IA__thunar_vfs_mime_application_error_quark __attribute((visibility("hidden"))) G_GNUC_CONST;
- #define thunar_vfs_mime_application_error_quark IA__thunar_vfs_mime_application_error_quark
- 
  extern __typeof (thunar_vfs_mime_application_get_type) IA__thunar_vfs_mime_application_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
  #define thunar_vfs_mime_application_get_type IA__thunar_vfs_mime_application_get_type
  
--- 144,149 ----
diff -cr thunar/thunar-vfs/thunar-vfs-aliasdef.c thunar.local/thunar-vfs/thunar-vfs-aliasdef.c
*** thunar/thunar-vfs/thunar-vfs-aliasdef.c	2005-11-15 20:07:26.000000000 -0500
--- thunar.local/thunar-vfs/thunar-vfs-aliasdef.c	2005-11-20 18:52:27.000000000 -0500
***************
*** 108,116 ****
  #undef thunar_vfs_interactive_job_response_get_type 
  extern __typeof (thunar_vfs_interactive_job_response_get_type) thunar_vfs_interactive_job_response_get_type __attribute((alias("IA__thunar_vfs_interactive_job_response_get_type"), visibility("default")));
  
- #undef thunar_vfs_mime_application_error_get_type 
- extern __typeof (thunar_vfs_mime_application_error_get_type) thunar_vfs_mime_application_error_get_type __attribute((alias("IA__thunar_vfs_mime_application_error_get_type"), visibility("default")));
- 
  #undef thunar_vfs_mime_application_flags_get_type 
  extern __typeof (thunar_vfs_mime_application_flags_get_type) thunar_vfs_mime_application_flags_get_type __attribute((alias("IA__thunar_vfs_mime_application_flags_get_type"), visibility("default")));
  
--- 108,113 ----
***************
*** 150,158 ****
  #endif
  #if IN_HEADER(__THUNAR_VFS_MIME_APPLICATION_H__)
  #if IN_SOURCE(__THUNAR_VFS_MIME_APPLICATION_C__)
- #undef thunar_vfs_mime_application_error_quark 
- extern __typeof (thunar_vfs_mime_application_error_quark) thunar_vfs_mime_application_error_quark __attribute((alias("IA__thunar_vfs_mime_application_error_quark"), visibility("default")));
- 
  #undef thunar_vfs_mime_application_get_type 
  extern __typeof (thunar_vfs_mime_application_get_type) thunar_vfs_mime_application_get_type __attribute((alias("IA__thunar_vfs_mime_application_get_type"), visibility("default")));
  
--- 147,152 ----
diff -cr thunar/thunar-vfs/thunar-vfs-enum-types.c thunar.local/thunar-vfs/thunar-vfs-enum-types.c
*** thunar/thunar-vfs/thunar-vfs-enum-types.c	2005-11-15 20:07:26.000000000 -0500
--- thunar.local/thunar-vfs/thunar-vfs-enum-types.c	2005-11-20 18:46:47.000000000 -0500
***************
*** 26,44 ****
  
  /* enumerations from "thunar-vfs-mime-application.h" */
  GType
- thunar_vfs_mime_application_error_get_type (void)
- {
- 	static GType type = 0;
- 	if (type == 0) {
- 	static const GEnumValue values[] = {
- 	{ THUNAR_VFS_MIME_APPLICATION_ERROR_LOCAL_FILES_ONLY, "THUNAR_VFS_MIME_APPLICATION_ERROR_LOCAL_FILES_ONLY", "only" },
- 	{ 0, NULL, NULL }
- 	};
- 	type = g_enum_register_static ("ThunarVfsMimeApplicationError", values);
-   }
- 	return type;
- }
- GType
  thunar_vfs_mime_application_flags_get_type (void)
  {
  	static GType type = 0;
--- 26,31 ----
diff -cr thunar/thunar-vfs/thunar-vfs-enum-types.h thunar.local/thunar-vfs/thunar-vfs-enum-types.h
*** thunar/thunar-vfs/thunar-vfs-enum-types.h	2005-11-15 20:07:26.000000000 -0500
--- thunar.local/thunar-vfs/thunar-vfs-enum-types.h	2005-11-20 18:48:58.000000000 -0500
***************
*** 9,16 ****
  GType thunar_vfs_interactive_job_response_get_type (void) G_GNUC_CONST;
  #define THUNAR_VFS_TYPE_VFS_INTERACTIVE_JOB_RESPONSE (thunar_vfs_interactive_job_response_get_type())
  /* enumerations from "thunar-vfs-mime-application.h" */
- GType thunar_vfs_mime_application_error_get_type (void) G_GNUC_CONST;
- #define THUNAR_VFS_TYPE_VFS_MIME_APPLICATION_ERROR (thunar_vfs_mime_application_error_get_type())
  GType thunar_vfs_mime_application_flags_get_type (void) G_GNUC_CONST;
  #define THUNAR_VFS_TYPE_VFS_MIME_APPLICATION_FLAGS (thunar_vfs_mime_application_flags_get_type())
  /* enumerations from "thunar-vfs-monitor.h" */
--- 9,14 ----
