GNOME Bugzilla – Bug 623481
unique_app_new should document startup_id as allow-none
Last modified: 2011-03-26 18:44:55 UTC
That way, the generated gir files will have startup_id be set as allow-none, so that NULL is allowed by bindings.
Actually, that's true for a lot of parameters, like message_data in most places. Search for "or %NULL" and you'll see them.
Created attachment 181089 [details] [review] Add (allow-none) annotation to parameter that can be NULL The patch fixed unique_app_new and other methods to allow none parameters.
thanks, fixed in master