Method

Gtk.FileChooser.remove_choice

Declaration [src]

void
gtk_file_chooser_remove_choice (
  GtkFileChooser* chooser,
  const char* id
)

Description [src]

Removes a ‘choice’ that has been added with gtk_file_chooser_add_choice().

Parameters

id const char*
 

the ID of the choice to remove

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string