X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fthumbnail-verify.c;h=bf5c60f7788c56f27697fdf5800e0a27266e06f0;hb=2a2b11b1bb6c702d6b2ef1c37524a57688a94a4e;hp=afa10ecdef3576ea4447aa294b96a9dd205cf578;hpb=fe7069749fe39a006985ec266260a3c02ee8c855;p=platform%2Fupstream%2Fglib.git diff --git a/gio/thumbnail-verify.c b/gio/thumbnail-verify.c index afa10ec..bf5c60f 100644 --- a/gio/thumbnail-verify.c +++ b/gio/thumbnail-verify.c @@ -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 . * * Author: Ryan Lortie */ @@ -224,7 +222,7 @@ out: gboolean thumbnail_verify (const char *thumbnail_path, const gchar *file_uri, - const GStatBuf *file_stat_buf) + const GLocalFileStat *file_stat_buf) { gboolean thumbnail_is_valid = FALSE; ExpectedInfo expected_info;