From 1a7d00076d0db4ea5b4d8bbd785e13890ef09d60 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 19:31:39 +0000 Subject: cleanup Doxygen warnings --- gtk/sexy_icon_entry.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'gtk/sexy_icon_entry.c') diff --git a/gtk/sexy_icon_entry.c b/gtk/sexy_icon_entry.c index 172b92117..b2899b1ba 100644 --- a/gtk/sexy_icon_entry.c +++ b/gtk/sexy_icon_entry.c @@ -22,6 +22,7 @@ * or write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + #include #include @@ -120,7 +121,7 @@ sexy_icon_entry_class_init(SexyIconEntryClass *klass) widget_class->button_press_event = sexy_icon_entry_button_press; widget_class->button_release_event = sexy_icon_entry_button_release; - /** + /* * SexyIconEntry::icon-pressed: * @entry: The entry on which the signal is emitted. * @icon_pos: The position of the clicked icon. @@ -142,7 +143,7 @@ sexy_icon_entry_class_init(SexyIconEntryClass *klass) G_TYPE_INT, G_TYPE_INT); - /** + /* * SexyIconEntry::icon-released: * @entry: The entry on which the signal is emitted. * @icon_pos: The position of the clicked icon. @@ -793,7 +794,7 @@ sexy_icon_entry_button_release(GtkWidget *widget, GdkEventButton *event) return FALSE; } -/** +/* * sexy_icon_entry_new * * Creates a new SexyIconEntry widget. @@ -806,7 +807,7 @@ sexy_icon_entry_new(void) return GTK_WIDGET(g_object_new(SEXY_TYPE_ICON_ENTRY, NULL)); } -/** +/* * sexy_icon_entry_set_icon * @param entry A #SexyIconEntry. * @param position Icon position. @@ -867,7 +868,7 @@ sexy_icon_entry_set_icon(SexyIconEntry *entry, SexyIconEntryPosition icon_pos, update_icon(NULL, NULL, entry); } -/** +/* * sexy_icon_entry_set_icon_highlight * @param entry A #SexyIconEntry; * @param position Icon position. @@ -894,7 +895,7 @@ sexy_icon_entry_set_icon_highlight(SexyIconEntry *entry, icon_info->highlight = highlight; } -/** +/* * sexy_icon_entry_get_icon * @param entry A #SexyIconEntry. * @param position Icon position. @@ -914,7 +915,7 @@ sexy_icon_entry_get_icon(const SexyIconEntry *entry, return entry->priv->icons[icon_pos].icon; } -/** +/* * sexy_icon_entry_get_icon_highlight * @param entry A #SexyIconEntry. * @param position Icon position. @@ -945,7 +946,7 @@ clear_button_clicked_cb(SexyIconEntry *icon_entry, gtk_entry_set_text(GTK_ENTRY(icon_entry), ""); } -/** +/* * sexy_icon_entry_add_clear_button * @param icon_entry A #SexyIconEntry. * -- cgit v1.2.3