Home
last modified time | relevance | path

Searched refs:source_object (Results 1 – 25 of 1501) sorted by relevance

12345678910>>...61

/dports/x11-fonts/font-manager/font-manager-0.8.7/lib/common/
H A Dfont-manager-json-proxy.c34 JsonObject *source_object; member
46 g_clear_pointer(&priv->source_object, json_object_unref); in G_DEFINE_TYPE_WITH_PRIVATE()
65 if (priv->source_object == json_obj) in font_manager_json_proxy_set_property()
67 if (priv->source_object != NULL) in font_manager_json_proxy_set_property()
68 json_object_unref(priv->source_object); in font_manager_json_proxy_set_property()
69 priv->source_object = json_obj ? json_object_ref(json_obj) : NULL; in font_manager_json_proxy_set_property()
73 if (priv->source_object == NULL) in font_manager_json_proxy_set_property()
79 json_object_set_int_member(priv->source_object, pspec->name, g_value_get_int(value)); in font_manager_json_proxy_set_property()
103 if (priv->source_object == NULL) in font_manager_json_proxy_get_property()
122 g_value_set_boxed(value, priv->source_object); in font_manager_json_proxy_get_property()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_addrelation.php97 …list($source_object['type'], $source_object['object']) = explode(':', $params['source_object'], 2);
99 $source_object = current_object();
106 if ($source_object == $target_object) {
143 …$relationlib->add_relation($qualifier, $source_object['type'], $source_object['object'], $target_o…
145 …$relation_id = $relationlib->get_relation_id($qualifier, $source_object['type'], $source_object['o…
150 …$relationsfromsource = $relationlib->get_relations_from($source_object['type'], $source_object['ob…
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsimpleasyncresult.c214 GObject *source_object; member
260 if (simple->source_object) in g_simple_async_result_finalize()
261 g_object_unref (simple->source_object); in g_simple_async_result_finalize()
322 g_return_val_if_fail (!source_object || G_IS_OBJECT (source_object), NULL); in g_simple_async_result_new()
326 if (source_object) in g_simple_async_result_new()
327 simple->source_object = g_object_ref (source_object); in g_simple_async_result_new()
329 simple->source_object = NULL; in g_simple_async_result_new()
357 g_return_val_if_fail (!source_object || G_IS_OBJECT (source_object), NULL); in g_simple_async_result_new_from_error()
391 g_return_val_if_fail (!source_object || G_IS_OBJECT (source_object), NULL); in g_simple_async_result_new_take_error()
429 g_return_val_if_fail (!source_object || G_IS_OBJECT (source_object), NULL); in g_simple_async_result_new_error()
[all …]
H A Dgsocketlistener.c283 if (source_object)
390 source_object,
494 if (source_object)
730 if (source_object)
769 source_object,
802 GObject *source_object;
814 if (source_object)
900 if (source_object)
958 source_object,
1241 if (source_object)
[all …]
H A Dgsocketlistener.h95 GObject *source_object,
102 GObject *source_object,
108 GObject *source_object,
112 GObject *source_object,
117 GObject **source_object,
128 GObject **source_object,
134 GObject **source_object,
147 GObject **source_object,
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dsocket_listener.rs68 source_object: Option<&Q>, in add_address()
73 source_object: Option<&P>, in add_any_inet_port()
79 source_object: Option<&P>, in add_inet_port()
85 source_object: Option<&Q>, in add_socket()
114 let mut source_object = ptr::null_mut(); in accept() localVariable
118 &mut source_object, in accept()
139 &mut source_object, in accept_socket()
156 source_object: Option<&Q>, in add_address()
180 source_object: Option<&P>, in add_any_inet_port()
200 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/editorconfig/
H A Dgbp-editorconfig-file-settings.c57 gpointer source_object,
68 g_assert (GBP_IS_EDITORCONFIG_FILE_SETTINGS (source_object));
88 g_object_set_property (source_object, "indent-width", value);
91 g_object_set_property (source_object, key, value);
93 g_object_set_property (source_object, "insert-trailing-newline", value);
95 g_object_set_property (source_object, "encoding", value);
100 g_object_set (source_object, "show-right-margin", FALSE, NULL);
104 g_object_set_property (source_object, "right-margin-position", value);
105 g_object_set (source_object, "show-right-margin", TRUE, NULL);
119 ide_file_settings_set_newline_type (source_object, newline_type);
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dsocket_listener.rs67 source_object: Option<&Q>, in add_address()
72 source_object: Option<&P>, in add_any_inet_port()
78 source_object: Option<&P>, in add_inet_port()
84 source_object: Option<&Q>, in add_socket()
113 let mut source_object = ptr::null_mut(); in accept() localVariable
117 &mut source_object, in accept()
138 &mut source_object, in accept_socket()
155 source_object: Option<&Q>, in add_address()
179 source_object: Option<&P>, in add_any_inet_port()
199 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dsocket_listener.rs67 source_object: Option<&Q>, in add_address()
72 source_object: Option<&P>, in add_any_inet_port()
78 source_object: Option<&P>, in add_inet_port()
84 source_object: Option<&Q>, in add_socket()
113 let mut source_object = ptr::null_mut(); in accept() localVariable
117 &mut source_object, in accept()
138 &mut source_object, in accept_socket()
155 source_object: Option<&Q>, in add_address()
179 source_object: Option<&P>, in add_any_inet_port()
199 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dsocket_listener.rs108 source_object: Option<&Q>, in add_address()
114 source_object: Option<&P>, in add_any_inet_port()
121 source_object: Option<&P>, in add_inet_port()
128 source_object: Option<&Q>, in add_socket()
163 &mut source_object, in accept()
196 &mut source_object, in accept_async()
246 &mut source_object, in accept_socket()
324 source_object: Option<&Q>, in add_address()
348 source_object: Option<&P>, in add_any_inet_port()
368 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dsocket_listener.rs108 source_object: Option<&Q>, in add_address()
114 source_object: Option<&P>, in add_any_inet_port()
121 source_object: Option<&P>, in add_inet_port()
128 source_object: Option<&Q>, in add_socket()
163 &mut source_object, in accept()
196 &mut source_object, in accept_async()
246 &mut source_object, in accept_socket()
324 source_object: Option<&Q>, in add_address()
348 source_object: Option<&P>, in add_any_inet_port()
368 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dsocket_listener.rs108 source_object: Option<&Q>, in add_address()
114 source_object: Option<&P>, in add_any_inet_port()
121 source_object: Option<&P>, in add_inet_port()
128 source_object: Option<&Q>, in add_socket()
163 &mut source_object, in accept()
196 &mut source_object, in accept_async()
246 &mut source_object, in accept_socket()
324 source_object: Option<&Q>, in add_address()
348 source_object: Option<&P>, in add_any_inet_port()
368 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dsocket_listener.rs108 source_object: Option<&Q>, in add_address()
114 source_object: Option<&P>, in add_any_inet_port()
121 source_object: Option<&P>, in add_inet_port()
128 source_object: Option<&Q>, in add_socket()
163 &mut source_object, in accept()
196 &mut source_object, in accept_async()
246 &mut source_object, in accept_socket()
324 source_object: Option<&Q>, in add_address()
348 source_object: Option<&P>, in add_any_inet_port()
368 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dsocket_listener.rs108 source_object: Option<&Q>, in add_address()
114 source_object: Option<&P>, in add_any_inet_port()
121 source_object: Option<&P>, in add_inet_port()
128 source_object: Option<&Q>, in add_socket()
163 &mut source_object, in accept()
196 &mut source_object, in accept_async()
246 &mut source_object, in accept_socket()
324 source_object: Option<&Q>, in add_address()
348 source_object: Option<&P>, in add_any_inet_port()
368 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dsocket_listener.rs108 source_object: Option<&Q>, in add_address()
114 source_object: Option<&P>, in add_any_inet_port()
121 source_object: Option<&P>, in add_inet_port()
128 source_object: Option<&Q>, in add_socket()
163 &mut source_object, in accept()
196 &mut source_object, in accept_async()
246 &mut source_object, in accept_socket()
324 source_object: Option<&Q>, in add_address()
348 source_object: Option<&P>, in add_any_inet_port()
368 source_object: Option<&P>, in add_inet_port()
[all …]
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dsocketlistener.cc46 SocketProtocol protocol, const Glib::RefPtr<Glib::Object>& source_object, in add_address() argument
115 source_object = Glib::wrap(retobj); in accept_socket()
121 SocketListener::accept_socket(Glib::RefPtr<Glib::Object>& source_object) in accept_socket() argument
130 source_object = Glib::wrap(retobj); in accept_socket()
184 const Glib::RefPtr<AsyncResult>& result, Glib::RefPtr<Glib::Object>& source_object) in accept_socket_finish() argument
193 source_object = Glib::wrap(retobj); in accept_socket_finish()
212 Glib::RefPtr<Object>& source_object, const Glib::RefPtr<Cancellable>& cancellable) in accept() argument
221 source_object = Glib::wrap(retobj); in accept()
227 SocketListener::accept(Glib::RefPtr<Object>& source_object) in accept() argument
236 source_object = Glib::wrap(retobj); in accept()
[all …]
H A Dsocketlistener.h159 …ol add_socket(const Glib::RefPtr<Socket>& socket, const Glib::RefPtr<Glib::Object>& source_object);
223 …Type type, SocketProtocol protocol, const Glib::RefPtr<Glib::Object>& source_object, Glib::RefPtr<…
284 bool add_inet_port(guint16 port, const Glib::RefPtr<Glib::Object>& source_object);
328 guint16 add_any_inet_port(const Glib::RefPtr<Glib::Object>& source_object);
373 Glib::RefPtr<Socket> accept_socket(Glib::RefPtr<Glib::Object>& source_object, const Glib::RefPtr<Ca…
398 Glib::RefPtr<Socket> accept_socket(Glib::RefPtr<Glib::Object>& source_object);
492 …_socket_finish(const Glib::RefPtr<AsyncResult>& result, Glib::RefPtr<Glib::Object>& source_object);
526 …Glib::RefPtr<SocketConnection> accept(Glib::RefPtr<Object>& source_object, const Glib::RefPtr<Canc…
548 Glib::RefPtr<SocketConnection> accept(Glib::RefPtr<Object>& source_object);
636 … accept_finish(const Glib::RefPtr<AsyncResult>& result, Glib::RefPtr<Glib::Object>& source_object);
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-vfs-file.c97 set_metadata_get_info_callback (GObject *source_object, in set_metadata_get_info_callback() argument
125 set_metadata_callback (GObject *source_object, in set_metadata_callback() argument
136 res = g_file_set_attributes_finish (G_FILE (source_object), in set_metadata_callback()
143 g_file_query_info_async (G_FILE (source_object), in set_metadata_callback()
338 vfs_file_mount_callback (GObject *source_object, in vfs_file_mount_callback() argument
407 vfs_file_unmount_callback (GObject *source_object, in vfs_file_unmount_callback() argument
465 vfs_file_eject_callback (GObject *source_object, in vfs_file_eject_callback() argument
523 vfs_file_start_callback (GObject *source_object, in vfs_file_start_callback() argument
598 vfs_file_stop_callback (GObject *source_object, in vfs_file_stop_callback() argument
609 stopped = g_file_stop_mountable_finish (G_FILE (source_object), in vfs_file_stop_callback()
[all …]
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendafp.c182 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in copy_copy_file_cb()
206 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in copy_delete_cb()
381 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in move_move_and_rename_cb()
399 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in move_delete_cb()
570 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in rename_cb()
616 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in create_directory_cb()
647 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in delete_delete_cb()
678 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in write_cb()
723 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in seek_on_write_cb()
797 GVfsAfpVolume *volume = G_VFS_AFP_VOLUME (source_object); in truncate_cb()
[all …]
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-vfs-file.c96 set_metadata_get_info_callback (GObject *source_object, in set_metadata_get_info_callback() argument
124 set_metadata_callback (GObject *source_object, in set_metadata_callback() argument
135 res = g_file_set_attributes_finish (G_FILE (source_object), in set_metadata_callback()
142 g_file_query_info_async (G_FILE (source_object), in set_metadata_callback()
410 vfs_file_mount_callback (GObject *source_object, in vfs_file_mount_callback() argument
477 vfs_file_unmount_callback (GObject *source_object, in vfs_file_unmount_callback() argument
535 vfs_file_eject_callback (GObject *source_object, in vfs_file_eject_callback() argument
593 vfs_file_start_callback (GObject *source_object, in vfs_file_start_callback() argument
666 vfs_file_stop_callback (GObject *source_object, in vfs_file_stop_callback() argument
677 stopped = g_file_stop_mountable_finish (G_FILE (source_object), in vfs_file_stop_callback()
[all …]
/dports/textproc/ibus/ibus-1.5.24/src/tests/
H A Dibus-bus.c64 finish_request_name_async (GObject *source_object, in finish_request_name_async() argument
121 finish_name_has_owner_async (GObject *source_object, in finish_name_has_owner_async() argument
146 finish_get_name_owner_async (GObject *source_object, in finish_get_name_owner_async() argument
172 finish_release_name_async (GObject *source_object, in finish_release_name_async() argument
197 finish_add_match_async (GObject *source_object, in finish_add_match_async() argument
222 finish_remove_match_async (GObject *source_object, in finish_remove_match_async() argument
373 finish_list_engines_async (GObject *source_object, in finish_list_engines_async() argument
496 finish_get_global_engine_async (GObject *source_object, in finish_get_global_engine_async() argument
648 finish_get_address_async (GObject *source_object, in finish_get_address_async() argument
702 finish_get_engines_async (GObject *source_object, in finish_get_engines_async() argument
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-vfs-file.c86 set_metadata_get_info_callback (GObject *source_object, in set_metadata_get_info_callback() argument
111 set_metadata_callback (GObject *source_object, in set_metadata_callback() argument
122 res = g_file_set_attributes_finish (G_FILE (source_object), in set_metadata_callback()
128 g_file_query_info_async (G_FILE (source_object), in set_metadata_callback()
380 vfs_file_mount_callback (GObject *source_object, in vfs_file_mount_callback() argument
442 vfs_file_unmount_callback (GObject *source_object, in vfs_file_unmount_callback() argument
497 vfs_file_eject_callback (GObject *source_object, in vfs_file_eject_callback() argument
552 vfs_file_start_callback (GObject *source_object, in vfs_file_start_callback() argument
620 vfs_file_stop_callback (GObject *source_object, in vfs_file_stop_callback() argument
631 stopped = g_file_stop_mountable_finish (G_FILE (source_object), in vfs_file_stop_callback()
[all …]
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-dlna-renderer.c259 photos_dlna_renderer_device_proxy_new_cb (GObject *source_object, in photos_dlna_renderer_device_proxy_new_cb() argument
323 GObject *object, *source_object; in photos_dlna_renderer_new_for_bus_finish() local
326 source_object = g_async_result_get_source_object (result); in photos_dlna_renderer_new_for_bus_finish()
328 g_object_unref (source_object); in photos_dlna_renderer_new_for_bus_finish()
356 photos_dlna_renderer_share_play_cb (GObject *source_object, in photos_dlna_renderer_share_play_cb() argument
374 photos_dlna_renderer_share_open_uri_cb (GObject *source_object, in photos_dlna_renderer_share_open_uri_cb() argument
396 photos_dlna_renderer_share_host_file_cb (GObject *source_object, in photos_dlna_renderer_share_host_file_cb() argument
428 photos_dlna_renderer_share_download_cb (GObject *source_object, in photos_dlna_renderer_share_download_cb() argument
539 photos_dlna_renderer_unshare_download_cb (GObject *source_object, in photos_dlna_renderer_unshare_download_cb() argument
598 PhotosDlnaRenderer *self = PHOTOS_DLNA_RENDERER (source_object); in photos_dlna_renderer_unshare_all_unshare_cb()
[all …]
/dports/devel/pyl-gobject/pygobject-2.28.6/gio/
H A Dgsocket.override257 "source_object", NULL };
265 GObject *source_object;
282 source_object = NULL;
317 GObject *source_object;
344 if (source_object)
405 GObject *source_object;
428 if (source_object)
448 GObject *source_object;
475 if (source_object)
536 GObject *source_object;
[all …]
/dports/sysutils/pear-Horde_Vfs/Horde_Vfs-2.4.0/bin/
H A Dhorde-vfs174 $source_object = basename($source_path);
182 if ($source_vfs->isFolder($source_parent_path, $source_object)) {
194 if (!$target_vfs->isFolder($target_path, $source_object)) {
195 if ($target_vfs->exists($target_path, $source_object)) {
197 } elseif (!$target_vfs->exists($target_path, $source_object)) {
198 $target_vfs->createFolder($target_path, $source_object);
207 $target_path . '/' . $source_object, $argv, $filter);
213 $data = &$source_vfs->read($source_parent_path, $source_object);
221 $source_object . "'\n";
225 $target_vfs->writeData($target_path, $source_object, $data, true);

12345678910>>...61