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

« back to all changes in this revision

Viewing changes to gtk/gtkvscrollbar.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:
49
49
 
50
50
/**
51
51
 * gtk_vscrollbar_new:
52
 
 * @adjustment: the #GtkAdjustment to use, or %NULL to create a new adjustment
 
52
 * @adjustment: (allow-none): the #GtkAdjustment to use, or %NULL to create a new adjustment
53
53
 *
54
54
 * Creates a new vertical scrollbar.
55
55
 *