From 93497400220851d93705a0340dbff5d8d45d176f Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Mon, 3 Jan 2005 19:22:58 +0000 Subject: Ensure that flags and enums start with 'Ephy' 2005-01-03 Crispin Flowerday * embed/ephy-embed-event.c: * embed/ephy-embed-event.h: * embed/ephy-embed-persist.c: (ephy_embed_persist_set_flags): * embed/ephy-embed-persist.h: * embed/ephy-embed.c: (ephy_embed_base_init), (ephy_embed_get_security_level), (ephy_embed_print_preview_navigate): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed.cpp: * src/ephy-tab.c: (ephy_tab_address_expire_get_type), (ephy_tab_navigation_flags_get_type), (ephy_tab_document_type_cb), (update_net_state_message), (build_progress_from_requests), (ephy_tab_net_state_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_security_change_cb), (ephy_tab_update_navigation_flags), (ephy_tab_set_location), (ephy_tab_set_security_level): * src/ephy-tab.h: * src/ephy-window.c: (sync_tab_document_type), (sync_tab_navigation), (sync_tab_security), (sync_tab_zoom), (update_popups_tooltips), (show_embed_popup), (ephy_window_class_init): * src/popup-commands.c: (popup_cmd_copy_link_address): Ensure that flags and enums start with 'Ephy' --- embed/ephy-embed-event.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed/ephy-embed-event.h') diff --git a/embed/ephy-embed-event.h b/embed/ephy-embed-event.h index f3e342baf..19e9a770d 100644 --- a/embed/ephy-embed-event.h +++ b/embed/ephy-embed-event.h @@ -50,7 +50,7 @@ typedef enum EMBED_CONTEXT_INPUT = 1 << 5, EMBED_CONTEXT_XUL = 1 << 7, EMBED_CONTEXT_EMAIL_LINK = 1 << 8 -} EmbedEventContext; +} EphyEmbedEventContext; typedef enum { @@ -66,7 +66,7 @@ struct _EphyEmbedEventIface /* Methods */ EphyEmbedEventType (* get_type) (EphyEmbedEvent *event); - EmbedEventContext (* get_context) (EphyEmbedEvent *event); + EphyEmbedEventContext (* get_context) (EphyEmbedEvent *event); guint (* get_modifier) (EphyEmbedEvent *event); void (* get_coordinates) (EphyEmbedEvent *event, guint *x, @@ -87,7 +87,7 @@ GType ephy_embed_event_type_get_type (void); EphyEmbedEventType ephy_embed_event_get_event_type (EphyEmbedEvent *event); -EmbedEventContext ephy_embed_event_get_context (EphyEmbedEvent *event); +EphyEmbedEventContext ephy_embed_event_get_context (EphyEmbedEvent *event); guint ephy_embed_event_get_modifier (EphyEmbedEvent *event); -- cgit