Author: rmottola
Date: Tue Aug 25 23:58:51 2015
New Revision: 38930

URL: http://svn.gna.org/viewcvs/gnustep?rev=38930&view=rev
Log:
add header

Added:
    devmodules/dev-libs/mica/Headers/CoreGraphics/CGPath.h

Added: devmodules/dev-libs/mica/Headers/CoreGraphics/CGPath.h
URL: 
http://svn.gna.org/viewcvs/gnustep/devmodules/dev-libs/mica/Headers/CoreGraphics/CGPath.h?rev=38930&view=auto
==============================================================================
--- devmodules/dev-libs/mica/Headers/CoreGraphics/CGPath.h      (added)
+++ devmodules/dev-libs/mica/Headers/CoreGraphics/CGPath.h      Tue Aug 25 
23:58:51 2015
@@ -0,0 +1,45 @@
+/** 
+   Mica: Implementation of CoreGraphics on top of AppKit
+   CGPath.h
+
+   Copyright (C) 2015 Free Software Foundation, Inc.
+
+   Written by:  Riccardo Mottola <[email protected]>
+
+   This file is part of the Mica Framework.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, write to the Free
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02111 USA.
+   */
+
+#ifndef CGPATH_H_
+#define CGPATH_H_
+
+typedef struct CGPath  *CGPathRef;
+typedef struct CGMutablePath  *CGMutablePathRef;
+
+
+
+void CGPathRelease
+(
+ CGPathRef path
+ );
+
+void CGPathRetain
+(
+ CGPathRef path
+ );
+
+#endif /* CGPATH_H_ */


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to