Find a file
Elliot Lee b591e4c50a Since the prototypes for GtkObjectInitFunc and GtkClassInitFunc just have
* libnautilus/nautilus-gtk-macros.h: Since the prototypes for
	GtkObjectInitFunc and GtkClassInitFunc just have a 'gpointer' for the args,
	cast the given values to these function types, so that people can use the actual
	pointer types as arguments without receiving a warning.

	* src/ntl-index-panel.c: Change to match. Also set
	object_klass->destroy & object_klass->finalize to point to our
	implementation. Also remove unused variables
	(nautilus_index_panel_initialize,
	nautilus_index_panel_set_up_label).

	* libnautilus/nautilus-background.c, src/ntl-window-msgs.c,
	src/ntl-window.c, src/file-manager/fm-directory-icons.c: Remove
	unused variables.

	* src/ntl-window.h: Add a variable (unused) for future handling of content view loading.

	* libnautilus/libnautilus.h: Add an interim g_alloca.

	* libnautilus/nautilus-directory.c: Clean up a bit further, by
	removing the need for another if(), and using g_alloca instead of
	g_malloc.
2000-01-18 19:21:16 +00:00
components Rename NautilusViewClient to NautilusViewFrame, NautilusContentViewClient 2000-01-10 08:37:41 +00:00
cut-n-paste-code Fix the email for bitching. 1997-01-02 08:07:05 +00:00
docs Some documentation on the nautilus architecture including a block diagram 2000-01-11 06:31:00 +00:00
icons Add gratuitous "About" box. 1999-12-21 01:47:28 +00:00
idl Added stop_location_change method to NautilusView interface. New signal, 2000-01-04 05:21:45 +00:00
libnautilus Since the prototypes for GtkObjectInitFunc and GtkClassInitFunc just have 2000-01-18 19:21:16 +00:00
libnautilus-extensions Since the prototypes for GtkObjectInitFunc and GtkClassInitFunc just have 2000-01-18 19:21:16 +00:00
libnautilus-private Since the prototypes for GtkObjectInitFunc and GtkClassInitFunc just have 2000-01-18 19:21:16 +00:00
src Since the prototypes for GtkObjectInitFunc and GtkClassInitFunc just have 2000-01-18 19:21:16 +00:00
.cvsignore Ignore more generated files. 1999-12-15 00:04:42 +00:00
AUTHORS Fix warnings. Add Andy. 2000-01-07 13:50:43 +00:00
autogen.sh Clean up --enable-* args slightly. 1999-12-15 19:59:05 +00:00
ChangeLog-20000414 Since the prototypes for GtkObjectInitFunc and GtkClassInitFunc just have 2000-01-18 19:21:16 +00:00
configure.in The ten minute version of kwebsearch. Handle forms (POST is untested and 2000-01-04 01:52:23 +00:00
COPYING.LIB Just adding copyright/license notices, and a copy of the LGPL. 1999-12-07 19:59:42 +00:00
HACKING Add misc docs. 1999-12-15 01:32:28 +00:00
MAINTAINERS Add misc docs. 1999-12-15 01:32:28 +00:00
Makefile.am Add icons 1999-12-14 19:46:16 +00:00
NEWS Basic framework is there. Now for URL resolution and loading. 1999-12-06 00:49:57 +00:00
README Add misc docs. 1999-12-15 01:32:28 +00:00
TODO Added another TODO item I remembered. 2000-01-11 17:27:03 +00:00

This is not a good place to look for functionality.
-- Elliot