diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo/exo-icon-chooser-model.h exo-0.3.4/exo/exo-icon-chooser-model.h --- exo-0.3.4.orig/exo/exo-icon-chooser-model.h 2007-12-02 13:33:43.000000000 +0100 +++ exo-0.3.4/exo/exo-icon-chooser-model.h 2008-10-30 20:36:02.521155000 +0100 @@ -86,14 +86,14 @@ EXO_ICON_CHOOSER_MODEL_N_COLUMNS, } ExoIconChooserModelColumn; -GType _exo_icon_chooser_model_get_type (void) G_GNUC_CONST G_GNUC_INTERNAL; +G_GNUC_INTERNAL GType _exo_icon_chooser_model_get_type (void) G_GNUC_CONST ; -ExoIconChooserModel *_exo_icon_chooser_model_get_for_widget (GtkWidget *widget) G_GNUC_INTERNAL G_GNUC_WARN_UNUSED_RESULT; -ExoIconChooserModel *_exo_icon_chooser_model_get_for_icon_theme (GtkIconTheme *icon_theme) G_GNUC_INTERNAL G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL ExoIconChooserModel *_exo_icon_chooser_model_get_for_widget (GtkWidget *widget) G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL ExoIconChooserModel *_exo_icon_chooser_model_get_for_icon_theme (GtkIconTheme *icon_theme) G_GNUC_WARN_UNUSED_RESULT; -gboolean _exo_icon_chooser_model_get_iter_for_icon_name (ExoIconChooserModel *model, +G_GNUC_INTERNAL gboolean _exo_icon_chooser_model_get_iter_for_icon_name (ExoIconChooserModel *model, GtkTreeIter *iter, - const gchar *icon_name) G_GNUC_INTERNAL; + const gchar *icon_name) ; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo/exo-private.h exo-0.3.4/exo/exo-private.h --- exo-0.3.4.orig/exo/exo-private.h 2007-12-02 13:33:44.000000000 +0100 +++ exo-0.3.4/exo/exo-private.h 2008-10-30 20:36:03.217206000 +0100 @@ -85,21 +85,21 @@ #define g_value_get_object(v) (((const GValue *) (v))->data[0].v_pointer) #endif -void _exo_i18n_init (void) G_GNUC_INTERNAL; +G_GNUC_INTERNAL void _exo_i18n_init (void); -void _exo_gtk_widget_send_focus_change (GtkWidget *widget, - gboolean in) G_GNUC_INTERNAL; +G_GNUC_INTERNAL void _exo_gtk_widget_send_focus_change (GtkWidget *widget, + gboolean in) ; -GType _exo_g_type_register_simple (GType type_parent, +G_GNUC_INTERNAL GType _exo_g_type_register_simple (GType type_parent, const gchar *type_name_static, guint class_size, gpointer class_init, guint instance_size, - gpointer instance_init) G_GNUC_INTERNAL; + gpointer instance_init); -void _exo_g_type_add_interface_simple (GType instance_type, +G_GNUC_INTERNAL void _exo_g_type_add_interface_simple (GType instance_type, GType interface_type, - GInterfaceInitFunc interface_init_func) G_GNUC_INTERNAL; + GInterfaceInitFunc interface_init_func); G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo/exo-thumbnail-preview.h exo-0.3.4/exo/exo-thumbnail-preview.h --- exo-0.3.4.orig/exo/exo-thumbnail-preview.h 2007-12-02 13:33:44.000000000 +0100 +++ exo-0.3.4/exo/exo-thumbnail-preview.h 2008-10-30 20:36:01.729192000 +0100 @@ -41,12 +41,12 @@ #define EXO_IS_THUMBNAIL_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_THUMBNAIL_PREVIEW)) #define EXO_THUMBNAIL_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_THUMBNAIL_PREVIEW, ExoThumbnailPreviewClass)) -GType _exo_thumbnail_preview_get_type (void) G_GNUC_CONST G_GNUC_INTERNAL; +G_GNUC_INTERNAL GType _exo_thumbnail_preview_get_type (void) G_GNUC_CONST ; -GtkWidget *_exo_thumbnail_preview_new (void) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL GtkWidget *_exo_thumbnail_preview_new (void) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; -void _exo_thumbnail_preview_set_uri (ExoThumbnailPreview *thumbnail_preview, - const gchar *uri) G_GNUC_INTERNAL; +G_GNUC_INTERNAL void _exo_thumbnail_preview_set_uri (ExoThumbnailPreview *thumbnail_preview, + const gchar *uri) ; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo/exo-thumbnail.h exo-0.3.4/exo/exo-thumbnail.h --- exo-0.3.4.orig/exo/exo-thumbnail.h 2007-12-02 13:33:44.000000000 +0100 +++ exo-0.3.4/exo/exo-thumbnail.h 2008-10-30 20:36:00.945286000 +0100 @@ -44,12 +44,12 @@ EXO_THUMBNAIL_SIZE_LARGE = 256, } ExoThumbnailSize; -GdkPixbuf *_exo_thumbnail_get_for_file (const gchar *filename, +G_GNUC_INTERNAL GdkPixbuf *_exo_thumbnail_get_for_file (const gchar *filename, ExoThumbnailSize size, - GError **error) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; -GdkPixbuf *_exo_thumbnail_get_for_uri (const gchar *uri, + GError **error) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL GdkPixbuf *_exo_thumbnail_get_for_uri (const gchar *uri, ExoThumbnailSize size, - GError **error) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; + GError **error) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo/exo-toolbars-private.h exo-0.3.4/exo/exo-toolbars-private.h --- exo-0.3.4.orig/exo/exo-toolbars-private.h 2007-12-02 13:33:44.000000000 +0100 +++ exo-0.3.4/exo/exo-toolbars-private.h 2008-10-30 20:36:08.665184000 +0100 @@ -32,14 +32,14 @@ G_BEGIN_DECLS; -GdkPixbuf *_exo_toolbars_new_separator_pixbuf (void) G_GNUC_INTERNAL G_GNUC_MALLOC; -GtkWidget *_exo_toolbars_new_separator_image (void) G_GNUC_INTERNAL G_GNUC_MALLOC; +G_GNUC_INTERNAL GdkPixbuf *_exo_toolbars_new_separator_pixbuf (void) G_GNUC_MALLOC; +G_GNUC_INTERNAL GtkWidget *_exo_toolbars_new_separator_image (void) G_GNUC_MALLOC; -GtkAction *_exo_toolbars_find_action (GtkUIManager *ui_manager, - const gchar *name) G_GNUC_INTERNAL; +G_GNUC_INTERNAL GtkAction *_exo_toolbars_find_action (GtkUIManager *ui_manager, + const gchar *name) ; -void _exo_toolbars_set_drag_cursor (GtkWidget *widget) G_GNUC_INTERNAL; -void _exo_toolbars_unset_drag_cursor (GtkWidget *widget) G_GNUC_INTERNAL; +G_GNUC_INTERNAL void _exo_toolbars_set_drag_cursor (GtkWidget *widget) ; +G_GNUC_INTERNAL void _exo_toolbars_unset_drag_cursor (GtkWidget *widget) ; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo-desktop-item-edit/exo-die-utils.h exo-0.3.4/exo-desktop-item-edit/exo-die-utils.h --- exo-0.3.4.orig/exo-desktop-item-edit/exo-die-utils.h 2007-12-02 13:33:41.000000000 +0100 +++ exo-0.3.4/exo-desktop-item-edit/exo-die-utils.h 2008-10-30 20:36:00.225412000 +0100 @@ -25,15 +25,15 @@ G_BEGIN_DECLS; -void exo_die_g_key_file_set_locale_value (GKeyFile *key_file, +G_GNUC_INTERNAL void exo_die_g_key_file_set_locale_value (GKeyFile *key_file, const gchar *group, const gchar *key, - const gchar *value) G_GNUC_INTERNAL; + const gchar *value) ; -gboolean exo_die_g_key_file_save (GKeyFile *key_file, +G_GNUC_INTERNAL gboolean exo_die_g_key_file_save (GKeyFile *key_file, gboolean create, const gchar *base, - GError **error) G_GNUC_INTERNAL; + GError **error) ; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo-helper/exo-helper-utils.h exo-0.3.4/exo-helper/exo-helper-utils.h --- exo-0.3.4.orig/exo-helper/exo-helper-utils.h 2007-12-02 13:33:44.000000000 +0100 +++ exo-0.3.4/exo-helper/exo-helper-utils.h 2008-10-30 20:35:57.889085000 +0100 @@ -24,9 +24,9 @@ G_BEGIN_DECLS; -gboolean exo_helper_category_from_string (const gchar *string, - ExoHelperCategory *category_return) G_GNUC_INTERNAL; -gchar *exo_helper_category_to_string (ExoHelperCategory category) G_GNUC_INTERNAL G_GNUC_MALLOC; +G_GNUC_INTERNAL gboolean exo_helper_category_from_string (const gchar *string, + ExoHelperCategory *category_return) ; +G_GNUC_INTERNAL gchar *exo_helper_category_to_string (ExoHelperCategory category) G_GNUC_MALLOC; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo-mount/exo-mount-fstab.h exo-0.3.4/exo-mount/exo-mount-fstab.h --- exo-0.3.4.orig/exo-mount/exo-mount-fstab.h 2007-12-02 13:33:44.000000000 +0100 +++ exo-0.3.4/exo-mount/exo-mount-fstab.h 2008-10-30 20:36:03.993120000 +0100 @@ -24,16 +24,16 @@ G_BEGIN_DECLS; -gboolean exo_mount_fstab_contains (const gchar *device_file) G_GNUC_INTERNAL; +G_GNUC_INTERNAL gboolean exo_mount_fstab_contains (const gchar *device_file) ; -gboolean exo_mount_fstab_eject (const gchar *device_file, - GError **error) G_GNUC_INTERNAL; +G_GNUC_INTERNAL gboolean exo_mount_fstab_eject (const gchar *device_file, + GError **error) ; -gboolean exo_mount_fstab_mount (const gchar *device_file, - GError **error) G_GNUC_INTERNAL; +G_GNUC_INTERNAL gboolean exo_mount_fstab_mount (const gchar *device_file, + GError **error) ; -gboolean exo_mount_fstab_unmount (const gchar *device_file, - GError **error) G_GNUC_INTERNAL; +G_GNUC_INTERNAL gboolean exo_mount_fstab_unmount (const gchar *device_file, + GError **error) ; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo-mount/exo-mount-hal.h exo-0.3.4/exo-mount/exo-mount-hal.h --- exo-0.3.4.orig/exo-mount/exo-mount-hal.h 2007-12-02 13:33:44.000000000 +0100 +++ exo-0.3.4/exo-mount/exo-mount-hal.h 2008-10-30 20:36:05.425272000 +0100 @@ -26,25 +26,25 @@ typedef struct _ExoMountHalDevice ExoMountHalDevice; -ExoMountHalDevice *exo_mount_hal_device_from_udi (const gchar *udi, - GError **error) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; -ExoMountHalDevice *exo_mount_hal_device_from_file (const gchar *file, - GError **error) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL ExoMountHalDevice *exo_mount_hal_device_from_udi (const gchar *udi, + GError **error) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL ExoMountHalDevice *exo_mount_hal_device_from_file (const gchar *file, + GError **error) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; -void exo_mount_hal_device_free (ExoMountHalDevice *device) G_GNUC_INTERNAL; +G_GNUC_INTERNAL void exo_mount_hal_device_free (ExoMountHalDevice *device) ; -gchar *exo_mount_hal_device_get_file (ExoMountHalDevice *device) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; -gchar *exo_mount_hal_device_get_name (ExoMountHalDevice *device) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; -gchar *exo_mount_hal_device_get_icon (ExoMountHalDevice *device) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL gchar *exo_mount_hal_device_get_file (ExoMountHalDevice *device) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL gchar *exo_mount_hal_device_get_name (ExoMountHalDevice *device) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; +G_GNUC_INTERNAL gchar *exo_mount_hal_device_get_icon (ExoMountHalDevice *device) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; -gboolean exo_mount_hal_device_is_readonly (ExoMountHalDevice *device) G_GNUC_INTERNAL; +G_GNUC_INTERNAL gboolean exo_mount_hal_device_is_readonly (ExoMountHalDevice *device) ; -gboolean exo_mount_hal_device_eject (ExoMountHalDevice *device, - GError **error) G_GNUC_INTERNAL; -gboolean exo_mount_hal_device_mount (ExoMountHalDevice *device, - GError **error) G_GNUC_INTERNAL; -gboolean exo_mount_hal_device_unmount (ExoMountHalDevice *device, - GError **error) G_GNUC_INTERNAL; +G_GNUC_INTERNAL gboolean exo_mount_hal_device_eject (ExoMountHalDevice *device, + GError **error) ; +G_GNUC_INTERNAL gboolean exo_mount_hal_device_mount (ExoMountHalDevice *device, + GError **error) ; +G_GNUC_INTERNAL gboolean exo_mount_hal_device_unmount (ExoMountHalDevice *device, + GError **error) ; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/exo-mount/exo-mount-utils.h exo-0.3.4/exo-mount/exo-mount-utils.h --- exo-0.3.4.orig/exo-mount/exo-mount-utils.h 2007-12-02 13:33:44.000000000 +0100 +++ exo-0.3.4/exo-mount/exo-mount-utils.h 2008-10-30 20:36:04.689104000 +0100 @@ -24,8 +24,8 @@ G_BEGIN_DECLS; -gboolean exo_mount_utils_is_mounted (const gchar *device_file, - gboolean *readonly_return) G_GNUC_INTERNAL; +G_GNUC_INTERNAL gboolean exo_mount_utils_is_mounted (const gchar *device_file, + gboolean *readonly_return) ; G_END_DECLS; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/python/exo.override exo-0.3.4/python/exo.override --- exo-0.3.4.orig/python/exo.override 2007-12-02 13:33:41.000000000 +0100 +++ exo-0.3.4/python/exo.override 2008-10-30 20:36:07.825454000 +0100 @@ -28,9 +28,9 @@ #include "pyexo.h" /* mark internal symbols with G_GNUC_INTERNAL */ -void exo_add_constants (PyObject *module, - const gchar *strip_prefix) G_GNUC_INTERNAL; -void exo_register_classes (PyObject *d) G_GNUC_INTERNAL; +G_GNUC_INTERNAL void exo_add_constants (PyObject *module, + const gchar *strip_prefix) ; +G_GNUC_INTERNAL void exo_register_classes (PyObject *d) ; %% modulename exo diff --speed-large-files --minimal -Nru exo-0.3.4.orig/python/exomodule.c exo-0.3.4/python/exomodule.c --- exo-0.3.4.orig/python/exomodule.c 2007-12-02 13:33:41.000000000 +0100 +++ exo-0.3.4/python/exomodule.c 2008-10-30 20:36:07.121246000 +0100 @@ -29,9 +29,9 @@ /* mark internal symbols with G_GNUC_INTERNAL */ -void exo_add_constants (PyObject *module, - const gchar *strip_prefix) G_GNUC_INTERNAL; -void exo_register_classes (PyObject *d) G_GNUC_INTERNAL; +G_GNUC_INTERNAL void exo_add_constants (PyObject *module, + const gchar *strip_prefix) ; +G_GNUC_INTERNAL void exo_register_classes (PyObject *d) ; extern PyMethodDef exo_functions[]; diff --speed-large-files --minimal -Nru exo-0.3.4.orig/python/pyexo.h exo-0.3.4/python/pyexo.h --- exo-0.3.4.orig/python/pyexo.h 2007-12-02 13:33:41.000000000 +0100 +++ exo-0.3.4/python/pyexo.h 2008-10-30 20:36:06.273217000 +0100 @@ -53,11 +53,11 @@ /* ---------- PyGTK helpers ---------- */ #if !defined(pygtk_tree_path_from_pyobject) -GtkTreePath *pygtk_tree_path_from_pyobject (PyObject *object) G_GNUC_INTERNAL; +G_GNUC_INTERNAL GtkTreePath *pygtk_tree_path_from_pyobject (PyObject *object) ; #endif #if !defined(pygtk_tree_path_to_pyobject) -PyObject *pygtk_tree_path_to_pyobject (GtkTreePath *path) G_GNUC_INTERNAL; +G_GNUC_INTERNAL PyObject *pygtk_tree_path_to_pyobject (GtkTreePath *path) ; #endif G_END_DECLS;