summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-12-07 19:53:08 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-12-07 19:53:08 +0000
commit73edf2ce77123b026f5702a057cbf5fe14c9aa81 (patch)
tree9957d00dfbab5603647744f399bc04719710443b /gdk
parentd1045b68761137114109cd3c786e0f35f8d560c4 (diff)
downloadgdk-pixbuf-73edf2ce77123b026f5702a057cbf5fe14c9aa81.tar.gz
Don't name function parameters after ObjC reserved words ("id" to
Don't name function parameters after ObjC reserved words ("id" to "sm_client_id" - the function doesn't appear to be implemented anywhere so it's no great loss).
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index ab8de6f88..4cd435a84 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -280,7 +280,7 @@ void gdk_window_set_hints (GdkWindow *window,
void gdk_window_set_geometry_hints (GdkWindow *window,
GdkGeometry *geometry,
GdkWindowHints flags);
-void gdk_set_sm_client_id (const gchar *id);
+void gdk_set_sm_client_id (const gchar *sm_client_id);
void gdk_window_set_title (GdkWindow *window,