From 5e9f4eea451a77ba3b93db3747841ed2bd969e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 14:09:20 +0200 Subject: New upstream version 0.30.1 --- src/folders/Folders.c | 74 --------------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 src/folders/Folders.c (limited to 'src/folders/Folders.c') diff --git a/src/folders/Folders.c b/src/folders/Folders.c deleted file mode 100644 index 3ff8458..0000000 --- a/src/folders/Folders.c +++ /dev/null @@ -1,74 +0,0 @@ -/* Folders.c generated by valac 0.40.4, the Vala compiler - * generated from Folders.vala, do not modify */ - -/* Copyright 2016 Software Freedom Conservancy Inc. - * - * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. - */ -/* This file is the master unit file for the Folders unit. It should be edited to include - * whatever code is deemed necessary. - * - * The init() and terminate() methods are mandatory. - * - * If the unit needs to be configured prior to initialization, add the proper parameters to - * the preconfigure() method, implement it, and ensure in init() that it's been called. - */ - - -#include -#include -#include -#include - -#define _g_free0(var) (var = (g_free (var), NULL)) - - -extern gchar* folders_icon; -gchar* folders_icon = NULL; -extern gchar* folders_have_photos_icon; -gchar* folders_have_photos_icon = NULL; - -void folders_init (GError** error); -#define RESOURCES_ICON_FOLDER "folder" -#define RESOURCES_ICON_FOLDER_DOCUMENTS "folder-documents" -void folders_terminate (void); - - -void -folders_init (GError** error) -{ - gchar* _tmp0_; - gchar* _tmp1_; -#line 22 "/home/jens/Source/shotwell/src/folders/Folders.vala" - _tmp0_ = g_strdup (RESOURCES_ICON_FOLDER); -#line 22 "/home/jens/Source/shotwell/src/folders/Folders.vala" - _g_free0 (folders_icon); -#line 22 "/home/jens/Source/shotwell/src/folders/Folders.vala" - folders_icon = _tmp0_; -#line 23 "/home/jens/Source/shotwell/src/folders/Folders.vala" - _tmp1_ = g_strdup (RESOURCES_ICON_FOLDER_DOCUMENTS); -#line 23 "/home/jens/Source/shotwell/src/folders/Folders.vala" - _g_free0 (folders_have_photos_icon); -#line 23 "/home/jens/Source/shotwell/src/folders/Folders.vala" - folders_have_photos_icon = _tmp1_; -#line 56 "Folders.c" -} - - -void -folders_terminate (void) -{ -#line 27 "/home/jens/Source/shotwell/src/folders/Folders.vala" - _g_free0 (folders_icon); -#line 27 "/home/jens/Source/shotwell/src/folders/Folders.vala" - folders_icon = NULL; -#line 28 "/home/jens/Source/shotwell/src/folders/Folders.vala" - _g_free0 (folders_have_photos_icon); -#line 28 "/home/jens/Source/shotwell/src/folders/Folders.vala" - folders_have_photos_icon = NULL; -#line 71 "Folders.c" -} - - - -- cgit v1.2.3