Codebase list xapp / 77a1fd2
xapp-gtk-window.*: Fix argument type for wrapper function. Michael Webster 6 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
265265 */
266266
267267 void
268 xapp_set_window_icon_name (XAppGtkWindow *window,
268 xapp_set_window_icon_name (GtkWindow *window,
269269 const gchar *icon_name)
270270 {
271271 g_return_if_fail (GTK_IS_WINDOW (window));
4343
4444 /* Wrappers (for GtkWindow subclasses like GtkDialog)*/
4545
46 void xapp_set_window_icon_name (XAppGtkWindow *window,
46 void xapp_set_window_icon_name (GtkWindow *window,
4747 const gchar *icon_name);
4848
4949 void xapp_set_window_icon_from_file (GtkWindow *window,