forked from AuroraMiddleware/gtk
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:
parent
d36fa9bd2f
commit
89cfdce4e6
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user