Home
last modified time | relevance | path

Searched refs:handle_prefs (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_mam/
H A Dmod_mam.lua71 local function handle_prefs(event) function
92 module:hook("iq/self/"..xmlns_mam0..":prefs", handle_prefs);
93 module:hook("iq/self/"..xmlns_mam1..":prefs", handle_prefs);
94 module:hook("iq/self/"..xmlns_mam2..":prefs", handle_prefs);
/dports/x11/gnome-shell/gnome-shell-41.1/subprojects/extensions-tool/src/
H A Dcommands.h32 int handle_prefs (int argc, char *argv[], gboolean do_help);
H A Dcommand-prefs.c71 handle_prefs (int argc, char *argv[], gboolean do_help) in handle_prefs() function
H A Dmain.c395 return handle_prefs (argc, argv, do_help); in main()