aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-time.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-time.h')
-rw-r--r--libempathy/empathy-time.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/libempathy/empathy-time.h b/libempathy/empathy-time.h
index 3a22adeee..16f441675 100644
--- a/libempathy/empathy-time.h
+++ b/libempathy/empathy-time.h
@@ -1,7 +1,6 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2004 Imendio AB
- * Copyright (C) 2007-2010 Collabora Ltd.
+ * Copyright (C) 2007-2012 Collabora Ltd.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -40,10 +39,10 @@ G_BEGIN_DECLS
#define EMPATHY_TIME_DATE_FORMAT_DISPLAY_SHORT _("%a %d %b %Y, %H:%M")
gint64 empathy_time_get_current (void);
-gchar *empathy_time_to_string_utc (gint64 t,
- const gchar *format);
-gchar *empathy_time_to_string_local (gint64 t,
- const gchar *format);
+gchar *empathy_time_to_string_utc (gint64 t,
+ const gchar *format);
+gchar *empathy_time_to_string_local (gint64 t,
+ const gchar *format);
gchar *empathy_time_to_string_relative (gint64 t);
gchar *empathy_duration_to_string (guint seconds);