From a3daa2e644fab1569a929035a26b13d01d7b7c4f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 20 Sep 2009 00:16:27 +0300 Subject: ephy-embed-container.h: fix indentation --- embed/ephy-embed-container.h | 53 +++++++++++++++++++------------------------- 1 file changed, 23 insertions(+), 30 deletions(-) (limited to 'embed') diff --git a/embed/ephy-embed-container.h b/embed/ephy-embed-container.h index 13c602a18..b9b89b048 100644 --- a/embed/ephy-embed-container.h +++ b/embed/ephy-embed-container.h @@ -46,46 +46,39 @@ struct _EphyEmbedContainerIface { GTypeInterface parent_iface; - gint (* add_child) (EphyEmbedContainer *container, - EphyEmbed *child, - gint position, - gboolean set_active); + gint (* add_child) (EphyEmbedContainer *container, + EphyEmbed *child, + gint position, + gboolean set_active); - void (* set_active_child) (EphyEmbedContainer *container, - EphyEmbed *child); + void (* set_active_child) (EphyEmbedContainer *container, + EphyEmbed *child); - void (* remove_child) (EphyEmbedContainer *container, - EphyEmbed *child); + void (* remove_child) (EphyEmbedContainer *container, + EphyEmbed *child); EphyEmbed * (* get_active_child) (EphyEmbedContainer *container); - GList * (* get_children) (EphyEmbedContainer *container); + GList * (* get_children) (EphyEmbedContainer *container); - gboolean (* get_is_popup) (EphyEmbedContainer *container); + gboolean (* get_is_popup) (EphyEmbedContainer *container); EphyWebViewChrome (* get_chrome) (EphyEmbedContainer *container); }; -GType ephy_embed_container_get_type (void); - -gint ephy_embed_container_add_child (EphyEmbedContainer *container, - EphyEmbed *child, - gint position, - gboolean set_active); - -void ephy_embed_container_set_active_child (EphyEmbedContainer *container, - EphyEmbed *child); - -void ephy_embed_container_remove_child (EphyEmbedContainer *container, - EphyEmbed *child); - -EphyEmbed *ephy_embed_container_get_active_child (EphyEmbedContainer *container); - -GList *ephy_embed_container_get_children (EphyEmbedContainer *container); - -gboolean ephy_embed_container_get_is_popup (EphyEmbedContainer *container); - -EphyWebViewChrome ephy_embed_container_get_chrome (EphyEmbedContainer *container); +GType ephy_embed_container_get_type (void); +gint ephy_embed_container_add_child (EphyEmbedContainer *container, + EphyEmbed *child, + gint position, + gboolean set_active); +void ephy_embed_container_set_active_child (EphyEmbedContainer *container, + EphyEmbed *child); +void ephy_embed_container_remove_child (EphyEmbedContainer *container, + EphyEmbed *child); +EphyEmbed * ephy_embed_container_get_active_child (EphyEmbedContainer *container); +GList * ephy_embed_container_get_children (EphyEmbedContainer *container); +gboolean ephy_embed_container_get_is_popup (EphyEmbedContainer *container); +EphyWebViewChrome ephy_embed_container_get_chrome (EphyEmbedContainer *container); G_END_DECLS -- cgit v1.2.3