|
/opt/src/beast/sfi/sfiglueproxy.h
SYNOPSIS
| void
| _sfi_glue_context_clear_proxies
| (context); |
| void
| _sfi_glue_proxy_dispatch_event
| (event); |
| void
| _sfi_glue_proxy_processed_notify
| (notify_id); |
| gboolean
| _sfi_glue_proxy_watch_release
| (proxy); |
| void
| sfi_glue_proxy_cancel_matched_event
| (event, proxy, signal_quark); |
| void
| sfi_glue_proxy_connect
| (proxy, signal, ...); |
| void
| sfi_glue_proxy_disconnect
| (proxy, signal, ...); |
| void
| sfi_glue_proxy_get
| (proxy, prop, ...); |
| const GValue*
| sfi_glue_proxy_get_property
| (proxy, prop); |
| GParamSpec*
| sfi_glue_proxy_get_pspec
| (proxy, name); |
| SfiSCategory
| sfi_glue_proxy_get_pspec_scategory
| (proxy, name); |
| gpointer
| sfi_glue_proxy_get_qdata
| (proxy, quark); |
| GQuark
| sfi_glue_proxy_get_signal_quark
| (signal); |
| const gchar*
| sfi_glue_proxy_iface
| (proxy); |
| gboolean
| sfi_glue_proxy_is_a
| (proxy, type); |
| const gchar**
| sfi_glue_proxy_list_properties
| (proxy, first_ancestor, last_ancestor, n_props); |
| gboolean
| sfi_glue_proxy_pending
| (proxy, signal, callback, data); |
| void
| sfi_glue_proxy_set
| (proxy, prop, ...); |
| void
| sfi_glue_proxy_set_property
| (proxy, prop, value); |
| void
| sfi_glue_proxy_set_qdata_full
| (proxy, quark, data, destroy); |
| gpointer
| sfi_glue_proxy_steal_qdata
| (proxy, quark); |
| void
| sfi_glue_proxy_weak_ref
| (proxy, weak_notify, data); |
| void
| sfi_glue_proxy_weak_unref
| (proxy, weak_notify, data); |
| gulong
| sfi_glue_signal_connect_closure
| (proxy, signal, closure, search_data); |
| gulong
| sfi_glue_signal_connect_data
| (proxy, signal, sig_func, sig_data, sig_data_destroy, connect_flags); |
| void
| sfi_glue_signal_disconnect
| (proxy, connection_id); |
DESCRIPTION
_sfi_glue_context_clear_proxies | | /opt/src/beast/sfi/sfiglueproxy.h:102 |
_sfi_glue_proxy_dispatch_event | | /opt/src/beast/sfi/sfiglueproxy.h:103 |
_sfi_glue_proxy_processed_notify | | /opt/src/beast/sfi/sfiglueproxy.h:101 |
_sfi_glue_proxy_watch_release | | /opt/src/beast/sfi/sfiglueproxy.h:100 |
sfi_glue_proxy_cancel_matched_event | | /opt/src/beast/sfi/sfiglueproxy.h:107 |
sfi_glue_proxy_connect | | /opt/src/beast/sfi/sfiglueproxy.h:42 |
sfi_glue_proxy_disconnect | | /opt/src/beast/sfi/sfiglueproxy.h:45 |
sfi_glue_proxy_get | | /opt/src/beast/sfi/sfiglueproxy.h:69 |
sfi_glue_proxy_get_property | | /opt/src/beast/sfi/sfiglueproxy.h:74 |
sfi_glue_proxy_get_pspec | | /opt/src/beast/sfi/sfiglueproxy.h:76 |
sfi_glue_proxy_get_pspec_scategory | | /opt/src/beast/sfi/sfiglueproxy.h:78 |
sfi_glue_proxy_get_qdata | | /opt/src/beast/sfi/sfiglueproxy.h:55 |
sfi_glue_proxy_get_signal_quark | | /opt/src/beast/sfi/sfiglueproxy.h:104 |
sfi_glue_proxy_iface | | /opt/src/beast/sfi/sfiglueproxy.h:37 |
sfi_glue_proxy_is_a | | /opt/src/beast/sfi/sfiglueproxy.h:39 |
sfi_glue_proxy_list_properties | | /opt/src/beast/sfi/sfiglueproxy.h:82 |
sfi_glue_proxy_pending | | /opt/src/beast/sfi/sfiglueproxy.h:49 |
sfi_glue_proxy_set | | /opt/src/beast/sfi/sfiglueproxy.h:66 |
sfi_glue_proxy_set_property | | /opt/src/beast/sfi/sfiglueproxy.h:72 |
sfi_glue_proxy_set_qdata_full | | /opt/src/beast/sfi/sfiglueproxy.h:53 |
sfi_glue_proxy_steal_qdata | | /opt/src/beast/sfi/sfiglueproxy.h:57 |
sfi_glue_proxy_weak_ref | | /opt/src/beast/sfi/sfiglueproxy.h:60 |
sfi_glue_proxy_weak_unref | | /opt/src/beast/sfi/sfiglueproxy.h:63 |
sfi_glue_signal_connect_closure | | /opt/src/beast/sfi/sfiglueproxy.h:94 |
sfi_glue_signal_connect_data | | /opt/src/beast/sfi/sfiglueproxy.h:88 |
sfi_glue_signal_disconnect | | /opt/src/beast/sfi/sfiglueproxy.h:96 |
|
|