]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-time.h
Updated Polish translation
[empathy.git] / libempathy / empathy-time.h
index 560b4655a87e84d00f7a5c427e9eb8e5378c5e25..2875d2f9f57bb98dc09c6e9681417e5d5cc10471 100644 (file)
@@ -14,8 +14,8 @@
  *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
  */
 
 #ifndef __EMPATHY_TIME_H__
@@ -36,12 +36,11 @@ G_BEGIN_DECLS
 time_t  empathy_time_get_current     (void);
 time_t  empathy_time_get_local_time  (struct tm   *tm);
 time_t  empathy_time_parse           (const gchar *str);
-time_t  empathy_time_parse_format    (const gchar *str,
-                                     const gchar *format);
 gchar  *empathy_time_to_string_utc   (time_t       t,
                                      const gchar *format);
 gchar  *empathy_time_to_string_local (time_t       t,
                                      const gchar *format);
+gchar  *empathy_time_to_string_relative (time_t t);
 
 G_END_DECLS