diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:02:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:02:08 +0800 |
commit | e5bd6a33e596a94e6a33fcb4b3f13134b679dcf2 (patch) | |
tree | 0f43b91131d0ac4c71ad7a22b8fe482732bb0486 /embed/ephy-embed.h | |
parent | 06ce4525c0bd84caac67829eed3df9daa9c51074 (diff) | |
download | gsoc2013-epiphany-e5bd6a33e596a94e6a33fcb4b3f13134b679dcf2.tar.gz gsoc2013-epiphany-e5bd6a33e596a94e6a33fcb4b3f13134b679dcf2.tar.zst gsoc2013-epiphany-e5bd6a33e596a94e6a33fcb4b3f13134b679dcf2.zip |
Tabify modified files.
svn path=/trunk/; revision=7569
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 61d3ab735..77cbd29ec 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -196,7 +196,7 @@ struct _EphyEmbedIface void (* go_forward) (EphyEmbed *embed); void (* go_up) (EphyEmbed *embed); - const char * (* get_title) (EphyEmbed *embed); + const char * (* get_title) (EphyEmbed *embed); char * (* get_location) (EphyEmbed *embed, gboolean toplevel); const char * (* get_link_message) (EphyEmbed *embed); @@ -251,11 +251,11 @@ struct _EphyEmbedIface const char *address, EphyEmbedAddressExpire expire); const char * (* get_address) (EphyEmbed *embed); - const char * (* get_status_message) (EphyEmbed *embed); - GdkPixbuf * (* get_icon) (EphyEmbed *embed); - const char * (* get_icon_address) (EphyEmbed *embed); - gboolean (* get_is_blank) (EphyEmbed *embed); - const char * (* get_loading_title) (EphyEmbed *embed); + const char * (* get_status_message) (EphyEmbed *embed); + GdkPixbuf * (* get_icon) (EphyEmbed *embed); + const char * (* get_icon_address) (EphyEmbed *embed); + gboolean (* get_is_blank) (EphyEmbed *embed); + const char * (* get_loading_title) (EphyEmbed *embed); }; GType ephy_embed_net_state_get_type (void); @@ -369,17 +369,17 @@ void ephy_embed_set_typed_address (EphyEmbed *embed, const char * ephy_embed_get_address (EphyEmbed *embed); /* Status messages */ -const char * ephy_embed_get_status_message (EphyEmbed *embed); +const char * ephy_embed_get_status_message (EphyEmbed *embed); /* Icon and Icon Address */ -GdkPixbuf * ephy_embed_get_icon (EphyEmbed *embed); -const char * ephy_embed_get_icon_address (EphyEmbed *embed); +GdkPixbuf * ephy_embed_get_icon (EphyEmbed *embed); +const char * ephy_embed_get_icon_address (EphyEmbed *embed); /* Is blank */ -gboolean ephy_embed_get_is_blank (EphyEmbed *embed); +gboolean ephy_embed_get_is_blank (EphyEmbed *embed); -const char * ephy_embed_get_loading_title (EphyEmbed *embed); +const char * ephy_embed_get_loading_title (EphyEmbed *embed); /* Encoding */ char *ephy_embed_get_encoding (EphyEmbed *embed); |