[glib/ricotz/for-master] gio: Add explicit virtual g-i annotations for undiscovered invoker relationship
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/ricotz/for-master] gio: Add explicit virtual g-i annotations for undiscovered invoker relationship
- Date: Sat, 30 Jan 2021 12:01:52 +0000 (UTC)
commit ce8d5e3478fa6381e7020ec17c48642f0f8203ab
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Jan 30 13:00:01 2021 +0100
gio: Add explicit virtual g-i annotations for undiscovered invoker relationship
gio/gappinfo.c | 4 ++--
gio/gfile.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gio/gappinfo.c b/gio/gappinfo.c
index 0303c6188..eff18da83 100644
--- a/gio/gappinfo.c
+++ b/gio/gappinfo.c
@@ -256,7 +256,7 @@ g_app_info_get_description (GAppInfo *appinfo)
}
/**
- * g_app_info_get_executable:
+ * g_app_info_get_executable: (virtual get_executable)
* @appinfo: a #GAppInfo
*
* Gets the executable's name for the installed application.
@@ -278,7 +278,7 @@ g_app_info_get_executable (GAppInfo *appinfo)
/**
- * g_app_info_get_commandline:
+ * g_app_info_get_commandline: (virtual get_commandline)
* @appinfo: a #GAppInfo
*
* Gets the commandline with which the application will be
diff --git a/gio/gfile.c b/gio/gfile.c
index 22ec43247..ca6456544 100644
--- a/gio/gfile.c
+++ b/gio/gfile.c
@@ -493,7 +493,7 @@ g_file_get_uri_scheme (GFile *file)
/**
- * g_file_get_basename:
+ * g_file_get_basename: (virtual get_basename)
* @file: input #GFile
*
* Gets the base name (the last component of the path) for a given #GFile.
@@ -527,7 +527,7 @@ g_file_get_basename (GFile *file)
}
/**
- * g_file_get_path:
+ * g_file_get_path: (virtual get_path)
* @file: input #GFile
*
* Gets the local pathname for #GFile, if one exists. If non-%NULL, this is
@@ -946,7 +946,7 @@ g_file_has_prefix (GFile *file,
}
/**
- * g_file_get_relative_path:
+ * g_file_get_relative_path: (virtual get_relative_path)
* @parent: input #GFile
* @descendant: input #GFile
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]