mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
notebook: Hi, I can't get my function prototypes right
Also, I refuse to compile with -Werror
This commit is contained in:
parent
e0d7da3c8c
commit
6e90804b30
@ -587,11 +587,11 @@ gtk_object_handled_accumulator (GSignalInvocationHint *ihint,
|
||||
}
|
||||
|
||||
static void
|
||||
gtk_notebook_compute_expand (GtkContainer *container,
|
||||
gboolean *hexpand_p,
|
||||
gboolean *vexpand_p)
|
||||
gtk_notebook_compute_expand (GtkWidget *widget,
|
||||
gboolean *hexpand_p,
|
||||
gboolean *vexpand_p)
|
||||
{
|
||||
GtkNotebook *notebook = GTK_NOTEBOOK (container);
|
||||
GtkNotebook *notebook = GTK_NOTEBOOK (widget);
|
||||
GtkNotebookPrivate *priv = notebook->priv;
|
||||
gboolean hexpand;
|
||||
gboolean vexpand;
|
||||
|
Loading…
Reference in New Issue
Block a user