#include <internal.h>
Data Fields | |
DBusConnection * | conn |
DBusConnection * | sys_conn |
DBusConnection * | cur_conn |
gchar | application [MAX_APP_NAME_LEN+1] |
gchar | version [MAX_VERSION_LEN+1] |
char | object_path [MAX_OP_LEN+1] |
char | interface [MAX_IF_LEN+1] |
char | service [MAX_SVC_LEN+1] |
gboolean | systembus_service_registered |
gboolean | sessionbus_service_registered |
GHashTable * | uniq_hash |
GHashTable * | if_hash |
GHashTable * | id_hash |
GHashTable * | opm_hash |
guint | timeout_ms |
GHashTable * | cp_plugins |
int | next_handler_id |
const DBusMessage * | reply_dummy |
const DBusMessage * | error_dummy |
gboolean | eripc_filters_setup |
This structure is used to store library specific stuff
Definition at line 114 of file internal.h.
gchar osso_af_context_t::application[MAX_APP_NAME_LEN+1] |
Definition at line 118 of file internal.h.
Referenced by _init().
DBusConnection* osso_af_context_t::conn |
Definition at line 115 of file internal.h.
Referenced by eripc_init().
GHashTable* osso_af_context_t::cp_plugins |
Definition at line 134 of file internal.h.
DBusConnection* osso_af_context_t::cur_conn |
Definition at line 117 of file internal.h.
Referenced by _filter(), and eripc_init().
Definition at line 138 of file internal.h.
Referenced by eripc_init().
const DBusMessage * osso_af_context_t::error_dummy |
Definition at line 137 of file internal.h.
Referenced by eripc_reply_handler(), and generic_signal_handler().
GHashTable* osso_af_context_t::id_hash |
Definition at line 128 of file internal.h.
GHashTable* osso_af_context_t::if_hash |
Definition at line 127 of file internal.h.
Referenced by _deinit().
char osso_af_context_t::interface[MAX_IF_LEN+1] |
Definition at line 121 of file internal.h.
Referenced by _init().
Definition at line 135 of file internal.h.
Referenced by _init().
char osso_af_context_t::object_path[MAX_OP_LEN+1] |
Definition at line 120 of file internal.h.
Referenced by _init().
GHashTable* osso_af_context_t::opm_hash |
Definition at line 129 of file internal.h.
Referenced by _deinit(), _init(), add_to_opm_hash(), and opm_match().
const DBusMessage* osso_af_context_t::reply_dummy |
Definition at line 137 of file internal.h.
Referenced by eripc_reply_handler(), and generic_signal_handler().
char osso_af_context_t::service[MAX_SVC_LEN+1] |
Definition at line 122 of file internal.h.
Referenced by _dbus_setup(), and _init().
Definition at line 124 of file internal.h.
DBusConnection* osso_af_context_t::sys_conn |
Definition at line 116 of file internal.h.
Referenced by eripc_init().
Definition at line 123 of file internal.h.
Definition at line 133 of file internal.h.
Referenced by _init().
GHashTable* osso_af_context_t::uniq_hash |
Definition at line 125 of file internal.h.
Referenced by _deinit().
gchar osso_af_context_t::version[MAX_VERSION_LEN+1] |
Definition at line 119 of file internal.h.
Referenced by _init().