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.c | |
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.c')
-rw-r--r-- | embed/ephy-embed.c | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 058ced9fc..baa75c400 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -487,31 +487,31 @@ ephy_embed_base_init (gpointer g_class) "The embed's title", _("Blank page"), G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); - g_object_interface_install_property (g_class, - g_param_spec_string ("status-message", - "Status Message", - "The embed's statusbar message", - NULL, - G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); - g_object_interface_install_property (g_class, - g_param_spec_string ("link-message", - "Link Message", - "The embed's link message", - NULL, - G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); - g_object_interface_install_property (g_class, - g_param_spec_object ("icon", - "Icon", - "The embed icon's", - GDK_TYPE_PIXBUF, - G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); - - g_object_interface_install_property (g_class, - g_param_spec_string ("icon-address", - "Icon address", - "The embed icon's address", - NULL, - (G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB))); + g_object_interface_install_property (g_class, + g_param_spec_string ("status-message", + "Status Message", + "The embed's statusbar message", + NULL, + G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); + g_object_interface_install_property (g_class, + g_param_spec_string ("link-message", + "Link Message", + "The embed's link message", + NULL, + G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); + g_object_interface_install_property (g_class, + g_param_spec_object ("icon", + "Icon", + "The embed icon's", + GDK_TYPE_PIXBUF, + G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); + + g_object_interface_install_property (g_class, + g_param_spec_string ("icon-address", + "Icon address", + "The embed icon's address", + NULL, + (G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB))); initialized = TRUE; } @@ -1279,7 +1279,7 @@ ephy_embed_get_icon_address (EphyEmbed *embed) * ephy_embed_get_is_blank: * @embed: an #EphyEmbed * - * Returns whether the @embed's address is "blank". + * Returns whether the @embed's address is "blank". * * Return value: %TRUE if the @embed's address is "blank" **/ |