summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-utils.h
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-10 14:25:22 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:06 +0100
commit44c61cce71ad3683aa6a284ce117e286423f555c (patch)
treede958fcb39208a6295741195a0e2ed856d6cd87c /tp-account-widgets/tpaw-utils.h
parent431c21692c396b39764eca31c3c4f05f4507ce59 (diff)
downloadtelepathy-account-widgets-44c61cce71ad3683aa6a284ce117e286423f555c.tar.gz
tpaw-utils: move empathy_get_toplevel_window to tp-aw and rename it
This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-utils.h')
-rw-r--r--tp-account-widgets/tpaw-utils.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-utils.h b/tp-account-widgets/tpaw-utils.h
index c648ae80..106c3b4e 100644
--- a/tp-account-widgets/tpaw-utils.h
+++ b/tp-account-widgets/tpaw-utils.h
@@ -1,9 +1,11 @@
/*
- * Copyright (C) 2009-2013 Collabora Ltd.
+ * Copyright (C) 2007-2013 Collabora Ltd.
+ * Copyright (C) 2006 Xavier Claessens <xavier.claessens@gmail.com>
*
* Authors: Marco Barisione <marco.barisione@collabora.co.uk>
* Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+ * Xavier Claessens <xavier.claessens@collabora.co.uk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -38,6 +40,9 @@ const gchar *tpaw_service_name_to_display_name (const gchar *proto_name);
void tpaw_make_color_whiter (GdkRGBA *color);
+/* Windows */
+GtkWindow * tpaw_get_toplevel_window (GtkWidget *widget);
+
/* Copied from wocky/wocky-utils.h */
#define tpaw_implement_finish_void(source, tag) \