~jeremywootten/pantheon-files/fix-network-mount-sidebar-item-path

« back to all changes in this revision

Viewing changes to libcore/tests/GOFFileTests/marlincore-tests-gof.h

tests: port GOFFileTests to Vala

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (C) 2011, Lucas Baudin <xapantu@gmail.com>
3
 
 *
4
 
 * Marlin is free software; you can redistribute it and/or
5
 
 * modify it under the terms of the GNU General Public License as
6
 
 * published by the Free Software Foundation, Inc.,; either version 2 of the
7
 
 * License, or (at your option) any later version.
8
 
 *
9
 
 * Marlin is distributed in the hope that it will be useful,
10
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
 
 * General Public License for more details.
13
 
 *
14
 
 * You should have received a copy of the GNU General Public License
15
 
 * along with this program; if not, write to the Free Software Foundation, Inc.,
16
 
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17
 
 *
18
 
 */
19
 
 
20
 
#ifndef _H_MARLIN_CORE_TESTS_GOF
21
 
#define _H_MARLIN_CORE_TESTS_GOF
22
 
 
23
 
#include "gof-file.h"
24
 
 
25
 
void marlincore_tests_goffile(void);
26
 
 
27
 
#endif