diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-15 21:43:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-15 23:47:25 +0800 |
commit | 676e1f544d851935cb2dc7781f4a5ff39c366b2f (patch) | |
tree | 74cc72005f0ddfe023bc5ad172d01ec22dde9a4b /libempathy-gtk/empathy-ui-utils.h | |
parent | 46f7d3a0152fd23d15c707d851e9b1889fc512f0 (diff) | |
download | gsoc2013-empathy-676e1f544d851935cb2dc7781f4a5ff39c366b2f.tar gsoc2013-empathy-676e1f544d851935cb2dc7781f4a5ff39c366b2f.tar.gz gsoc2013-empathy-676e1f544d851935cb2dc7781f4a5ff39c366b2f.tar.bz2 gsoc2013-empathy-676e1f544d851935cb2dc7781f4a5ff39c366b2f.tar.lz gsoc2013-empathy-676e1f544d851935cb2dc7781f4a5ff39c366b2f.tar.xz gsoc2013-empathy-676e1f544d851935cb2dc7781f4a5ff39c366b2f.tar.zst gsoc2013-empathy-676e1f544d851935cb2dc7781f4a5ff39c366b2f.zip |
factor out empathy_make_color_whiter()
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index 0b76d09a3..0ff637a33 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -145,6 +145,9 @@ void empathy_send_file_from_uri_list (EmpathyContact *conta void empathy_send_file_with_file_chooser (EmpathyContact *contact); void empathy_receive_file_with_file_chooser (EmpathyFTHandler *handler); +/* Misc */ +void empathy_make_color_whiter (GdkRGBA *color); + G_END_DECLS #endif /* __EMPATHY_UI_UTILS_H__ */ |