diff options
Diffstat (limited to 'src/ephy-tabs-menu.h')
-rw-r--r-- | src/ephy-tabs-menu.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ephy-tabs-menu.h b/src/ephy-tabs-menu.h index 466da48b5..e43d899ce 100644 --- a/src/ephy-tabs-menu.h +++ b/src/ephy-tabs-menu.h @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifndef EPHY_TABS_MENU_H @@ -39,19 +41,19 @@ struct _EphyTabsMenuClass GObjectClass parent_class; }; -/* Remember: fields are public read-only */ struct _EphyTabsMenu { GObject parent_object; + /*< private >*/ EphyTabsMenuPrivate *priv; }; -GType ephy_tabs_menu_get_type (void); +GType ephy_tabs_menu_get_type (void); -EphyTabsMenu *ephy_tabs_menu_new (EphyWindow *window); +EphyTabsMenu *ephy_tabs_menu_new (EphyWindow *window); -void ephy_tabs_menu_update (EphyTabsMenu *menu); +void ephy_tabs_menu_update (EphyTabsMenu *menu); G_END_DECLS |