From 5e2efa2cd4ac7891fdf316dafd9ab249086e842a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 14 Dec 2012 07:25:24 -0500 Subject: Finish adding symbols to libeutil API docs. --- e-util/e-charset-combo-box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-charset-combo-box.h') diff --git a/e-util/e-charset-combo-box.h b/e-util/e-charset-combo-box.h index 54c5527875..a1e8cec5bb 100644 --- a/e-util/e-charset-combo-box.h +++ b/e-util/e-charset-combo-box.h @@ -62,7 +62,7 @@ struct _ECharsetComboBoxClass { EActionComboBoxClass parent_class; }; -GType e_charset_combo_box_get_type (void); +GType e_charset_combo_box_get_type (void) G_GNUC_CONST; GtkWidget * e_charset_combo_box_new (void); const gchar * e_charset_combo_box_get_charset (ECharsetComboBox *combo_box); void e_charset_combo_box_set_charset (ECharsetComboBox *combo_box, -- cgit