Home
last modified time | relevance | path

Searched refs:g_variant_ref (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/deskutils/libportal/libportal-0.5/libportal/
H A Dfilechooser.c294 call->filters = filters ? g_variant_ref (filters) : NULL; in xdp_portal_open_file()
295 call->current_filter = current_filter ? g_variant_ref (current_filter) : NULL; in xdp_portal_open_file()
296 call->choices = choices ? g_variant_ref (choices) : NULL; in xdp_portal_open_file()
332 return ret ? g_variant_ref (ret) : NULL; in xdp_portal_open_file_finish()
391 call->filters = filters ? g_variant_ref (filters) : NULL; in xdp_portal_save_file()
392 call->current_filter = current_filter ? g_variant_ref (current_filter) : NULL; in xdp_portal_save_file()
393 call->choices = choices ? g_variant_ref (choices) : NULL; in xdp_portal_save_file()
429 return ret ? g_variant_ref (ret) : NULL; in xdp_portal_save_file_finish()
487 call->files = g_variant_ref (files); in xdp_portal_save_files()
488 call->choices = choices ? g_variant_ref (choices) : NULL; in xdp_portal_save_files()
[all …]
H A Dprint.c109 g_task_return_pointer (call->task, g_variant_ref (ret), (GDestroyNotify)g_variant_unref); in response_received()
305 call->settings = settings ? g_variant_ref (settings) : NULL; in xdp_portal_prepare_print()
306 call->page_setup = page_setup ? g_variant_ref (page_setup) : NULL; in xdp_portal_prepare_print()
H A Dscreenshot.c89 … g_task_return_pointer (call->task, g_variant_ref (color), (GDestroyNotify) g_variant_unref); in response_received()
336 return ret ? g_variant_ref (ret) : NULL; in xdp_portal_pick_color_finish()
/dports/x11-wm/mutter/mutter-41.1/src/tests/
H A Dmeta-sensors-proxy-mock.c99 g_autoptr (GVariant) tmp = g_variant_ref (value); in ensure_property()
104 expected = g_variant_ref (expected_value); in ensure_property()
225 g_autoptr (GVariant) reffed_value = g_variant_ref (value); in meta_sensors_proxy_mock_set_property()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsimpleaction.c117 return g_variant_ref (simple->state_hint); in g_simple_action_get_state_hint()
188 simple->state = g_variant_ref (value); in g_simple_action_set_state()
201 return simple->state ? g_variant_ref (simple->state) : NULL; in g_simple_action_get_state()
592 simple->state_hint = g_variant_ref (state_hint); in g_simple_action_set_state_hint()
H A Dgmemorysettingsbackend.c60 g_variant_ref (value); in g_memory_settings_backend_read()
96 g_hash_table_insert (memory->table, g_strdup (key), g_variant_ref (value)); in g_memory_settings_backend_write_one()
H A Dgmenumodel.c258 *value = g_variant_ref (valueptr); in G_DEFINE_TYPE()
342 value = g_variant_ref (value); in g_menu_model_real_get_item_attribute_value()
757 *value = g_variant_ref (iter->priv->value); in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
825 return g_variant_ref (iter->priv->value); in g_menu_attribute_iter_get_value()
H A Dgdelayedsettingsbackend.c91 g_variant_ref (result); in g_delayed_settings_backend_read()
122 g_variant_ref (result); in g_delayed_settings_backend_read_user_value()
160 g_tree_insert (user_data, g_strdup (key), (value != NULL) ? g_variant_ref (value) : NULL); in add_to_tree()
/dports/science/pulseview/pulseview-0.4.2/pv/data/decode/
H A Ddecoder.cpp132 g_variant_ref(value); in set_option()
147 g_variant_ref(value); in apply_all_options()
173 g_variant_ref(value); in create_decoder_inst()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dsearch-result-set.c301 list=g_list_prepend(list, g_variant_ref(key)); in xfdashboard_search_result_set_get_all()
340 list=g_list_prepend(list, g_variant_ref(key)); in xfdashboard_search_result_set_intersect()
382 list=g_list_prepend(list, g_variant_ref(key)); in xfdashboard_search_result_set_complement()
/dports/devel/libsigrok/libsigrok-0.5.2/src/transform/
H A Dtransform.c231 g_variant_ref(value)); in sr_transform_new()
235 g_variant_ref(mod_opts[i].def)); in sr_transform_new()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dgloactiongroup.cxx180 *state_hint = (action->state_hint) ? g_variant_ref (action->state_hint) : nullptr; in g_lo_action_group_query_action()
183 *state = (action->state) ? g_variant_ref (action->state) : nullptr; in g_lo_action_group_query_action()
238 action->state = g_variant_ref (value); in g_lo_action_group_change_state()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3gloactiongroup.cxx177 *state_hint = (action->state_hint) ? g_variant_ref (action->state_hint) : nullptr; in g_lo_action_group_query_action()
180 *state = (action->state) ? g_variant_ref (action->state) : nullptr; in g_lo_action_group_query_action()
235 action->state = g_variant_ref (value); in g_lo_action_group_change_state()
/dports/devel/libsigrok/libsigrok-0.5.2/src/output/
H A Doutput.c295 g_variant_ref(value)); in sr_output_new()
299 g_variant_ref(mod_opts[i].def)); in sr_output_new()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DGRefPtr.h38 static void AddRef(GVariant* aVariant) { g_variant_ref(aVariant); }
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGRefPtr.cpp44 g_variant_ref(ptr); in refGPtr()
/dports/devel/dconf/dconf-0.40.0/common/
H A Ddconf-changeset.c138 g_hash_table_insert (changeset->table, g_strdup (key), g_variant_ref (value)); in dconf_changeset_new_database()
308 *value = tmp ? g_variant_ref (tmp) : NULL; in dconf_changeset_get()
667 … g_hash_table_insert (changeset->table, g_strdup (key), value ? g_variant_ref (value) : NULL); in dconf_changeset_deserialise()
/dports/deskutils/maliit-framework/framework-2.1.1/maliit-glib/
H A Dmaliitattributeextension.c397 g_variant_ref (value)); in maliit_attribute_extension_update_attribute()
434 g_variant_ref (value)); in maliit_attribute_extension_set_attribute()
/dports/textproc/ibus/ibus-1.5.24/src/
H A Dibusserializable.c191 g_variant_ref (value), in _copy_cb()
295 var = g_variant_ref (variant); in ibus_serializable_deserialize_object()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/actions/
H A Ddzl-action-group.h191 g_variant_ref (info->state_hint) : NULL; \
194 g_variant_ref (info->state) : NULL; \
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/xsettings/
H A Dxsettings-common.c80 g_variant_ref (old_value); in xsettings_setting_set()
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/xsettings/
H A Dxsettings-common.c80 g_variant_ref (old_value); in xsettings_setting_set()
/dports/net/libgweather/libgweather-40.0/libgweather/
H A Dgweather-db.h265 return Db_variant_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in Db_variant_to_owned_gvariant()
431 return db_i18n_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in db_i18n_to_owned_gvariant()
547 return db_arrayofstring_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in db_arrayofstring_to_owned_gvariant()
686 return db_timezone_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in db_timezone_to_owned_gvariant()
806 return db_coordinate_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in db_coordinate_to_owned_gvariant()
912 return db_arrayofuint16_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in db_arrayofuint16_to_owned_gvariant()
1021 return db_location_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in db_location_to_owned_gvariant()
1518 …return db_world_loc_by_metar_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)… in db_world_loc_by_metar_to_owned_gvariant()
1713 return db_world_timezones_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in db_world_timezones_to_owned_gvariant()
1903 return db_arrayof_location_to_gvariant (v, (GDestroyNotify)g_variant_unref, g_variant_ref (base)); in db_arrayof_location_to_owned_gvariant()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgvariant-core.c731 g_variant_ref (GVariant *value) in g_variant_ref() function
780 g_variant_ref (value); in g_variant_ref_sink()
1076 child = g_variant_ref (value->contents.tree.children[index_]); in g_variant_get_child_value()
/dports/multimedia/playerctl/playerctl-2.3.1/playerctl/
H A Dplayerctl-formatter.c547 g_variant_ref(args[1]); in helperfn_default()
552 g_variant_ref(args[1]); in helperfn_default()
555 g_variant_ref(args[0]); in helperfn_default()
607 g_variant_ref(value); in helperfn_emoji()
647 g_variant_ref(args[0]); in infixfn_add()

123456789