mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
[gi] add "array" annotations to GtkAboutDialog methods
* set_authors, set_documenters and set_artists required the array annotation to work properly
This commit is contained in:
parent
70d95f04e7
commit
6ebc15028b
@ -1401,7 +1401,7 @@ update_credits_button_visibility (GtkAboutDialog *about)
|
|||||||
/**
|
/**
|
||||||
* gtk_about_dialog_set_authors:
|
* gtk_about_dialog_set_authors:
|
||||||
* @about: a #GtkAboutDialog
|
* @about: a #GtkAboutDialog
|
||||||
* @authors: a %NULL-terminated array of strings
|
* @authors: (array zero-terminated=1): a %NULL-terminated array of strings
|
||||||
*
|
*
|
||||||
* Sets the strings which are displayed in the authors tab
|
* Sets the strings which are displayed in the authors tab
|
||||||
* of the secondary credits dialog.
|
* of the secondary credits dialog.
|
||||||
@ -1456,7 +1456,7 @@ gtk_about_dialog_get_documenters (GtkAboutDialog *about)
|
|||||||
/**
|
/**
|
||||||
* gtk_about_dialog_set_documenters:
|
* gtk_about_dialog_set_documenters:
|
||||||
* @about: a #GtkAboutDialog
|
* @about: a #GtkAboutDialog
|
||||||
* @documenters: a %NULL-terminated array of strings
|
* @documenters: (array zero-terminated=1): a %NULL-terminated array of strings
|
||||||
*
|
*
|
||||||
* Sets the strings which are displayed in the documenters tab
|
* Sets the strings which are displayed in the documenters tab
|
||||||
* of the secondary credits dialog.
|
* of the secondary credits dialog.
|
||||||
@ -1511,7 +1511,7 @@ gtk_about_dialog_get_artists (GtkAboutDialog *about)
|
|||||||
/**
|
/**
|
||||||
* gtk_about_dialog_set_artists:
|
* gtk_about_dialog_set_artists:
|
||||||
* @about: a #GtkAboutDialog
|
* @about: a #GtkAboutDialog
|
||||||
* @artists: a %NULL-terminated array of strings
|
* @artists: (array zero-terminated=1): a %NULL-terminated array of strings
|
||||||
*
|
*
|
||||||
* Sets the strings which are displayed in the artists tab
|
* Sets the strings which are displayed in the artists tab
|
||||||
* of the secondary credits dialog.
|
* of the secondary credits dialog.
|
||||||
|
Loading…
Reference in New Issue
Block a user