Home | History | Annotate | Download | only in glib

Lines Matching full:strv

1249   const gchar *strv[16];
1254 strv[i++] = log_domain;
1255 strv[i++] = "-";
1258 strv[i++] = "FATAL-";
1260 strv[i++] = "RECURSIVE-";
1262 strv[i++] = "ERROR";
1264 strv[i++] = "CRITICAL";
1266 strv[i++] = "WARNING";
1268 strv[i++] = "MESSAGE";
1270 strv[i++] = "INFO";
1272 strv[i++] = "DEBUG";
1273 strv[i++] = ": ";
1274 strv[i++] = message;
1275 strv[i++] = NULL;
1276 msg = g_strjoinv ("", (gchar**) strv);