Home
last modified time | relevance | path

Searched refs:g_iface (Results 1 – 25 of 2209) sorted by relevance

12345678910>>...89

/dports/multimedia/libcec/libcec-libcec-6.0.2/src/cecc-client/
H A Dcecc-client.c205 printf("libCEC version: %s %s\n", verbuf, g_iface.get_lib_info(g_iface.connection)); in cec_process_command_line_arguments()
303 g_iface.set_active_source(g_iface.connection, g_config.deviceTypes.types[0]); in cec_process_command_as()
311 isactive = g_iface.is_libcec_active_source(g_iface.connection); in cec_process_command_as()
336 addresses = g_iface.get_active_devices(g_iface.connection); in cec_process_command_scan()
337 activeSource = g_iface.get_active_source(g_iface.connection); in cec_process_command_scan()
362 g_iface.get_device_menu_language(g_iface.connection, iPtr, lang); in cec_process_command_scan()
368 activeSource = g_iface.get_active_source(g_iface.connection); in cec_process_command_scan()
429 g_iface.init_video_standalone(g_iface.connection); in main()
472 if (!g_iface.open(g_iface.connection, g_strPort, 5000)) in main()
475 libcecc_destroy(&g_iface); in main()
[all …]
/dports/games/moonlight-embedded/moonlight-embedded-2.4.11/src/input/
H A Dcec.c34 static libcec_interface_t g_iface; variable
84 if (libcecc_initialise(&g_config, &g_iface, NULL) != 1) { in cec_init()
90 g_iface.init_video_standalone(g_iface.connection); in cec_init()
93 …int8_t iDevicesFound = g_iface.find_adapters(g_iface.connection, devices, sizeof(devices) / sizeof… in cec_init()
98 libcecc_destroy(&g_iface); in cec_init()
103 if (!g_iface.open(g_iface.connection, g_strPort, 5000)) { in cec_init()
106 libcecc_destroy(&g_iface); in cec_init()
110 g_iface.set_active_source(g_iface.connection, g_config.deviceTypes.types[0]); in cec_init()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/plugins/
H A Dtest.c24 gpointer g_iface,
179 gpointer g_iface, in plugin_iface_init() argument
206 gpointer g_iface,
226 gpointer g_iface, in sidecar_iface_init() argument
240 gpointer g_iface,
288 gpointer g_iface, in sidecar_props_iface_init() argument
302 gpointer g_iface,
305 gpointer g_iface,
410 gpointer g_iface, in sidecar_iq_iface_init() argument
499 gpointer g_iface, in async_initable_iface_init() argument
[all …]
/dports/devel/glib20/glib-2.70.4/gobject/tests/
H A Dtype.c17 GTypeInterface g_iface; member
30 GTypeInterface g_iface; member
44 GTypeInterface g_iface; member
57 GTypeInterface g_iface; member
71 GTypeInterface g_iface; member
84 GTypeInterface g_iface; member
128 GTypeInterface g_iface; member
174 gpointer g_iface) in check_func() argument
/dports/net/libgnetwork/libgnetwork-0.0.9/libgnetwork/
H A Dgnetwork-server.c61 gnetwork_server_base_init (gpointer g_iface) in gnetwork_server_base_init() argument
81 g_object_interface_install_property (g_iface, in gnetwork_server_base_init()
88 g_object_interface_install_property (g_iface, in gnetwork_server_base_init()
95 g_object_interface_install_property (g_iface, in gnetwork_server_base_init()
102 g_object_interface_install_property (g_iface, in gnetwork_server_base_init()
111 g_object_interface_install_property (g_iface, in gnetwork_server_base_init()
119 g_object_interface_install_property (g_iface, in gnetwork_server_base_init()
H A Dgnetwork-connection.c65 gnetwork_connection_base_init (gpointer g_iface) in gnetwork_connection_base_init() argument
92 g_object_interface_install_property (g_iface, in gnetwork_connection_base_init()
103 g_object_interface_install_property (g_iface, in gnetwork_connection_base_init()
109 g_object_interface_install_property (g_iface, in gnetwork_connection_base_init()
115 g_object_interface_install_property (g_iface, in gnetwork_connection_base_init()
120 g_object_interface_install_property (g_iface, in gnetwork_connection_base_init()
H A Dgnetwork-datagram.c65 gnetwork_datagram_base_init (gpointer g_iface) in gnetwork_datagram_base_init() argument
93 g_object_interface_install_property (g_iface, in gnetwork_datagram_base_init()
100 g_object_interface_install_property (g_iface, in gnetwork_datagram_base_init()
106 g_object_interface_install_property (g_iface, in gnetwork_datagram_base_init()
111 g_object_interface_install_property (g_iface, in gnetwork_datagram_base_init()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/plugins/
H A Dtest.c14 gpointer g_iface,
114 gpointer g_iface, in plugin_iface_init() argument
117 SalutPluginInterface *iface = g_iface; in plugin_iface_init()
141 gpointer g_iface,
161 gpointer g_iface, in sidecar_iface_init() argument
164 SalutSidecarInterface *iface = g_iface; in sidecar_iface_init()
/dports/devel/dbus-glib/dbus-glib-0.112/test/interfaces/
H A Dtest-dup-prop.c16 test_a_class_init (gpointer g_iface) in test_a_class_init() argument
18 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in test_a_class_init()
20 g_object_interface_install_property (g_iface, in test_a_class_init()
57 test_b_class_init (gpointer g_iface) in test_b_class_init() argument
59 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in test_b_class_init()
61 g_object_interface_install_property (g_iface, in test_b_class_init()
H A Dtest-interfaces.c38 test_hello_class_init (gpointer g_iface) in test_hello_class_init() argument
40 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in test_hello_class_init()
94 test_goodbye_class_init (gpointer g_iface) in test_goodbye_class_init() argument
96 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in test_goodbye_class_init()
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmdvd-gtk/
H A Dogmdvd-title-chooser.c32 static void ogmdvd_title_chooser_class_init (gpointer g_iface);
54 ogmdvd_title_chooser_class_init (gpointer g_iface) in ogmdvd_title_chooser_class_init() argument
56 g_object_interface_install_property (g_iface, in ogmdvd_title_chooser_class_init()
60 g_object_interface_install_property (g_iface, in ogmdvd_title_chooser_class_init()
H A Dogmdvd-drive-chooser.c34 static void ogmdvd_drive_chooser_class_init (gpointer g_iface);
56 ogmdvd_drive_chooser_class_init (gpointer g_iface) in ogmdvd_drive_chooser_class_init() argument
58 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in ogmdvd_drive_chooser_class_init()
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip-gtk/
H A Dogmrip-source-chooser.c32 static void ogmrip_source_chooser_class_init (gpointer g_iface);
54 ogmrip_source_chooser_class_init (gpointer g_iface) in ogmrip_source_chooser_class_init() argument
56 g_object_interface_install_property (g_iface, in ogmrip_source_chooser_class_init()
60 g_object_interface_install_property (g_iface, in ogmrip_source_chooser_class_init()
/dports/audio/sound-juicer/sound-juicer-3.38.0/libjuicer/
H A Dsj-metadata.c59 sj_metadata_base_init (gpointer g_iface) in sj_metadata_base_init() argument
65 g_object_interface_install_property (g_iface, in sj_metadata_base_init()
70 g_object_interface_install_property (g_iface, in sj_metadata_base_init()
75 g_object_interface_install_property (g_iface, in sj_metadata_base_init()
80 g_object_interface_install_property (g_iface, in sj_metadata_base_init()
86 g_object_interface_install_property (g_iface, in sj_metadata_base_init()
91 g_object_interface_install_property (g_iface, in sj_metadata_base_init()
95 g_object_interface_install_property (g_iface, in sj_metadata_base_init()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrecentchooser.c75 gtk_recent_chooser_class_init (gpointer g_iface) in gtk_recent_chooser_class_init() argument
130 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
145 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
159 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
172 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
188 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
201 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
215 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
232 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
247 g_object_interface_install_property (g_iface, in gtk_recent_chooser_class_init()
[all …]
H A Dgtkactivatable.c272 static void gtk_activatable_class_init (gpointer g_iface);
293 gtk_activatable_class_init (gpointer g_iface) in gtk_activatable_class_init() argument
306 g_object_interface_install_property (g_iface, in gtk_activatable_class_init()
329 g_object_interface_install_property (g_iface, in gtk_activatable_class_init()
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/telepathy-logger/
H A Dlog-store-empathy.c29 static void log_store_iface_init (gpointer g_iface, gpointer iface_data);
57 log_store_iface_init (gpointer g_iface, in log_store_iface_init() argument
60 TplLogStoreInterface *iface = (TplLogStoreInterface *) g_iface; in log_store_iface_init()
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-scrollable.c83 st_scrollable_default_init (StScrollableInterface *g_iface) in G_DEFINE_INTERFACE()
123 g_object_interface_install_property (g_iface, in G_DEFINE_INTERFACE()
141 g_object_interface_install_property (g_iface, in G_DEFINE_INTERFACE()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/tests/
H A Dwocky-test-sasl-handler.c10 auth_handler_iface_init (gpointer g_iface);
32 auth_handler_iface_init (gpointer g_iface) in auth_handler_iface_init() argument
34 WockyAuthHandlerIface *iface = g_iface; in auth_handler_iface_init()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/tests/
H A Dwocky-test-sasl-handler.c7 auth_handler_iface_init (gpointer g_iface);
29 auth_handler_iface_init (gpointer g_iface) in auth_handler_iface_init() argument
31 WockyAuthHandlerIface *iface = g_iface; in auth_handler_iface_init()
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-scrollable.c80 st_scrollable_base_init (gpointer g_iface) in st_scrollable_base_init() argument
86 g_object_interface_install_property (g_iface, in st_scrollable_base_init()
93 g_object_interface_install_property (g_iface, in st_scrollable_base_init()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/lib/
H A Dbug-19101-conn.c21 static void contacts_iface_init (gpointer g_iface, gpointer iface_data);
90 contacts_iface_init (gpointer g_iface, gpointer iface_data) in contacts_iface_init() argument
93 (TpSvcConnectionInterfaceContactsClass *) g_iface; in contacts_iface_init()
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/
H A Dvncbaseaudio.c37 static void vnc_base_audio_interface_init(gpointer g_iface,
127 static void vnc_base_audio_interface_init(gpointer g_iface, in vnc_base_audio_interface_init() argument
130 VncAudioInterface *iface = g_iface; in vnc_base_audio_interface_init()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dmessage-mixin.h94 void tp_message_mixin_text_iface_init (gpointer g_iface, gpointer iface_data);
95 void tp_message_mixin_messages_iface_init (gpointer g_iface,
97 void tp_message_mixin_chat_state_iface_init (gpointer g_iface,
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/src/
H A Ddummy-discovery-client.c26 discovery_client_init (gpointer g_iface, gpointer iface_data);
122 discovery_client_init (gpointer g_iface, in discovery_client_init() argument
125 SalutDiscoveryClientClass *klass = (SalutDiscoveryClientClass *) g_iface; in discovery_client_init()

12345678910>>...89