]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-theme-manager.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-theme-manager.h
index 05661d306be3ecf8670498820fc6f67857f987e8..c60dc0cd9441078121ce0a367b2f3c2332b816cf 100644 (file)
@@ -15,8 +15,8 @@
  *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
  *
  * Authors: Xavier Claessens <xclaesse@gmail.com>
  */
@@ -49,8 +49,9 @@ struct _EmpathyThemeManagerClass {
 };
 
 GType                   empathy_theme_manager_get_type    (void) G_GNUC_CONST;
-EmpathyThemeManager *   empathy_theme_manager_get         (void);
+EmpathyThemeManager *   empathy_theme_manager_dup_singleton (void);
 const gchar **          empathy_theme_manager_get_themes  (void);
+GList *                 empathy_theme_manager_get_adium_themes (void);
 EmpathyChatView *       empathy_theme_manager_create_view (EmpathyThemeManager *manager);
 
 G_END_DECLS