gtk: fix annotation syntax and missing some missing annotations
These changes clean up various errors and omissions resulting from either slightly incorrect G-I/gtk-doc syntax or missing documentation blocks. https://bugzilla.gnome.org/show_bug.cgi?id=730745
This commit is contained in:
@ -74,7 +74,7 @@ struct _GtkColorSelection
|
||||
{
|
||||
GtkBox parent_instance;
|
||||
|
||||
/* < private_data > */
|
||||
/*< private >*/
|
||||
GtkColorSelectionPrivate *private_data;
|
||||
};
|
||||
|
||||
|
||||
@ -4077,7 +4077,7 @@ gtk_widget_get_default_style (void)
|
||||
*
|
||||
* Since: 2.20
|
||||
*
|
||||
* Deprecated: 3.0. This step is unnecessary with #GtkStyleContext.
|
||||
* Deprecated: 3.0: This step is unnecessary with #GtkStyleContext.
|
||||
**/
|
||||
void
|
||||
gtk_widget_style_attach (GtkWidget *widget)
|
||||
@ -4514,7 +4514,7 @@ gtk_widget_modify_base (GtkWidget *widget,
|
||||
*
|
||||
* Since: 2.12
|
||||
*
|
||||
* Deprecated: 3.0. Use gtk_widget_override_cursor() instead.
|
||||
* Deprecated: 3.0: Use gtk_widget_override_cursor() instead.
|
||||
*/
|
||||
void
|
||||
gtk_widget_modify_cursor (GtkWidget *widget,
|
||||
|
||||
Reference in New Issue
Block a user