]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkversion.h.in
filechooser: Also convert get_uris() to returning native paths
[~andy/gtk] / gtk / gtkversion.h.in
index 8734135eb1646946c62068c9a0e98199b40d6890..89706c5d7abdcde4c1529716750dad0c61cf95e5 100644 (file)
@@ -12,9 +12,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.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
+#ifndef __GTK_VERSION_H__
+#define __GTK_VERSION_H__
+
 /**
  * SECTION:gtkfeatures
  * @Short_description: Variables and functions to check the GTK+ version
  * use the features described here.
  */
 
-#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
-#error "Only <gtk/gtk.h> can be included directly."
-#endif
-
-#ifndef __GTK_VERSION_H__
-#define __GTK_VERSION_H__
-
 /**
  * GTK_MAJOR_VERSION:
  *