mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fixes unknown meaning in GAppLaunchContext docs. Clarify asynchronous ops.
* gappinfo.c: Fixes unknown meaning in GAppLaunchContext docs. * gfile.c: Clarify asynchronous ops. * gfileattribute.c: Fix entity tag docs. * gicon.c: * gthemedicon.c: Provides missing gtk-doc section, fixes API docs slighly. * gsimpleasyncresult.c: Fill in missing info in docs. * gunixinputstream.c: * gunixoutputstream.c: Be more expressive in short description. * gunixvolume.c: Remove gtk-doc stubs for non-public API. svn path=/trunk/; revision=5994
This commit is contained in:
@@ -28,10 +28,13 @@
|
||||
|
||||
/**
|
||||
* SECTION:gthemedicon
|
||||
* @short_description: Themed Icons
|
||||
* @short_description: icon theming support
|
||||
* @see_also: #GIcon, #GLoadableIcon
|
||||
*
|
||||
* #GThemedIcon is an implementation of #GIcon for themed icons.
|
||||
* #GThemedIcon is an implementation of #GIcon that supports icon themes.
|
||||
* #GThemedIcon contains a list of all of the icons present in an icon
|
||||
* theme, so that icons can be looked up quickly. #GThemedIcon does
|
||||
* not provide actual pixmaps for icons, just the icon names.
|
||||
**/
|
||||
|
||||
static void g_themed_icon_icon_iface_init (GIconIface *iface);
|
||||
|
Reference in New Issue
Block a user