~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-log-window.h

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-11-16 23:40:52 UTC
  • mfrom: (1.1.39 upstream)
  • mto: (6.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20091116234052-7hhwrpeln4mwdyw7
Tags: upstream-2.29.2
ImportĀ upstreamĀ versionĀ 2.29.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef __EMPATHY_LOG_WINDOW_H__
26
26
#define __EMPATHY_LOG_WINDOW_H__
27
27
 
28
 
#include <libempathy/empathy-account.h>
 
28
#include <telepathy-glib/account.h>
29
29
 
30
30
G_BEGIN_DECLS
31
31
 
32
 
GtkWidget * empathy_log_window_show (EmpathyAccount   *account,
 
32
GtkWidget * empathy_log_window_show (TpAccount   *account,
33
33
                                     const gchar *chat_id,
34
34
                                     gboolean     chatroom,
35
35
                                     GtkWindow   *parent);