HomeSort by relevance Sort by last modified time
    Searched refs:GAppInfo (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/glib/gio/
gappinfo.h 35 #define G_APP_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_APP_INFO, GAppInfo))
50 * GAppInfo:
59 * @dup: Copies a #GAppInfo.
60 * @equal: Checks two #GAppInfo<!-- -->s for equality.
61 * @get_id: Gets a string identifier for a #GAppInfo.
62 * @get_name: Gets the name of the application for a #GAppInfo.
63 * @get_description: Gets a short description for the application described by the #GAppInfo.
64 * @get_executable: Gets the execuable name for the #GAppInfo.
65 * @get_icon: Gets the #GIcon for the #GAppInfo.
66 * @launch: Launches an application specified by the #GAppInfo
    [all...]
gappinfo.c 24 #include "gappinfo.h"
32 * SECTION:gappinfo
36 * #GAppInfo and #GAppLaunchContext are used for describing and launching
114 g_type_register_static (G_TYPE_INTERFACE, I_("GAppInfo"),
139 * @appinfo: a #GAppInfo.
141 * Creates a duplicate of a #GAppInfo.
145 GAppInfo *
146 g_app_info_dup (GAppInfo *appinfo)
159 * @appinfo1: the first #GAppInfo.
160 * @appinfo2: the second #GAppInfo
    [all...]
gwin32appinfo.c 29 #include "gappinfo.h"
100 static GAppInfo *
176 static GAppInfo *
177 g_win32_app_info_dup (GAppInfo *appinfo)
195 g_win32_app_info_equal (GAppInfo *appinfo1,
196 GAppInfo *appinfo2)
209 g_win32_app_info_get_id (GAppInfo *appinfo)
217 g_win32_app_info_get_name (GAppInfo *appinfo)
228 g_win32_app_info_get_description (GAppInfo *appinfo)
235 g_win32_app_info_get_executable (GAppInfo *appinfo
    [all...]
gdesktopappinfo.h 83 GAppInfo * (* get_default_for_uri_scheme) (GDesktopAppInfoLookup *lookup,
89 GAppInfo *g_desktop_app_info_lookup_get_default_for_uri_scheme (GDesktopAppInfoLookup *lookup,
giotypes.h 35 typedef struct _GAppInfo GAppInfo; /* Dummy typedef */
gdesktopappinfo.c 44 #include "gappinfo.h"
53 * #GDesktopAppInfo is an implementation of #GAppInfo based on
405 static GAppInfo *
406 g_desktop_app_info_dup (GAppInfo *appinfo)
436 g_desktop_app_info_equal (GAppInfo *appinfo1,
437 GAppInfo *appinfo2)
450 g_desktop_app_info_get_id (GAppInfo *appinfo)
458 g_desktop_app_info_get_name (GAppInfo *appinfo)
483 g_desktop_app_info_get_description (GAppInfo *appinfo)
491 g_desktop_app_info_get_executable (GAppInfo *appinfo
    [all...]
gfile.h     [all...]
gfile.c 38 #include "gappinfo.h"
    [all...]
  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 30 static GAppInfo *
34 GAppInfo *info;
56 GAppInfo *info;
85 info = (GAppInfo*)g_desktop_app_info_new ("gedit.desktop");
99 GAppInfo *info, *info1, *info2, *info3;
117 info = (GAppInfo *)list->data;
120 info = (GAppInfo *)list->next->data;
134 info = (GAppInfo *)list->data;
137 info = (GAppInfo *)list->next->data;
140 info = (GAppInfo *)list->next->next->data
    [all...]

Completed in 105 milliseconds