Updated Traditional Chinese translation(Hong Kong and Taiwan)
[evolution.git] / calendar / gui / misc.h
blob6d3133b58d11b85195dedd1b7dd9293c1bdf0175
1 /*
3 * Evolution calendar - Miscellaneous utility functions
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) version 3.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with the program; if not, see <http://www.gnu.org/licenses/>
19 * Authors:
20 * Federico Mena-Quintero <federico@ximian.com>
22 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
26 #ifndef MISC_H
27 #define MISC_H
29 #include <glib.h>
30 #include <time.h>
32 gboolean string_is_empty (const gchar *value);
33 gchar *get_uri_without_password (const gchar *uri);
34 gint get_position_in_array (GPtrArray *objects, gpointer item);
35 gchar * calculate_time (time_t start, time_t end);
36 #endif