Home | History | Annotate | Download | only in gio

Lines Matching full:int32

154  * <row><entry>%G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</entry><entry>standard::sort-order</entry><entry>int32</entry></row>
430 str = g_strdup_printf ("%i", (int)attr->u.int32);
549 return attr->u.int32;
647 value->u.int32 = *(gint32 *)value_p;
752 attr->u.int32 = value;