Documentation updates

svn path=/trunk/; revision=6211
This commit is contained in:
Matthias Clasen 2007-12-30 05:21:05 +00:00
parent 08ed5bc3aa
commit d285f28401
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2007-12-30 Matthias Clasen <mclasen@redhat.com>
* gdesktopappinfo.c:
* gvolumemonitor.c:
* gfileinfo.c: Documentation updates.

View File

@ -60,6 +60,11 @@ static void g_desktop_app_info_iface_init (GAppInfoIface *iface);
static GList *get_all_desktop_entries_for_mime_type (const char *base_mime_type);
static void mime_info_cache_reload (const char *dir);
/**
* GDesktopAppInfo:
*
* Information about an installed application from a desktop file.
*/
struct _GDesktopAppInfo
{
GObject parent_instance;

View File

@ -43,7 +43,7 @@ G_BEGIN_DECLS
* @G_FILE_ATTRIBUTE_TYPE_INT64: a signed 8-byte/64-bit integer.
* @G_FILE_ATTRIBUTE_TYPE_OBJECT: a #GObject.
*
* The data type for #GFileAttributeValue<!-- -->s.
* The data types for file attributes.
**/
typedef enum {
G_FILE_ATTRIBUTE_TYPE_INVALID = 0,