Home | History | Annotate | Download | only in gio

Lines Matching refs:info

133  * set to %G_IO_ERROR_PENDING), or if querying info is not supported for 
152 GFileInfo *info;
161 info = NULL;
168 info = class->query_info (stream, attributes, cancellable, error);
178 return info;
495 GFileInfo *info;
501 if (data->info)
502 g_object_unref (data->info);
515 GFileInfo *info;
519 info = NULL;
523 info = class->query_info (G_FILE_OUTPUT_STREAM (object), data->attributes, cancellable, &error);
528 if (info == NULL)
534 data->info = info;
569 if (data->info)
570 return g_object_ref (data->info);