mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'g_get_prgname-annotations' into 'master'
gutils: Add (nullable) annotation to g_get_prgname() See merge request GNOME/glib!762
This commit is contained in:
commit
80988146df
@ -1037,7 +1037,8 @@ static gchar *g_prgname = NULL;
|
||||
* #GtkApplication::startup handler. The program name is found by
|
||||
* taking the last component of @argv[0].
|
||||
*
|
||||
* Returns: the name of the program. The returned string belongs
|
||||
* Returns: (nullable): the name of the program, or %NULL if it has not been
|
||||
* set yet. The returned string belongs
|
||||
* to GLib and must not be modified or freed.
|
||||
*/
|
||||
const gchar*
|
||||
|
Loading…
Reference in New Issue
Block a user