[gtk+] docs: document fields of GtkRecentFilterInfo
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: document fields of GtkRecentFilterInfo
- Date: Tue, 21 Jan 2014 18:35:18 +0000 (UTC)
commit 34ea1919cf995a2659fdc54cc65952ae00c2d6ef
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Jan 20 20:23:35 2014 -0500
docs: document fields of GtkRecentFilterInfo
gtk/gtkrecentfilter.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkrecentfilter.h b/gtk/gtkrecentfilter.h
index f97eb57..1a0f8b9 100644
--- a/gtk/gtkrecentfilter.h
+++ b/gtk/gtkrecentfilter.h
@@ -76,6 +76,16 @@ typedef gboolean (*GtkRecentFilterFunc) (const GtkRecentFilterInfo *filter_info,
/**
* GtkRecentFilterInfo:
+ * @contains: #GtkRecentFilterFlags to indicate which fields are set.
+ * @uri: The URI of the file being tested.
+ * @display_name: The string that will be used to display the file in
+ * the recent chooser.
+ * @mime_type: MIME type of the file.
+ * @applications: The list of applications that have registered the
+ * file.
+ * @groups: The groups to which the file belongs to.
+ * @age: The number of days elapsed since the file has been
+ * registered.
*
* A GtkRecentFilterInfo struct is used
* to pass information about the tested file to gtk_recent_filter_filter().
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]