After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637457 - GApplication's open signal has awkward parameters
GApplication's open signal has awkward parameters
Status: RESOLVED WONTFIX
Product: glib
Classification: Platform
Component: gapplication
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks: 637443
 
 
Reported: 2010-12-17 12:22 UTC by Murray Cumming
Modified: 2011-09-04 14:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2010-12-17 12:22:42 UTC
The GApplications::open signal is rather awkward:
http://git.gnome.org/browse/glib/tree/gio/gapplication.h#n94

It would be easier for language bindings if it just returned a GList*, or at least a null-terminated array. Or even better, if we could just call a method to get that list after receiving the signal.

But I guess it's too late for that now?
Comment 1 Allison Karlitskaya (desrt) 2011-09-04 14:39:56 UTC
Yes.  It was too late for this some time ago, sorry. :/  Closing.