Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gappinfo.h>
Definition at line 98 of file gappinfo.h.
gboolean(* _GAppInfoIface::add_supports_type) (GAppInfo *appinfo, const char *content_type, GError **error) |
Definition at line 131 of file gappinfo.h.
Definition at line 138 of file gappinfo.h.
Definition at line 134 of file gappinfo.h.
Definition at line 139 of file gappinfo.h.
Definition at line 104 of file gappinfo.h.
Definition at line 105 of file gappinfo.h.
GTypeInterface _GAppInfoIface::g_iface |
Definition at line 100 of file gappinfo.h.
const char *(* _GAppInfoIface::get_commandline) (GAppInfo *appinfo) |
Definition at line 140 of file gappinfo.h.
const char *(* _GAppInfoIface::get_description) (GAppInfo *appinfo) |
Definition at line 109 of file gappinfo.h.
const char *(* _GAppInfoIface::get_display_name) (GAppInfo *appinfo) |
Definition at line 141 of file gappinfo.h.
const char *(* _GAppInfoIface::get_executable) (GAppInfo *appinfo) |
Definition at line 110 of file gappinfo.h.
Definition at line 111 of file gappinfo.h.
const char *(* _GAppInfoIface::get_id) (GAppInfo *appinfo) |
Definition at line 107 of file gappinfo.h.
const char *(* _GAppInfoIface::get_name) (GAppInfo *appinfo) |
Definition at line 108 of file gappinfo.h.
const char **(* _GAppInfoIface::get_supported_types) (GAppInfo *appinfo) |
Definition at line 145 of file gappinfo.h.
gboolean(* _GAppInfoIface::launch) (GAppInfo *appinfo, GList *files, GAppLaunchContext *context, GError **error) |
Definition at line 112 of file gappinfo.h.
gboolean(* _GAppInfoIface::launch_uris) (GAppInfo *appinfo, GList *uris, GAppLaunchContext *context, GError **error) |
Definition at line 118 of file gappinfo.h.
void(* _GAppInfoIface::launch_uris_async) (GAppInfo *appinfo, GList *uris, GAppLaunchContext *context, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
Definition at line 146 of file gappinfo.h.
gboolean(* _GAppInfoIface::launch_uris_finish) (GAppInfo *appinfo, GAsyncResult *result, GError **error) |
Definition at line 152 of file gappinfo.h.
gboolean(* _GAppInfoIface::remove_supports_type) (GAppInfo *appinfo, const char *content_type, GError **error) |
Definition at line 135 of file gappinfo.h.
gboolean(* _GAppInfoIface::set_as_default_for_extension) (GAppInfo *appinfo, const char *extension, GError **error) |
Definition at line 128 of file gappinfo.h.
gboolean(* _GAppInfoIface::set_as_default_for_type) (GAppInfo *appinfo, const char *content_type, GError **error) |
Definition at line 125 of file gappinfo.h.
gboolean(* _GAppInfoIface::set_as_last_used_for_type) (GAppInfo *appinfo, const char *content_type, GError **error) |
Definition at line 142 of file gappinfo.h.
Definition at line 122 of file gappinfo.h.
Definition at line 117 of file gappinfo.h.
Definition at line 116 of file gappinfo.h.