Top | ![]() |
![]() |
![]() |
![]() |
GQuark tool_array_getErrorQuark ();
Internal routine for error handling.
Since: 3.8
GArray * tool_array_fromFile (const gchar *filename
,guint *nColumns
,GError **error
);
Read a data column file.
filename |
a filename. |
[type filename] |
nColumns |
a location for an integer. |
[out caller-allocates] |
error |
an error location. |
Since: 3.8
GArray * tool_array_sizedFromFile (const gchar *filename
,guint size
,guint *nColumns
,GError **error
);
Like tool_array_fromFile()
, but check that the number of read lines
corresponds to the expected value given by size
.
filename |
a path; |
|
size |
expected number of read lines; |
|
nColumns |
number of read columns;. |
[out caller-allocates] |
error |
an error pointer. |
Since: 3.8