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 499783 - g_app_info_dup should be _copy
g_app_info_dup should be _copy
Status: RESOLVED WONTFIX
Product: glib
Classification: Platform
Component: gio
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: Alexander Larsson
Depends on:
Blocks:
 
 
Reported: 2007-11-26 17:44 UTC by Christian Persch
Modified: 2007-12-03 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2007-11-26 17:44:41 UTC
g_app_info_dup should be g_app_info_copy instead since that's what others in glib/gtk use for a copy: g_queue_copy, g_list_copy, g_error_copy etc.
Comment 1 Christian Persch 2007-11-28 19:04:47 UTC
Sorry about this, wrong product.

-> glib.
Comment 2 Alexander Larsson 2007-12-03 10:29:56 UTC
The reason i made it _dup is that the dup call in GFile had to be named g_file_dup(), since g_file_copy() is something completely different (copies a file), and I wanted to be consistent with that.
Comment 3 Matthias Clasen 2007-12-03 18:30:30 UTC
Added cross-references to the docs.