[Xfce4-commits] <parole:0.2.2> Add 'Since 0.2' in parole-file for gtk doc markup.
Ali Abdallah
noreply at xfce.org
Thu Jan 14 21:40:03 CET 2010
Updating branch refs/heads/0.2.2
to 7af5a0d21f2c9c68652984bc2965eaa5f6a29cb5 (commit)
from 8995695a6ae7bec33de24a271b637e2451acd3e1 (commit)
commit 7af5a0d21f2c9c68652984bc2965eaa5f6a29cb5
Author: Ali Abdallah <aliov at xfce.org>
Date: Thu Jan 14 10:28:22 2010 +0100
Add 'Since 0.2' in parole-file for gtk doc markup.
parole/parole-file.c | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/parole/parole-file.c b/parole/parole-file.c
index 00b1bec..472a01a 100644
--- a/parole/parole-file.c
+++ b/parole/parole-file.c
@@ -312,6 +312,8 @@ parole_file_init (ParoleFile *file)
*
*
* Returns: A new #ParoleFile object.
+ *
+ * Since: 0.2
**/
ParoleFile *
parole_file_new (const gchar *filename)
@@ -321,6 +323,16 @@ parole_file_new (const gchar *filename)
return file;
}
+/**
+ * parole_file_new_with_display_name:
+ * @filename: filename.
+ *
+ *
+ *
+ * Returns: A new #ParoleFile object.
+ *
+ * Since: 0.2
+ **/
ParoleFile *
parole_file_new_with_display_name (const gchar *filename, const gchar *display_name)
{
@@ -338,6 +350,8 @@ parole_file_new_with_display_name (const gchar *filename, const gchar *display_n
*
*
* Returns: A string containing the file name.
+ *
+ * Since: 0.2
**/
const gchar *
parole_file_get_file_name (const ParoleFile *file)
@@ -353,6 +367,8 @@ parole_file_get_file_name (const ParoleFile *file)
*
*
* Returns: A string containing the display name.
+ *
+ * Since: 0.2
**/
const gchar *
parole_file_get_display_name (const ParoleFile *file)
@@ -368,6 +384,8 @@ parole_file_get_display_name (const ParoleFile *file)
*
*
* Returns: A string containing the file uri.
+ *
+ * Since: 0.2
**/
const gchar *
parole_file_get_uri (const ParoleFile *file)
@@ -383,6 +401,8 @@ parole_file_get_uri (const ParoleFile *file)
*
*
* Returns: A string containing the content type of the file.
+ *
+ * Since: 0.2
**/
const gchar *
parole_file_get_content_type (const ParoleFile *file)
More information about the Xfce4-commits
mailing list