Changeset 5001a3d for owl.h


Ignore:
Timestamp:
Feb 19, 2013, 8:29:04 PM (11 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10
Children:
897fc1c
Parents:
353719a
git-author:
David Benjamin <davidben@mit.edu> (06/09/12 22:09:03)
git-committer:
David Benjamin <davidben@mit.edu> (02/19/13 20:29:04)
Message:
g_strdup validsettings

This'll allow perl to set it too.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r353719a r5001a3d  
    236236  int   type;  /* OWL_VARIABLE_* */
    237237  char *default_str;            /* the default value as a string */
    238   const char *validsettings;    /* documentation of valid settings */
     238  char *validsettings;          /* documentation of valid settings */
    239239  char *summary;                /* summary of usage */
    240240  char *description;            /* detailed description */
    241   GValue val;                    /* current value */
     241  GValue val;                   /* current value */
    242242  GClosure *set_fromstring_fn;
    243243                                /* sets the variable to a value
Note: See TracChangeset for help on using the changeset viewer.