~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

Viewing changes to gtk/gtkfilechooserdialog.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-24 10:01:31 UTC
  • mfrom: (1.10.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100224100131-ffa6289zwkyknce7
Tags: 2.19.6-1
* New upstream development release:
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/rules,
    debian/libgtk-directfb-2.0-0.symbols,
    debian/libgtk2.0-0.symbols:
    - Update SHVER to 2.19.6 for the new API and add new symbols.
* debian/patches/090_directfb-map-virtual-modifiers.patch:
  + Update to add just another stub to fix the build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
 
437
437
/**
438
438
 * gtk_file_chooser_dialog_new:
439
 
 * @title: Title of the dialog, or %NULL
440
 
 * @parent: Transient parent of the dialog, or %NULL
 
439
 * @title: (allow-none): Title of the dialog, or %NULL
 
440
 * @parent: (allow-none): Transient parent of the dialog, or %NULL
441
441
 * @action: Open or save mode for the dialog
442
 
 * @first_button_text: stock ID or text to go in the first button, or %NULL
 
442
 * @first_button_text: (allow-none): stock ID or text to go in the first button, or %NULL
443
443
 * @Varargs: response ID for the first button, then additional (button, id) pairs, ending with %NULL
444
444
 *
445
445
 * Creates a new #GtkFileChooserDialog.  This function is analogous to
470
470
 
471
471
/**
472
472
 * gtk_file_chooser_dialog_new_with_backend:
473
 
 * @title: Title of the dialog, or %NULL
474
 
 * @parent: Transient parent of the dialog, or %NULL
 
473
 * @title: (allow-none): Title of the dialog, or %NULL
 
474
 * @parent: (allow-none): Transient parent of the dialog, or %NULL
475
475
 * @action: Open or save mode for the dialog
476
476
 * @backend: The name of the specific filesystem backend to use.
477
 
 * @first_button_text: stock ID or text to go in the first button, or %NULL
 
477
 * @first_button_text: (allow-none): stock ID or text to go in the first button, or %NULL
478
478
 * @Varargs: response ID for the first button, then additional (button, id) pairs, ending with %NULL
479
479
 *
480
480
 * Creates a new #GtkFileChooserDialog with a specified backend. This is