From 0256c457bc5558d97c98c17ee673923def23a85e Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Wed, 8 Dec 2010 13:07:23 +0100 Subject: introspection: fix wrong and missing annotations Bug #636790 --- lib/widgets/ephy-location-entry.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/widgets') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index 5b2c9dc0d..9df8fcf9a 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -220,7 +220,7 @@ ephy_location_entry_class_init (EphyLocationEntryClass *klass) widget_class->style_set = ephy_location_entry_style_set; - /** + /** * EphyLocationEntry::user-changed: * @entry: the object on which the signal is emitted * @@ -237,7 +237,7 @@ ephy_location_entry_class_init (EphyLocationEntryClass *klass) 0, G_TYPE_NONE); - /** + /** * EphyLocationEntry::lock-clicked: * @entry: the object on which the signal is emitted * @@ -255,14 +255,14 @@ ephy_location_entry_class_init (EphyLocationEntryClass *klass) G_TYPE_NONE, 0); - /** + /** * EphyLocationEntry::get-location: * @entry: the object on which the signal is emitted * Returns: the current page address as a string * - * For drag and drop purposes, the location bar will request you the real - * address of where it is pointing to. The signal handler for this function - * should return the address of the currently loaded site. + * For drag and drop purposes, the location bar will request you the + * real address of where it is pointing to. The signal handler for this + * function should return the address of the currently loaded site. * */ signals[GET_LOCATION] = g_signal_new ( @@ -275,14 +275,14 @@ ephy_location_entry_class_init (EphyLocationEntryClass *klass) 0, G_TYPE_NONE); - /** + /** * EphyLocationEntry::get-title: * @entry: the object on which the signal is emitted * Returns: the current page title as a string * - * For drag and drop purposes, the location bar will request you the title - * of where it is pointing to. The signal handler for this function - * should return the title of the currently loaded site. + * For drag and drop purposes, the location bar will request you the + * title of where it is pointing to. The signal handler for this + * function should return the title of the currently loaded site. * */ signals[GET_TITLE] = g_signal_new ( -- cgit v1.2.3