diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-09 22:50:15 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:05 +0800 |
commit | 1f633bf20747995395b1dcc7001e0c9502104eda (patch) | |
tree | 33eadea37c7a822d332d564ecc6a6e5e5d08db2b /libempathy-gtk/empathy-ui-utils.h | |
parent | eb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340 (diff) | |
download | gsoc2013-empathy-1f633bf20747995395b1dcc7001e0c9502104eda.tar.gz gsoc2013-empathy-1f633bf20747995395b1dcc7001e0c9502104eda.tar.zst gsoc2013-empathy-1f633bf20747995395b1dcc7001e0c9502104eda.zip |
builder: move empathy_builder_* from Empathy to tp-account-widgets
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 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index baf250e32..13559d80b 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -54,20 +54,6 @@ typedef void (*EmpathyPixbufAvatarFromIndividualCb) ( void empathy_gtk_init (void); -/* Glade */ -GtkBuilder * empathy_builder_get_file (const gchar *filename, - const gchar *first_object, - ...); -GtkBuilder * empathy_builder_get_resource (const gchar *resourcename, - const gchar *first_object, - ...); -void empathy_builder_connect (GtkBuilder *gui, - gpointer user_data, - const gchar *first_object, - ...); -GtkWidget * empathy_builder_unref_and_keep_widget (GtkBuilder *gui, - GtkWidget *root); - /* Pixbufs */ const gchar * empathy_icon_name_for_presence ( TpConnectionPresenceType presence); |