Home | History | Annotate | Download | only in gio

Lines Matching refs:split

104 /* Attribute ids are 32bit, we split it up like this:
1882 char **split;
1893 split = g_strsplit (attributes, ",", -1);
1895 for (i = 0; split[i] != NULL; i++)
1897 if (strcmp (split[i], "*") == 0)
1903 colon = strstr (split[i], "::");
1909 id = lookup_attribute (split[i]);
1917 id = lookup_namespace (split[i]) << NS_POS;
1925 g_strfreev (split);