gnome_desktop_thumbnail_factory_can_thumbnail ( GnomeDesktopThumbnailFactory* factory, char const* uri, char const* mime_type, long mtime )
4th parameter 'mtime' is of type 'time_t'.
gnome_desktop_thumbnail_factory_create_failed_thumbnail ( GnomeDesktopThumbnailFactory* factory, char const* uri, long mtime, GCancellable* cancellable, GError** error )
3rd parameter 'mtime' is of type 'time_t'.
gnome_desktop_thumbnail_factory_create_failed_thumbnail_async ( GnomeDesktopThumbnailFactory* factory, char const* uri, long original_mtime, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
3rd parameter 'original_mtime' is of type 'time_t'.
gnome_desktop_thumbnail_factory_has_valid_failed_thumbnail ( GnomeDesktopThumbnailFactory* factory, char const* uri, long mtime )
3rd parameter 'mtime' is of type 'time_t'.
gnome_desktop_thumbnail_factory_lookup ( GnomeDesktopThumbnailFactory* factory, char const* uri, long mtime )
3rd parameter 'mtime' is of type 'time_t'.
gnome_desktop_thumbnail_factory_save_thumbnail ( GnomeDesktopThumbnailFactory* factory, GdkPixbuf* thumbnail, char const* uri, long original_mtime, GCancellable* cancellable, GError** error )
4th parameter 'original_mtime' is of type 'time_t'.
gnome_desktop_thumbnail_factory_save_thumbnail_async ( GnomeDesktopThumbnailFactory* factory, GdkPixbuf* thumbnail, char const* uri, long original_mtime, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
4th parameter 'original_mtime' is of type 'time_t'.
gnome_desktop_thumbnail_is_valid ( GdkPixbuf* pixbuf, char const* uri, long mtime )
3rd parameter 'mtime' is of type 'time_t'.