mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
filechooser: Actually return a value
This commit is contained in:
parent
5c61e457c8
commit
8623d73c11
@ -1375,7 +1375,7 @@ gtk_file_chooser_set_current_name (GtkFileChooser *chooser,
|
||||
gchar *
|
||||
gtk_file_chooser_get_current_name (GtkFileChooser *chooser)
|
||||
{
|
||||
g_return_if_fail (GTK_IS_FILE_CHOOSER (chooser));
|
||||
g_return_val_if_fail (GTK_IS_FILE_CHOOSER (chooser), NULL);
|
||||
|
||||
return GTK_FILE_CHOOSER_GET_IFACE (chooser)->get_current_name (chooser);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user