mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add a GIcon implementation that can add an emblem to another icon.
2008-07-28 Matthias Clasen <mclasen@redhat.com> * gemblemedicon.[hc]: Add a GIcon implementation that can add an emblem to another icon. * gio.h: * Makefile.am: * gio.symbols: Glue * gloadableicon.c: * gfileicon.c: Small documenatation additions. svn path=/trunk/; revision=7263
This commit is contained in:
committed by
Matthias Clasen
parent
6f84cab2a8
commit
a2b61b1e46
@@ -1,3 +1,8 @@
|
||||
2008-07-28 Matthias Clasen <mclasen2redhat.com>
|
||||
|
||||
* gio/gio-sections.txt:
|
||||
* gio/gio-docs.xml: Add GEmblemedIcon
|
||||
|
||||
2008-07-21 Matthias Clasen <mclasen2redhat.com>
|
||||
|
||||
* === Released 2.17.4 ===
|
||||
|
@@ -83,6 +83,7 @@
|
||||
<xi:include href="xml/gfileicon.xml"/>
|
||||
<xi:include href="xml/gloadableicon.xml"/>
|
||||
<xi:include href="xml/gthemedicon.xml"/>
|
||||
<xi:include href="xml/gemblemedicon.xml"/>
|
||||
</chapter>
|
||||
<chapter id="utils">
|
||||
<title>Utilities</title>
|
||||
|
@@ -416,6 +416,17 @@ G_FILE_ICON_GET_CLASS
|
||||
g_file_icon_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gemblemedicon</FILE>
|
||||
<TITLE>GEmblemedIcon</TITLE>
|
||||
GEmblemedIcon
|
||||
g_emblemed_icon_new
|
||||
g_emblemed_icon_get_icon
|
||||
g_emblemed_icon_get_emblem
|
||||
<SUBSECTION Private>
|
||||
g_emblemed_icon_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>ginputstream</FILE>
|
||||
<TITLE>GInputStream</TITLE>
|
||||
|
Reference in New Issue
Block a user