#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 |
Definition at line 142 of file internal.h.
gchar _eripc_context_t::application[MAX_APP_NAME_LEN+1] |
Definition at line 146 of file internal.h.
DBusConnection* _eripc_context_t::conn |
Definition at line 143 of file internal.h.
Referenced by _reply_helper(), _send_helper(), _send_signal_helper(), _send_sync_helper(), _set_handler(), eripc_get_session_connection(), and eripc_reply_error().
GHashTable* _eripc_context_t::cp_plugins |
Definition at line 162 of file internal.h.
DBusConnection* _eripc_context_t::cur_conn |
Definition at line 145 of file internal.h.
Definition at line 166 of file internal.h.
const DBusMessage * _eripc_context_t::error_dummy |
Definition at line 165 of file internal.h.
Referenced by eripc_reply_error().
GHashTable* _eripc_context_t::id_hash |
Definition at line 156 of file internal.h.
GHashTable* _eripc_context_t::if_hash |
Definition at line 155 of file internal.h.
char _eripc_context_t::interface[MAX_IF_LEN+1] |
Definition at line 149 of file internal.h.
Referenced by eripc_send_signal().
Definition at line 163 of file internal.h.
Referenced by _send_helper(), and eripc_set_event_handler().
char _eripc_context_t::object_path[MAX_OP_LEN+1] |
Definition at line 148 of file internal.h.
Referenced by eripc_send_signal().
GHashTable* _eripc_context_t::opm_hash |
Definition at line 157 of file internal.h.
Referenced by remove_from_opm_hash().
const DBusMessage* _eripc_context_t::reply_dummy |
Definition at line 165 of file internal.h.
Referenced by _reply_helper().
char _eripc_context_t::service[MAX_SVC_LEN+1] |
Definition at line 150 of file internal.h.
Referenced by eripc_reply_error().
Definition at line 152 of file internal.h.
DBusConnection* _eripc_context_t::sys_conn |
Definition at line 144 of file internal.h.
Referenced by _reply_helper(), _send_helper(), _send_signal_helper(), _send_sync_helper(), _set_handler(), eripc_get_system_connection(), and eripc_reply_error().
Definition at line 151 of file internal.h.
Definition at line 161 of file internal.h.
Referenced by _send_sync_helper(), eripc_get_timeout(), and eripc_set_timeout().
GHashTable* _eripc_context_t::uniq_hash |
Definition at line 153 of file internal.h.
gchar _eripc_context_t::version[MAX_VERSION_LEN+1] |
Definition at line 147 of file internal.h.