diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-16 04:40:17 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-16 04:40:17 +0800 |
commit | 3b1d93ed7f7a948d24ecaeb97751083c41841b81 (patch) | |
tree | dd52029f5f7e102d2976c858f15a6eaf6c671cb9 /libempathy/empathy-utils.h | |
parent | 577ef4e2d94c51ee8dc4a991e1bd62f6e0ca9d34 (diff) | |
download | gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.gz gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.bz2 gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.lz gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.xz gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.zst gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.zip |
empathy_mission_control_new -> dup_singleton.
svn path=/trunk/; revision=2233
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index b51a19614..62cd1a81b 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -68,7 +68,7 @@ xmlNodePtr empathy_xml_node_find_child_prop_value (xmlNodePtr node, guint empathy_account_hash (gconstpointer key); gboolean empathy_account_equal (gconstpointer a, gconstpointer b); -MissionControl *empathy_mission_control_new (void); +MissionControl *empathy_mission_control_dup_singleton (void); const gchar * empathy_presence_get_default_message (McPresence presence); const gchar * empathy_presence_to_str (McPresence presence); McPresence empathy_presence_from_str (const gchar *str); |