mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Documentation updates
svn path=/trunk/; revision=6211
This commit is contained in:
parent
08ed5bc3aa
commit
d285f28401
@ -1,5 +1,6 @@
|
|||||||
2007-12-30 Matthias Clasen <mclasen@redhat.com>
|
2007-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdesktopappinfo.c:
|
||||||
* gvolumemonitor.c:
|
* gvolumemonitor.c:
|
||||||
* gfileinfo.c: Documentation updates.
|
* gfileinfo.c: Documentation updates.
|
||||||
|
|
||||||
|
@ -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 GList *get_all_desktop_entries_for_mime_type (const char *base_mime_type);
|
||||||
static void mime_info_cache_reload (const char *dir);
|
static void mime_info_cache_reload (const char *dir);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GDesktopAppInfo:
|
||||||
|
*
|
||||||
|
* Information about an installed application from a desktop file.
|
||||||
|
*/
|
||||||
struct _GDesktopAppInfo
|
struct _GDesktopAppInfo
|
||||||
{
|
{
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
@ -43,7 +43,7 @@ G_BEGIN_DECLS
|
|||||||
* @G_FILE_ATTRIBUTE_TYPE_INT64: a signed 8-byte/64-bit integer.
|
* @G_FILE_ATTRIBUTE_TYPE_INT64: a signed 8-byte/64-bit integer.
|
||||||
* @G_FILE_ATTRIBUTE_TYPE_OBJECT: a #GObject.
|
* @G_FILE_ATTRIBUTE_TYPE_OBJECT: a #GObject.
|
||||||
*
|
*
|
||||||
* The data type for #GFileAttributeValue<!-- -->s.
|
* The data types for file attributes.
|
||||||
**/
|
**/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
G_FILE_ATTRIBUTE_TYPE_INVALID = 0,
|
G_FILE_ATTRIBUTE_TYPE_INVALID = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user