diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-12 17:55:50 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-12 18:05:12 +0800 |
commit | f312b6f85b4128dffd08a5afc7797b7c204c7887 (patch) | |
tree | a04fce76f7d5bf4ca2fbc6040c5260f4231e0ef2 /libempathy-gtk/empathy-ui-utils.h | |
parent | d1bc3524be5909a9287b12b309f2dd2e97fc5778 (diff) | |
download | gsoc2013-empathy-f312b6f85b4128dffd08a5afc7797b7c204c7887.tar gsoc2013-empathy-f312b6f85b4128dffd08a5afc7797b7c204c7887.tar.gz gsoc2013-empathy-f312b6f85b4128dffd08a5afc7797b7c204c7887.tar.bz2 gsoc2013-empathy-f312b6f85b4128dffd08a5afc7797b7c204c7887.tar.lz gsoc2013-empathy-f312b6f85b4128dffd08a5afc7797b7c204c7887.tar.xz gsoc2013-empathy-f312b6f85b4128dffd08a5afc7797b7c204c7887.tar.zst gsoc2013-empathy-f312b6f85b4128dffd08a5afc7797b7c204c7887.zip |
add empathy_get_current_action_time()
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index 6dd64ac51..d33b8c987 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -150,6 +150,8 @@ void empathy_make_color_whiter (GdkRGBA *color); GtkWidget * empathy_context_menu_new (GtkWidget *attach_to); +gint64 empathy_get_current_action_time (void); + G_END_DECLS #endif /* __EMPATHY_UI_UTILS_H__ */ |