diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-19 22:53:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-20 18:30:38 +0800 |
commit | 11de29cc7c7b7d6047837b51155b768b0e8f9a4b (patch) | |
tree | f7926d047b2d5a03e8a78d1aec1d073d9ed56d45 /libempathy/empathy-time.h | |
parent | 9221d9bab4675f79370ccb6e675a32f0e0c5a707 (diff) | |
download | gsoc2013-empathy-11de29cc7c7b7d6047837b51155b768b0e8f9a4b.tar gsoc2013-empathy-11de29cc7c7b7d6047837b51155b768b0e8f9a4b.tar.gz gsoc2013-empathy-11de29cc7c7b7d6047837b51155b768b0e8f9a4b.tar.bz2 gsoc2013-empathy-11de29cc7c7b7d6047837b51155b768b0e8f9a4b.tar.lz gsoc2013-empathy-11de29cc7c7b7d6047837b51155b768b0e8f9a4b.tar.xz gsoc2013-empathy-11de29cc7c7b7d6047837b51155b768b0e8f9a4b.tar.zst gsoc2013-empathy-11de29cc7c7b7d6047837b51155b768b0e8f9a4b.zip |
empathy-time: port to TP coding style
https://bugzilla.gnome.org/show_bug.cgi?id=608474
Diffstat (limited to 'libempathy/empathy-time.h')
-rw-r--r-- | libempathy/empathy-time.h | 11 |
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); |