diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-28 23:54:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-28 23:54:30 +0000 |
commit | 3e3322608c44650d6f85a466977a171e760e6319 (patch) | |
tree | 8298e306e4b780b078bc4f61c867456a74472db1 /gtk/gtksocket.h | |
parent | a381648faac7e9930d6fbb0535e955beb1458cf5 (diff) | |
download | gtk+-3e3322608c44650d6f85a466977a171e760e6319.tar.gz |
Rename 'id' parameter to avoid problems with Objective C.
Wed Nov 28 18:37:04 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter
to avoid problems with Objective C.
Diffstat (limited to 'gtk/gtksocket.h')
-rw-r--r-- | gtk/gtksocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksocket.h b/gtk/gtksocket.h index 842acb605d..246a70fbba 100644 --- a/gtk/gtksocket.h +++ b/gtk/gtksocket.h @@ -80,7 +80,7 @@ GtkWidget* gtk_socket_new (void); GtkType gtk_socket_get_type (void) G_GNUC_CONST; void gtk_socket_add_id (GtkSocket *socket, - GdkNativeWindow id); + GdkNativeWindow window_id); GdkNativeWindow gtk_socket_get_id (GtkSocket *socket); #ifndef GTK_DISABLE_DEPRECATED |