~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to gtk/gtkalias.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Martin Pitt
  • Date: 2012-02-23 21:53:41 UTC
  • Revision ID: package-import@ubuntu.com-20120223215341-4dd61th38nv224i6
Tags: 2.24.10-0ubuntu3
* debian/patches/044_grips.patch:
  - dropped, our default theme has no grip and the patch leaded to issues
    with some applications like libreoffice lp: #749986
* debian/control.in: update gir depends

[ Martin Pitt ]
* debian/rules: Revert forced non-compression of doc files, gzip has been
  fixed now. (LP: #871083)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12827
12827
extern __typeof (gtk_window_get_group) IA__gtk_window_get_group __attribute((visibility("hidden")));
12828
12828
#define gtk_window_get_group IA__gtk_window_get_group
12829
12829
 
12830
 
extern __typeof (gtk_window_get_has_resize_grip) IA__gtk_window_get_has_resize_grip __attribute((visibility("hidden")));
12831
 
#define gtk_window_get_has_resize_grip IA__gtk_window_get_has_resize_grip
12832
 
 
12833
12830
extern __typeof (gtk_window_get_icon) IA__gtk_window_get_icon __attribute((visibility("hidden")));
12834
12831
#define gtk_window_get_icon IA__gtk_window_get_icon
12835
12832
 
12854
12851
extern __typeof (gtk_window_get_resizable) IA__gtk_window_get_resizable __attribute((visibility("hidden")));
12855
12852
#define gtk_window_get_resizable IA__gtk_window_get_resizable
12856
12853
 
12857
 
extern __typeof (gtk_window_get_resize_grip_area) IA__gtk_window_get_resize_grip_area __attribute((visibility("hidden")));
12858
 
#define gtk_window_get_resize_grip_area IA__gtk_window_get_resize_grip_area
12859
 
 
12860
12854
extern __typeof (gtk_window_get_role) IA__gtk_window_get_role __attribute((visibility("hidden")));
12861
12855
#define gtk_window_get_role IA__gtk_window_get_role
12862
12856
 
12962
12956
extern __typeof (gtk_window_resize) IA__gtk_window_resize __attribute((visibility("hidden")));
12963
12957
#define gtk_window_resize IA__gtk_window_resize
12964
12958
 
12965
 
extern __typeof (gtk_window_resize_grip_is_visible) IA__gtk_window_resize_grip_is_visible __attribute((visibility("hidden")));
12966
 
#define gtk_window_resize_grip_is_visible IA__gtk_window_resize_grip_is_visible
12967
 
 
12968
12959
extern __typeof (gtk_window_set_accept_focus) IA__gtk_window_set_accept_focus __attribute((visibility("hidden")));
12969
12960
#define gtk_window_set_accept_focus IA__gtk_window_set_accept_focus
12970
12961