~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to libcore/gof-file.h

  • Committer: Jeremy Wootten
  • Date: 2017-02-10 19:35:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2488.
  • Revision ID: jeremy@elementaryos.org-20170210193518-hep8lto71zrqo81e
Fix licensecheck warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * This library is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU Lesser General Public License
6
 
 * version 3.0 as published by the Free Software Foundation.
 
6
 * version 3.0 as published by the Free Software Foundation, Inc.,.
7
7
 *
8
8
 * This library is distributed in the hope that it will be useful,
9
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
45
45
 * @GOF_FILE_THUMB_STATE_UNKNOWN : unknown whether there's a thumbnail.
46
46
 * @GOF_FILE_THUMB_STATE_NONE    : no thumbnail is available.
47
47
 * @GOF_FILE_THUMB_STATE_READY   : a thumbnail is available.
48
 
 * @GOF_FILE_THUMB_STATE_LOADING : a thumbnail is being generated.
 
48
 * @GOF_FILE_THUMB_STATE_LOADING : a thumbnail is being loaded.
49
49
 *
50
50
 * The state of the thumbnailing for a given #GOFFile.
51
51
 **/
269
269
char            *gof_file_get_display_target_uri (GOFFile *file);
270
270
G_END_DECLS
271
271
 
272
 
#endif /* GOF_DIRECTORY_ASYNC_H */
 
272
#endif /* GOF_FILE_H */
 
273
 
273
274