diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-03-25 Christian Persch <chpe@cvs.gnome.org> + + * doc/reference/epiphany.types: + + Add ephy_tab_get_type(), fixes EphyTab documentation to include + object properties. + 2004-03-25 Adam Hooper <adamh@cvs.gnome.org> * embed/ephy-embed.c: diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index dffbaa6f0..098dc3f66 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -45,9 +45,11 @@ ephy_password_manager_get_type mozilla_embed_get_type #include <ephy-window.h> +#include <ephy-tab.h> #include <ephy-shell.h> #include <ephy-session.h> ephy_window_get_type +ephy_tab_get_type ephy_shell_get_type ephy_session_get_type |