gio: Implement g_app_info_get_default_for_uri_scheme for windows.
[platform/upstream/glib.git] / gio / thumbnail-verify.h
index b01fef9..a0becd0 100644 (file)
@@ -11,9 +11,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Ryan Lortie <desrt@desrt.ca>
  */
 
 #include <glib.h>
 #include <gstdio.h>
+#include "glocalfileinfo.h"
 
 gboolean   thumbnail_verify                   (const gchar            *thumbnail_path,
                                                const gchar            *file_uri,
-                                               const GStatBuf         *file_stat_buf);
+                                               const GLocalFileStat   *file_stat_buf);
 
 #endif /* _thumbnail_verify_h_ */