mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
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).
This commit is contained in:
parent
d1045b6876
commit
73edf2ce77
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user