~timo-jyrinki/unity/ubuntu5180

« back to all changes in this revision

Viewing changes to services/vapi/gdk-extra.vapi

  • Committer: Neil Jagdish Patel
  • Date: 2010-11-03 11:44:21 UTC
  • mto: (55.350.1 unity-3.0.panel)
  • mto: This revision was merged to the branch mainline in revision 271.
  • Revision ID: neil.patel@canonical.com-20101103114421-uvvrsb782fds5pbi
Import the work done so far with Compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Gdk {
 
2
    [CCode (cname = "gdk_window_add_filter")]
 
3
                public static void window_add_filter (Gdk.Window? window, Gdk.FilterFunc function);
 
4
}