aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-16 22:09:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-16 22:09:09 +0800
commit33fec6ea1836eaa5ba39bd233a5b81e4f6998a18 (patch)
tree46ac28ef6e74842771b8804ada9c710a51687aaf /libempathy-gtk/empathy-ui-utils.h
parent404871f95d42c41f01af2fdff862a877e624675b (diff)
downloadgsoc2013-empathy-33fec6ea1836eaa5ba39bd233a5b81e4f6998a18.tar
gsoc2013-empathy-33fec6ea1836eaa5ba39bd233a5b81e4f6998a18.tar.gz
gsoc2013-empathy-33fec6ea1836eaa5ba39bd233a5b81e4f6998a18.tar.bz2
gsoc2013-empathy-33fec6ea1836eaa5ba39bd233a5b81e4f6998a18.tar.lz
gsoc2013-empathy-33fec6ea1836eaa5ba39bd233a5b81e4f6998a18.tar.xz
gsoc2013-empathy-33fec6ea1836eaa5ba39bd233a5b81e4f6998a18.tar.zst
gsoc2013-empathy-33fec6ea1836eaa5ba39bd233a5b81e4f6998a18.zip
add empathy_context_menu_new()
That's basically the same trick as we did in individual_view_popup_menu_idle_cb(). We can't unfortunatelly not use this function there as the popup may be reused in some cases.
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index 0ff637a33..6dd64ac51 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -148,6 +148,8 @@ void empathy_receive_file_with_file_chooser (EmpathyFTHandler *handl
/* Misc */
void empathy_make_color_whiter (GdkRGBA *color);
+GtkWidget * empathy_context_menu_new (GtkWidget *attach_to);
+
G_END_DECLS
#endif /* __EMPATHY_UI_UTILS_H__ */