[kdbus] Fix problem with receiving async messages
[platform/upstream/glib.git] / gio / thumbnail-verify.c
index afa10ec..bf5c60f 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>
  */
@@ -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;