declared internal functions static.

2002-01-09  Sven Neumann  <sven@gimp.org>

	* tests/prop-editor.c: declared internal functions static.
This commit is contained in:
Sven Neumann 2002-01-09 16:23:19 +00:00 committed by Sven Neumann
parent d36fa9bd2f
commit 89cfdce4e6
8 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-01-09 Sven Neumann <sven@gimp.org>
* tests/prop-editor.c: declared internal functions static.
Wed Jan 9 11:13:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path):

View File

@ -1,3 +1,7 @@
2002-01-09 Sven Neumann <sven@gimp.org>
* tests/prop-editor.c: declared internal functions static.
Wed Jan 9 11:13:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path):

View File

@ -1,3 +1,7 @@
2002-01-09 Sven Neumann <sven@gimp.org>
* tests/prop-editor.c: declared internal functions static.
Wed Jan 9 11:13:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path):

View File

@ -1,3 +1,7 @@
2002-01-09 Sven Neumann <sven@gimp.org>
* tests/prop-editor.c: declared internal functions static.
Wed Jan 9 11:13:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path):

View File

@ -1,3 +1,7 @@
2002-01-09 Sven Neumann <sven@gimp.org>
* tests/prop-editor.c: declared internal functions static.
Wed Jan 9 11:13:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path):

View File

@ -1,3 +1,7 @@
2002-01-09 Sven Neumann <sven@gimp.org>
* tests/prop-editor.c: declared internal functions static.
Wed Jan 9 11:13:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path):

View File

@ -1,3 +1,7 @@
2002-01-09 Sven Neumann <sven@gimp.org>
* tests/prop-editor.c: declared internal functions static.
Wed Jan 9 11:13:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path):

View File

@ -437,14 +437,14 @@ object_changed (GObject *object, GParamSpec *pspec, gpointer data)
g_free (str);
}
void
static void
model_destroy (gpointer data)
{
g_object_steal_data (data, "model-object");
gtk_widget_destroy (data);
}
void
static void
window_destroy (gpointer data)
{
g_object_steal_data (data, "prop-editor-win");