Skip to content
Snippets Groups Projects
Commit 2650f122 authored by edgrif's avatar edgrif
Browse files

add set/get functions which return a boolean to say if they worked.

parent 6ce7e05b
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
* Description: Style and Style set handling functions.
*
* HISTORY:
* Last edited: Feb 4 11:40 2009 (edgrif)
* Last edited: Mar 13 17:15 2009 (edgrif)
* Created: Mon Feb 26 09:28:26 2007 (edgrif)
* CVS info: $Id: zmapStyle.h,v 1.33 2009-02-04 15:58:20 edgrif Exp $
* CVS info: $Id: zmapStyle.h,v 1.34 2009-03-16 09:33:29 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_STYLE_H
......@@ -313,6 +313,10 @@ void zMapStyleDestroy(ZMapFeatureTypeStyle style);
gboolean zMapStyleIsPropertySet(ZMapFeatureTypeStyle style, char *property_name, char *property_subpart) ;
gboolean zMapStyleGet(ZMapFeatureTypeStyle style, char *first_property_name, ...) ;
gboolean zMapStyleSet(ZMapFeatureTypeStyle style, char *first_property_name, ...) ;
gboolean zMapStyleNameCompare(ZMapFeatureTypeStyle style, char *name) ;
gboolean zMapStyleIsTrueFeature(ZMapFeatureTypeStyle style) ;
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment