[glibmm] Regenerate other gio .defs.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Regenerate other gio .defs.
- Date: Fri, 7 Sep 2012 07:33:31 +0000 (UTC)
commit 1bd5b9e5f60af23b858449ee83460156950cd00b
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Sep 6 10:17:53 2012 +0200
Regenerate other gio .defs.
* gio/src/gio_docs.xml:
* gio/src/gio_signals.defs: Regenerated.
ChangeLog | 7 ++
gio/src/gio_docs.xml | 151 +++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 157 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5702e81..c5d6458 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-09-06 Murray Cumming <murrayc murrayc com>
+ Regenerate other gio .defs.
+
+ * gio/src/gio_docs.xml:
+ * gio/src/gio_signals.defs: Regenerated.
+
+2012-09-06 Murray Cumming <murrayc murrayc com>
+
Add get_symbolic_icon() methods.
* gio/src/gio_methods.defs: Regenerated.
diff --git a/gio/src/gio_docs.xml b/gio/src/gio_docs.xml
index 6c30482..db3d28b 100644
--- a/gio/src/gio_docs.xml
+++ b/gio/src/gio_docs.xml
@@ -17956,7 +17956,7 @@ Since: 2.34
</description>
<parameters>
-<parameter name="info">
+<parameter name="appinfo">
<parameter_description> a #GAppInfo that can handle files
</parameter_description>
</parameter>
@@ -21176,6 +21176,25 @@ or %NULL if unknown.
</return>
</function>
+<function name="g_content_type_get_symbolic_icon">
+<description>
+Gets the symbolic icon for a content type.
+
+Since: 2.34
+
+</description>
+<parameters>
+<parameter name="type">
+<parameter_description> a content type string
+</parameter_description>
+</parameter>
+</parameters>
+<return> symbolic #GIcon corresponding to the content type.
+Free the returned object with g_object_unref()
+
+</return>
+</function>
+
<function name="g_content_type_guess">
<description>
Guesses the content type based on example data. If the function is
@@ -30391,6 +30410,25 @@ Since: 2.22
</return>
</function>
+<function name="g_drive_get_symbolic_icon">
+<description>
+Gets the icon for @drive.
+
+Since: 2.34
+
+</description>
+<parameters>
+<parameter name="drive">
+<parameter_description> a #GDrive.
+</parameter_description>
+</parameter>
+</parameters>
+<return> symbolic #GIcon for the @drive.
+Free the returned object with g_object_unref().
+
+</return>
+</function>
+
<function name="g_drive_get_volumes">
<description>
Get a list of mountable volumes for @drive.
@@ -33466,6 +33504,24 @@ See %G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER.
</return>
</function>
+<function name="g_file_info_get_symbolic_icon">
+<description>
+Gets the symbolic icon for a file.
+
+Since: 2.34
+
+</description>
+<parameters>
+<parameter name="info">
+<parameter_description> a #GFileInfo.
+</parameter_description>
+</parameter>
+</parameters>
+<return> #GIcon for the given @info.
+
+</return>
+</function>
+
<function name="g_file_info_get_symlink_target">
<description>
Gets the symlink target for a given #GFileInfo.
@@ -34074,6 +34130,27 @@ Sets the sort order attribute in the file info structure. See
<return></return>
</function>
+<function name="g_file_info_set_symbolic_icon">
+<description>
+Sets the symbolic icon for a given #GFileInfo.
+See %G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON.
+
+Since: 2.34
+
+</description>
+<parameters>
+<parameter name="info">
+<parameter_description> a #GFileInfo.
+</parameter_description>
+</parameter>
+<parameter name="icon">
+<parameter_description> a #GIcon.
+</parameter_description>
+</parameter>
+</parameters>
+<return></return>
+</function>
+
<function name="g_file_info_set_symlink_target">
<description>
Sets the %G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET attribute in the file info
@@ -42192,6 +42269,26 @@ Since: 2.32
</return>
</function>
+<function name="g_mount_get_symbolic_icon">
+<description>
+Gets the symbolic icon for @mount.
+
+Since: 2.34
+
+</description>
+<parameters>
+<parameter name="mount">
+<parameter_description> a #GMount.
+</parameter_description>
+</parameter>
+</parameters>
+<return> a #GIcon.
+The returned object should be unreffed with
+g_object_unref() when no longer needed.
+
+</return>
+</function>
+
<function name="g_mount_get_uuid">
<description>
Gets the UUID for the @mount. The reference is typically based on
@@ -56582,6 +56679,24 @@ Guesses whether a Unix mount should be displayed in the UI.
</return>
</function>
+<function name="g_unix_mount_guess_symbolic_icon">
+<description>
+Guesses the symbolic icon of a Unix mount.
+
+Since: 2.34
+
+</description>
+<parameters>
+<parameter name="mount_entry">
+<parameter_description> a #GUnixMountEntry
+</parameter_description>
+</parameter>
+</parameters>
+<return> a #GIcon
+
+</return>
+</function>
+
<function name="g_unix_mount_is_readonly">
<description>
Checks if a unix mount is mounted read only.
@@ -56802,6 +56917,20 @@ be freed with g_free()
</return>
</function>
+<function name="g_unix_mount_point_guess_symbolic_icon">
+<description>
+Guesses the symbolic icon of a Unix mount point.
+
+Since: 2.34
+
+</description>
+<parameters>
+</parameters>
+<return> a #GIcon
+
+</return>
+</function>
+
<function name="g_unix_mount_point_is_loopback">
<description>
Checks if a unix mount point is a loopback device.
@@ -57662,6 +57791,26 @@ Since: 2.32
</return>
</function>
+<function name="g_volume_get_symbolic_icon">
+<description>
+Gets the symbolic icon for @volume.
+
+Since: 2.34
+
+</description>
+<parameters>
+<parameter name="volume">
+<parameter_description> a #GVolume.
+</parameter_description>
+</parameter>
+</parameters>
+<return> a #GIcon.
+The returned object should be unreffed with g_object_unref()
+when no longer needed.
+
+</return>
+</function>
+
<function name="g_volume_get_uuid">
<description>
Gets the UUID for the @volume. The reference is typically based on
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]