forked from AuroraMiddleware/gtk
gtk/gtklinkbutton.h Change function argument "link" to "link_" to fix
2007-06-04 Cody Russell <bratsche@gnome.org> * gtk/gtklinkbutton.h * gtk/gtkaboutdialog.h: Change function argument "link" to "link_" to fix warnings for applications compiling with -Wshadow. (#379213) svn path=/trunk/; revision=18033
This commit is contained in:
parent
ee592b3247
commit
5a01ec8551
@ -1,3 +1,10 @@
|
||||
2007-06-04 Cody Russell <bratsche@gnome.org>
|
||||
|
||||
* gtk/gtklinkbutton.h
|
||||
* gtk/gtkaboutdialog.h: Change function argument "link"
|
||||
to "link_" to fix warnings for applications compiling
|
||||
with -Wshadow. (#379213)
|
||||
|
||||
2007-06-04 Cody Russell <bratsche@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_scroll_down): Check
|
||||
|
@ -115,7 +115,7 @@ void gtk_about_dialog_set_logo_icon_name (GtkAboutDialog
|
||||
const gchar *icon_name);
|
||||
|
||||
typedef void (* GtkAboutDialogActivateLinkFunc) (GtkAboutDialog *about,
|
||||
const gchar *link,
|
||||
const gchar *link_,
|
||||
gpointer data);
|
||||
|
||||
GtkAboutDialogActivateLinkFunc gtk_about_dialog_set_email_hook (GtkAboutDialogActivateLinkFunc func,
|
||||
|
@ -42,7 +42,7 @@ typedef struct _GtkLinkButtonClass GtkLinkButtonClass;
|
||||
typedef struct _GtkLinkButtonPrivate GtkLinkButtonPrivate;
|
||||
|
||||
typedef void (*GtkLinkButtonUriFunc) (GtkLinkButton *button,
|
||||
const gchar *link,
|
||||
const gchar *link_,
|
||||
gpointer user_data);
|
||||
|
||||
struct _GtkLinkButton
|
||||
|
Loading…
Reference in New Issue
Block a user