diff options
author | Adam Hooper <adamh@src.gnome.org> | 2005-01-14 12:23:05 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2005-01-14 12:23:05 +0800 |
commit | f711dff8257028084ba97ebe7bdc863c23fe8f44 (patch) | |
tree | 0e3af3fa5e2576da82574635967331ade7c616dd | |
parent | 1853f8251a60b50a3719b147571aaac88df8a1eb (diff) | |
download | gsoc2013-epiphany-f711dff8257028084ba97ebe7bdc863c23fe8f44.tar gsoc2013-epiphany-f711dff8257028084ba97ebe7bdc863c23fe8f44.tar.gz gsoc2013-epiphany-f711dff8257028084ba97ebe7bdc863c23fe8f44.tar.bz2 gsoc2013-epiphany-f711dff8257028084ba97ebe7bdc863c23fe8f44.tar.lz gsoc2013-epiphany-f711dff8257028084ba97ebe7bdc863c23fe8f44.tar.xz gsoc2013-epiphany-f711dff8257028084ba97ebe7bdc863c23fe8f44.tar.zst gsoc2013-epiphany-f711dff8257028084ba97ebe7bdc863c23fe8f44.zip |
Puny docs change.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/ephy-embed-single.c | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2005-01-13 Adam Hooper <adamh@cvs.gnome.org> + + * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): + + Puny docs change. + 2005-01-14 Jorn Baayen <jbaayen@gnome.org> * lib/widgets/ephy-location-entry.c: diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 260009b33..3f5af639f 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -119,8 +119,8 @@ ephy_embed_single_iface_init (gpointer g_class) /** * EphyEmbedSingle::check_content: - * @single: - * @type: the type of content + * @single: the #EphyEmbedSingle + * @type: the type of content (an #EphyContentCheckType) * @address: the address of the content * @requesting_address: the address of the requesting content (may be empty) * @mime_type_guess: a guess of the mime type of the content (may be empty) |