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

« back to all changes in this revision

Viewing changes to modules/other/gail/gailnotebookpage.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-08-17 11:44:53 UTC
  • mfrom: (1.10.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100817114453-7rm28441bqy4ufi2
Tags: 2.21.6-1
* debian/rules:
  + Remove obsolete configure parameter.
* New upstream development release:
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update for new API symbols.
  + debian/patches/009_gtk-export-filechooser.patch,
    debian/patches/042_treeview_single-focus.patch,
    debian/patches/070_mandatory-relibtoolize.patch:
    - Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  AtkObject parent;
41
41
 
42
42
  GtkNotebook *notebook;
 
43
#ifndef GTK_DISABLE_DEPRECATED
43
44
  GtkNotebookPage *page;
 
45
#else
 
46
  gpointer page;
 
47
#endif
44
48
  
45
49
  gint index;
46
50
  guint notify_child_added_id;