~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gdk/gdkalias.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-11 12:19:30 UTC
  • mfrom: (1.11.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 175.
  • Revision ID: james.westby@ubuntu.com-20100611121930-n4pklvkoqdsg12vm
Tags: 2.21.2-1
* New upstream development release:
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update for new API symbols.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/control.in:
    - Update GLib (build-) dependency to >= 2.25.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1062
1062
#endif
1063
1063
#if IN_HEADER(__GDK_DND_H__)
1064
1064
#if IN_FILE(__GDK_DND_C__)
1065
 
extern __typeof (gdk_drag_context_get_action) IA__gdk_drag_context_get_action __attribute((visibility("hidden")));
1066
 
#define gdk_drag_context_get_action IA__gdk_drag_context_get_action
1067
 
 
1068
1065
extern __typeof (gdk_drag_context_get_actions) IA__gdk_drag_context_get_actions __attribute((visibility("hidden")));
1069
1066
#define gdk_drag_context_get_actions IA__gdk_drag_context_get_actions
1070
1067
 
 
1068
extern __typeof (gdk_drag_context_get_selected_action) IA__gdk_drag_context_get_selected_action __attribute((visibility("hidden")));
 
1069
#define gdk_drag_context_get_selected_action IA__gdk_drag_context_get_selected_action
 
1070
 
1071
1071
extern __typeof (gdk_drag_context_get_suggested_action) IA__gdk_drag_context_get_suggested_action __attribute((visibility("hidden")));
1072
1072
#define gdk_drag_context_get_suggested_action IA__gdk_drag_context_get_suggested_action
1073
1073
 
1074
1074
extern __typeof (gdk_drag_context_list_targets) IA__gdk_drag_context_list_targets __attribute((visibility("hidden")));
1075
1075
#define gdk_drag_context_list_targets IA__gdk_drag_context_list_targets
1076
1076
 
 
1077
extern __typeof (gdk_drag_context_get_source_window) IA__gdk_drag_context_get_source_window __attribute((visibility("hidden")));
 
1078
#define gdk_drag_context_get_source_window IA__gdk_drag_context_get_source_window
 
1079
 
1077
1080
extern __typeof (gdk_drag_find_window) IA__gdk_drag_find_window __attribute((visibility("hidden")));
1078
1081
#define gdk_drag_find_window IA__gdk_drag_find_window
1079
1082