Make it build
This commit is contained in:
@@ -838,7 +838,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
|
||||
*
|
||||
* Since: 3.0
|
||||
*/
|
||||
g_object_interface_install_property (g_iface,
|
||||
g_object_interface_install_property (iface,
|
||||
g_param_spec_boxed ("root-uris",
|
||||
P_("Root URIs"),
|
||||
P_("The URIs, if any, to use as the root for all access in the file chooser."),
|
||||
@@ -3017,7 +3017,4 @@ _gtk_file_chooser_get_visible_roots (GtkFileChooser *chooser)
|
||||
}
|
||||
|
||||
|
||||
#define __GTK_FILE_CHOOSER_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
||||
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */
|
||||
|
||||
@@ -3032,8 +3032,3 @@ gtk_file_chooser_button_get_focus_on_click (GtkFileChooserButton *button)
|
||||
|
||||
return button->priv->focus_on_click;
|
||||
}
|
||||
|
||||
#define __GTK_FILE_CHOOSER_BUTTON_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
||||
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */
|
||||
|
||||
@@ -1960,8 +1960,3 @@ _gtk_path_bar_down (GtkPathBar *path_bar)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#define __GTK_PATH_BAR_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
||||
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */
|
||||
|
||||
Reference in New Issue
Block a user