]> Dogcows Code - chaz/openbox/blobdiff - obt/ddparse.h
parse app Categories better. parse a list of strings into a gchar**
[chaz/openbox] / obt / ddparse.h
index 96e254c1928a3a1be9c0f314facf4a39b5d1e5ee..d261f5bb0c444d253fbf89850564be9401fb53f7 100644 (file)
@@ -38,7 +38,7 @@ typedef struct _ObtDDParseValue {
     union _ObtDDParseValueValue {
         gchar *string;
         struct _ObtDDParseValueStrings {
-            gchar *s;
+            gchar **a;
             gulong n;
         } strings;
         gboolean boolean;
This page took 0.019936 seconds and 4 git commands to generate.