~ubuntu-branches/ubuntu/saucy/monodevelop/saucy

« back to all changes in this revision

Viewing changes to external/maccore/src/CoreFoundation/CFType.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (1.8.5) (1.5.8 sid)
  • Revision ID: package-import@ubuntu.com-20120527180820-f1ub6lhg0s50wci1
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// Copyright 2012 Xamarin
 
3
//
 
4
using System;
 
5
using System.Runtime.InteropServices;
 
6
using MonoMac.ObjCRuntime;
 
7
 
 
8
namespace MonoMac.CoreFoundation {
 
9
        public class CFType {
 
10
                [DllImport (Constants.CoreFoundationLibrary, EntryPoint="CFGetTypeID")]
 
11
                public static extern int GetTypeID (IntPtr typeRef);
 
12
        }
 
13
 
 
14
        public interface ICFType : INativeObject {
 
15
        }
 
16
}
 
 
b'\\ No newline at end of file'