diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:32 +0200 |
commit | 0537caaf4af94a9ead8b292679f6b34c90b55e06 (patch) | |
tree | 6761cfdf959926be7af3147cf770e7f253390fe8 /src/folders/Folders.c | |
parent | eca5837e235a356c8db9416bbbc13577db3e6f76 (diff) | |
parent | 5e9f4eea451a77ba3b93db3747841ed2bd969e9f (diff) |
Update upstream source from tag 'upstream/0.30.1'
Update to upstream version '0.30.1'
with Debian dir dc242531effff8d9c6fab093414edee28b403c6a
Diffstat (limited to 'src/folders/Folders.c')
-rw-r--r-- | src/folders/Folders.c | 74 |
1 files changed, 0 insertions, 74 deletions
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 <glib.h> -#include <glib-object.h> -#include <stdlib.h> -#include <string.h> - -#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" -} - - - |