]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-search-bar.h
Updated Spanish Translation
[empathy.git] / libempathy-gtk / empathy-search-bar.h
index 2e4e0d76e6a2dfd110ef887b0ba666f46e73af59..a710965b5df823cc368ff61e69218e4994f23109 100644 (file)
 #ifndef __EMPATHY_SEARCH_BAR_H__
 #define __EMPATHY_SEARCH_BAR_H__
 
-#include <glib.h>
-#include <glib-object.h>
+#include <gtk/gtk.h>
 
-#include "empathy-chat-view.h"
+#include "empathy-theme-adium.h"
 
 G_BEGIN_DECLS
 
@@ -44,7 +43,7 @@ typedef struct _EmpathySearchBarClass EmpathySearchBarClass;
 
 struct _EmpathySearchBar
 {
-  GtkBin parent;
+  GtkBox parent;
 
   /*<private>*/
   gpointer priv;
@@ -52,11 +51,11 @@ struct _EmpathySearchBar
 
 struct _EmpathySearchBarClass
 {
-  GtkBinClass parent_class;
+  GtkBoxClass parent_class;
 };
 
 GType       empathy_search_bar_get_type (void) G_GNUC_CONST;
-GtkWidget * empathy_search_bar_new      (EmpathyChatView  *view);
+GtkWidget * empathy_search_bar_new      (EmpathyThemeAdium *view);
 void        empathy_search_bar_show     (EmpathySearchBar *searchbar);
 void        empathy_search_bar_hide     (EmpathySearchBar *searchbar);
 void        empathy_search_bar_paste_clipboard (EmpathySearchBar *searchbar);