mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
fileinfo: Use monospaced font for uris
Some uris are in quotes, some in backticks, let's unify it. https://bugzilla.gnome.org/show_bug.cgi?id=777507
This commit is contained in:
parent
df5afb4cbc
commit
453957973b
@ -838,7 +838,7 @@ typedef struct _GFileInfoClass GFileInfoClass;
|
|||||||
* G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT:
|
* G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT:
|
||||||
*
|
*
|
||||||
* A key in the "trash" namespace. When requested against
|
* A key in the "trash" namespace. When requested against
|
||||||
* "trash:///" returns the number of (toplevel) items in the trash folder.
|
* `trash:///` returns the number of (toplevel) items in the trash folder.
|
||||||
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
|
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
|
||||||
**/
|
**/
|
||||||
#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */
|
#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */
|
||||||
@ -847,7 +847,7 @@ typedef struct _GFileInfoClass GFileInfoClass;
|
|||||||
* G_FILE_ATTRIBUTE_TRASH_ORIG_PATH:
|
* G_FILE_ATTRIBUTE_TRASH_ORIG_PATH:
|
||||||
*
|
*
|
||||||
* A key in the "trash" namespace. When requested against
|
* A key in the "trash" namespace. When requested against
|
||||||
* items in "trash:///", will return the original path to the file before it
|
* items in `trash:///`, will return the original path to the file before it
|
||||||
* was trashed. Corresponding #GFileAttributeType is
|
* was trashed. Corresponding #GFileAttributeType is
|
||||||
* %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
|
* %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
|
||||||
*
|
*
|
||||||
@ -859,7 +859,7 @@ typedef struct _GFileInfoClass GFileInfoClass;
|
|||||||
* G_FILE_ATTRIBUTE_TRASH_DELETION_DATE:
|
* G_FILE_ATTRIBUTE_TRASH_DELETION_DATE:
|
||||||
*
|
*
|
||||||
* A key in the "trash" namespace. When requested against
|
* A key in the "trash" namespace. When requested against
|
||||||
* items in "trash:///", will return the date and time when the file
|
* items in `trash:///`, will return the date and time when the file
|
||||||
* was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss.
|
* was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss.
|
||||||
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
|
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user