GNOME Bugzilla – Bug 499783
g_app_info_dup should be _copy
Last modified: 2007-12-03 18:30:30 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.
Sorry about this, wrong product. -> glib.
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.
Added cross-references to the docs.