gthumb r2389 - in trunk: . libgthumb po
- From: mjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gthumb r2389 - in trunk: . libgthumb po
- Date: Sat, 9 Aug 2008 10:20:25 +0000 (UTC)
Author: mjc
Date: Sat Aug 9 10:20:24 2008
New Revision: 2389
URL: http://svn.gnome.org/viewvc/gthumb?rev=2389&view=rev
Log:
2008-08-09 Michael J. Chudobiak <mjc svn gnome org>
* libgthumb/Makefile.am:
* libgthumb/gfile-utils.c:
* libgthumb/gfile-utils.h:
* po/POTFILES.in:
Added gfile-utils.[ch] to contain gfile utility functions.
Added:
trunk/libgthumb/gfile-utils.c
trunk/libgthumb/gfile-utils.h
Modified:
trunk/ChangeLog
trunk/libgthumb/Makefile.am
trunk/po/POTFILES.in
Modified: trunk/libgthumb/Makefile.am
==============================================================================
--- trunk/libgthumb/Makefile.am (original)
+++ trunk/libgthumb/Makefile.am Sat Aug 9 10:20:24 2008
@@ -43,6 +43,7 @@
file-data.h \
file-utils.h \
gconf-utils.h \
+ gfile-utils.h \
glib-utils.h \
gstringlist.h \
gth-exif-utils.h \
@@ -104,6 +105,7 @@
file-data.c \
file-utils.c \
gconf-utils.c \
+ gfile-utils.c \
glib-utils.c \
gstringlist.c \
gth-exif-utils.c \
Added: trunk/libgthumb/gfile-utils.c
==============================================================================
--- (empty file)
+++ trunk/libgthumb/gfile-utils.c Sat Aug 9 10:20:24 2008
@@ -0,0 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+
+/*
+ * GThumb
+ *
+ * Copyright (C) 2008 Free Software Foundation, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ */
+
+
Added: trunk/libgthumb/gfile-utils.h
==============================================================================
--- (empty file)
+++ trunk/libgthumb/gfile-utils.h Sat Aug 9 10:20:24 2008
@@ -0,0 +1,27 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+
+/*
+ * GThumb
+ *
+ * Copyright (C) 2008 Free Software Foundation, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef GFILE_UTILS_H
+#define GFILE_UTILS_H
+
+
+#endif /* GFILE_UTILS_H */
Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in (original)
+++ trunk/po/POTFILES.in Sat Aug 9 10:20:24 2008
@@ -36,6 +36,8 @@
libgthumb/file-utils.h
libgthumb/gconf-utils.c
libgthumb/gconf-utils.h
+libgthumb/gfile-utils.c
+libgthumb/gfile-utils.h
libgthumb/glib-utils.c
libgthumb/glib-utils.h
libgthumb/gstringlist.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]