Add annotations to gtk headers
Add annotations to all exported functions in GTK+ headers.
This commit is contained in:
		| @ -78,44 +78,58 @@ struct _GtkSettingsValue | ||||
|  | ||||
|  | ||||
| /* --- functions --- */ | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| GType           gtk_settings_get_type                (void) G_GNUC_CONST; | ||||
| #ifndef GDK_MULTIHEAD_SAFE | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| GtkSettings*    gtk_settings_get_default             (void); | ||||
| #endif | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| GtkSettings*    gtk_settings_get_for_screen          (GdkScreen *screen); | ||||
|  | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| void            gtk_settings_install_property        (GParamSpec         *pspec); | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| void            gtk_settings_install_property_parser (GParamSpec         *pspec, | ||||
|                                                       GtkRcPropertyParser parser); | ||||
|  | ||||
| /* --- precoded parsing functions --- */ | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| gboolean gtk_rc_property_parse_color       (const GParamSpec *pspec, | ||||
|                                             const GString    *gstring, | ||||
|                                             GValue           *property_value); | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| gboolean gtk_rc_property_parse_enum        (const GParamSpec *pspec, | ||||
|                                             const GString    *gstring, | ||||
|                                             GValue           *property_value); | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| gboolean gtk_rc_property_parse_flags       (const GParamSpec *pspec, | ||||
|                                             const GString    *gstring, | ||||
|                                             GValue           *property_value); | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| gboolean gtk_rc_property_parse_requisition (const GParamSpec *pspec, | ||||
|                                             const GString    *gstring, | ||||
|                                             GValue           *property_value); | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| gboolean gtk_rc_property_parse_border      (const GParamSpec *pspec, | ||||
|                                             const GString    *gstring, | ||||
|                                             GValue           *property_value); | ||||
|  | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| void     gtk_settings_set_property_value   (GtkSettings            *settings, | ||||
|                                             const gchar            *name, | ||||
|                                             const GtkSettingsValue *svalue); | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| void     gtk_settings_set_string_property  (GtkSettings            *settings, | ||||
|                                             const gchar            *name, | ||||
|                                             const gchar            *v_string, | ||||
|                                             const gchar            *origin); | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| void     gtk_settings_set_long_property    (GtkSettings            *settings, | ||||
|                                             const gchar            *name, | ||||
|                                             glong                   v_long, | ||||
|                                             const gchar            *origin); | ||||
| GDK_AVAILABLE_IN_ALL | ||||
| void     gtk_settings_set_double_property  (GtkSettings            *settings, | ||||
|                                             const gchar            *name, | ||||
|                                             gdouble                 v_double, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen