]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-log-window.h
Merge branch 'irc-dialog-579800'
[empathy.git] / libempathy-gtk / empathy-log-window.h
index 09a986399a72d06713f43a46b2b63647178088a4..266e0c30cd95b0ff6ec0a5f2187727334e584ed9 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2006-2007 Imendio AB
- * Copyright (C) 2007 Collabora Ltd.
+ * Copyright (C) 2007-2008 Collabora Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
 
 G_BEGIN_DECLS
 
-void empathy_log_window_show (McAccount   *account,
-                            const gchar *chat_id,
-                            gboolean     chatroom,
-                            GtkWindow   *parent);
+GtkWidget * empathy_log_window_show (McAccount   *account,
+                                    const gchar *chat_id,
+                                    gboolean     chatroom,
+                                    GtkWindow   *parent);
 
 G_END_DECLS