mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
864c815479
Instead of a generic function to filter GLists, implement a simpler and clearer filter function for file lists, since it was the only use of that function. In this way the ownership of files and directories are clearer since it always returns a new allocated nautilus file list, and also it always uses nautilus_file_ref instead of the generic g_object_ref to match what we do everywhere else in nautilus, so it's not confusing when breaking at nautilus_file_ref/unref for ref counting debugging. This change fixes multiple leaks on nautilus files catched by valgrind. |
||
---|---|---|
.. | ||
check-eel | ||
check-program.c | ||
eel-accessibility.c | ||
eel-accessibility.h | ||
eel-art-extensions.c | ||
eel-art-extensions.h | ||
eel-canvas.c | ||
eel-canvas.h | ||
eel-debug.c | ||
eel-debug.h | ||
eel-gdk-extensions.c | ||
eel-gdk-extensions.h | ||
eel-glib-extensions.c | ||
eel-glib-extensions.h | ||
eel-gnome-extensions.c | ||
eel-gnome-extensions.h | ||
eel-graphic-effects.c | ||
eel-graphic-effects.h | ||
eel-gtk-extensions.c | ||
eel-gtk-extensions.h | ||
eel-lib-self-check-functions.c | ||
eel-lib-self-check-functions.h | ||
eel-self-checks.c | ||
eel-self-checks.h | ||
eel-stock-dialogs.c | ||
eel-stock-dialogs.h | ||
eel-string.c | ||
eel-string.h | ||
eel-vfs-extensions.c | ||
eel-vfs-extensions.h | ||
eel.h | ||
Makefile.am | ||
README | ||
README.canvas |
README for eel/eel Writeme