diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 4 | ||||
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 188 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 4 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 186 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 4 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 198 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 4 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 4 | ||||
-rw-r--r-- | doc/sr/weechat_dev.sr.adoc | 184 | ||||
-rw-r--r-- | doc/sr/weechat_user.sr.adoc | 4 |
11 files changed, 392 insertions, 392 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index dff9720e8..2c1f681fd 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -533,11 +533,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 <signal handler called> #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = <value optimized out> #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 67372c50e..6af347fe8 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -112,97 +112,97 @@ WeeChat "core" is located in following directories: [width="100%",cols="2m,3",options="header"] |=== -| Path/file | Description -| core/ | Core functions: entry point, internal structures. -| wee-arraylist.c | Array lists. -| wee-backtrace.c | Display a backtrace after a crash. -| wee-calc.c | Calculate result of expressions. -| wee-command.c | WeeChat core commands. -| wee-completion.c | Default completions. -| wee-config-file.c | Configuration file management. -| wee-config.c | Configuration options for WeeChat core (file weechat.conf). -| wee-crypto.c | Cryptographic functions. -| wee-debug.c | Some debug functions. -| wee-doc.c | Build of files for documentation. -| wee-dir.c | Directory/file functions. -| wee-eval.c | Evaluation of expressions with references to internal vars. -| wee-hashtable.c | Hashtables. -| wee-hdata.c | Hdata (direct access to data using hashtables). -| wee-hook.c | Hooks. -| wee-infolist.c | Infolists (lists with objects data). -| wee-input.c | Input of commands/text. -| wee-list.c | Sorted lists. -| wee-log.c | Write to WeeChat log file (weechat.log). -| wee-network.c | Network functions (connection to servers/proxies). -| wee-proxy.c | Proxy management. -| wee-secure.c | Secured data functions. -| wee-secure-buffer.c | Secured data buffer. -| wee-secure-config.c | Secured data options (file sec.conf). -| wee-signal.c | Signal functions. -| wee-string.c | Functions on strings. -| wee-sys.c | System functions. -| wee-upgrade-file.c | Internal upgrade system. -| wee-upgrade.c | Upgrade for WeeChat core (buffers, lines, history, ...). -| wee-url.c | URL transfer (using libcurl). -| wee-utf8.c | UTF-8 functions. -| wee-util.c | Some other functions. -| wee-version.c | Functions for WeeChat version. -| weechat.c | Main functions: command line options, startup. -| hook/ | Hook functions. -| wee-hook-command-run.c | Hook "command_run". -| wee-hook-command.c | Hook "command". -| wee-hook-completion.c | Hook "completion". -| wee-hook-config.c | Hook "config". -| wee-hook-connect.c | Hook "connect". -| wee-hook-fd.c | Hook "fd". -| wee-hook-focus.c | Hook "focus". -| wee-hook-hdata.c | Hook "hdata". -| wee-hook-hsignal.c | Hook "hsignal". -| wee-hook-info-hashtable.c | Hook "info_hashtable". -| wee-hook-info.c | Hook "info". -| wee-hook-infolist.c | Hook "infolist". -| wee-hook-line.c | Hook "line". -| wee-hook-modifier.c | Hook "modifier". -| wee-hook-print.c | Hook "print". -| wee-hook-process.c | Hook "process". -| wee-hook-signal.c | Hook "signal". -| wee-hook-timer.c | Hook "timer". -| wee-hook-url.c | Hook "url". -| gui/ | Functions for buffers, windows, ... (used by all interfaces). -| gui-bar-item.c | Bar items. -| gui-bar-window.c | Bar windows. -| gui-bar.c | Bars. -| gui-buffer.c | Buffers. -| gui-chat.c | Chat functions (display message, ...). -| gui-color.c | Color functions. -| gui-completion.c | Completion on command line. -| gui-cursor.c | Cursor mode (free movement of cursor). -| gui-filter.c | Filters. -| gui-focus.c | Functions about focus (for cursor mode and mouse). -| gui-history.c | Commands/text saved in buffers. -| gui-hotlist.c | Hotlist management (list of buffers with activity). -| gui-input.c | Input functions (input bar). -| gui-key.c | Keyboard functions. -| gui-layout.c | Layout. -| gui-line.c | Lines in buffers. -| gui-mouse.c | Mouse. -| gui-nick.c | Nick functions. -| gui-nicklist.c | Nicklist in buffers. -| gui-window.c | Windows. -| curses/ | Curses interface. -| gui-curses-bar-window.c | Display in bar windows. -| gui-curses-chat.c | Display in chat area (messages). -| gui-curses-color.c | Color functions. -| gui-curses-key.c | Keyboard functions (default keys, read of input). -| gui-curses-main.c | WeeChat main loop (waiting for keyboard/network events). -| gui-curses-mouse.c | Mouse. -| gui-curses-term.c | Functions about terminal. -| gui-curses-window.c | Windows. -| headless/ | Headless mode (no interface). -| main.c | Entry point for headless mode. -| ncurses-fake.c | Fake ncurses library. -| normal/ | Curses interface. -| main.c | Entry point for Curses interface. +| Path/file | Description +| core/ | Core functions: entry point, internal structures. +| core-arraylist.c | Array lists. +| core-backtrace.c | Display a backtrace after a crash. +| core-calc.c | Calculate result of expressions. +| core-command.c | WeeChat core commands. +| core-completion.c | Default completions. +| core-config-file.c | Configuration file management. +| core-config.c | Configuration options for WeeChat core (file weechat.conf). +| core-crypto.c | Cryptographic functions. +| core-debug.c | Some debug functions. +| core-doc.c | Build of files for documentation. +| core-dir.c | Directory/file functions. +| core-eval.c | Evaluation of expressions with references to internal vars. +| core-hashtable.c | Hashtables. +| core-hdata.c | Hdata (direct access to data using hashtables). +| core-hook.c | Hooks. +| core-infolist.c | Infolists (lists with objects data). +| core-input.c | Input of commands/text. +| core-list.c | Sorted lists. +| core-log.c | Write to WeeChat log file (weechat.log). +| core-network.c | Network functions (connection to servers/proxies). +| core-proxy.c | Proxy management. +| core-secure.c | Secured data functions. +| core-secure-buffer.c | Secured data buffer. +| core-secure-config.c | Secured data options (file sec.conf). +| core-signal.c | Signal functions. +| core-string.c | Functions on strings. +| core-sys.c | System functions. +| core-upgrade-file.c | Internal upgrade system. +| core-upgrade.c | Upgrade for WeeChat core (buffers, lines, history, ...). +| core-url.c | URL transfer (using libcurl). +| core-utf8.c | UTF-8 functions. +| core-util.c | Some other functions. +| core-version.c | Functions for WeeChat version. +| weechat.c | Main functions: command line options, startup. +| hook/ | Hook functions. +| hook-command-run.c | Hook "command_run". +| hook-command.c | Hook "command". +| hook-completion.c | Hook "completion". +| hook-config.c | Hook "config". +| hook-connect.c | Hook "connect". +| hook-fd.c | Hook "fd". +| hook-focus.c | Hook "focus". +| hook-hdata.c | Hook "hdata". +| hook-hsignal.c | Hook "hsignal". +| hook-info-hashtable.c | Hook "info_hashtable". +| hook-info.c | Hook "info". +| hook-infolist.c | Hook "infolist". +| hook-line.c | Hook "line". +| hook-modifier.c | Hook "modifier". +| hook-print.c | Hook "print". +| hook-process.c | Hook "process". +| hook-signal.c | Hook "signal". +| hook-timer.c | Hook "timer". +| hook-url.c | Hook "url". +| gui/ | Functions for buffers, windows, ... (used by all interfaces). +| gui-bar-item.c | Bar items. +| gui-bar-window.c | Bar windows. +| gui-bar.c | Bars. +| gui-buffer.c | Buffers. +| gui-chat.c | Chat functions (display message, ...). +| gui-color.c | Color functions. +| gui-completion.c | Completion on command line. +| gui-cursor.c | Cursor mode (free movement of cursor). +| gui-filter.c | Filters. +| gui-focus.c | Functions about focus (for cursor mode and mouse). +| gui-history.c | Commands/text saved in buffers. +| gui-hotlist.c | Hotlist management (list of buffers with activity). +| gui-input.c | Input functions (input bar). +| gui-key.c | Keyboard functions. +| gui-layout.c | Layout. +| gui-line.c | Lines in buffers. +| gui-mouse.c | Mouse. +| gui-nick.c | Nick functions. +| gui-nicklist.c | Nicklist in buffers. +| gui-window.c | Windows. +| curses/ | Curses interface. +| gui-curses-bar-window.c | Display in bar windows. +| gui-curses-chat.c | Display in chat area (messages). +| gui-curses-color.c | Color functions. +| gui-curses-key.c | Keyboard functions (default keys, read of input). +| gui-curses-main.c | WeeChat main loop (waiting for keyboard/network events). +| gui-curses-mouse.c | Mouse. +| gui-curses-term.c | Functions about terminal. +| gui-curses-window.c | Windows. +| headless/ | Headless mode (no interface). +| main.c | Entry point for headless mode. +| ncurses-fake.c | Fake ncurses library. +| normal/ | Curses interface. +| main.c | Entry point for Curses interface. |=== [[sources_plugins]] @@ -783,7 +783,7 @@ Examples: [width="100%",cols="2m,3",options="header"] |=== | Directory | Files -| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ... +| src/core/ | weechat.c, core-backtrace.c, core-command.c, ... | src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ... | src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ... | src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ... @@ -791,8 +791,8 @@ Examples: | src/plugins/python/ | weechat-python.c, weechat-python-api.c, ... |=== -The headers of C files have same name as file, for example _wee-command.h_ for -file _wee-command.c_. +The headers of C files have same name as file, for example _core-command.h_ for +file _core-command.c_. [[naming_convention_structures]] ==== Structures diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index ca70d625f..4baed3cbd 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -526,11 +526,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 <signal handler called> #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = <value optimized out> #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 2ccce130b..322ed7b51 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -114,97 +114,97 @@ Le cœur de WeeChat est situé dans les répertoires suivants : [width="100%",cols="2m,3",options="header"] |=== -| Chemin/fichier | Description -| core/ | Fonctions du cœur : point d'entrée, structures internes. -| wee-arraylist.c | Listes avec tableau (« arraylists »). -| wee-backtrace.c | Afficher une trace après un plantage. -| wee-calc.c | Calcul du résultat d'expressions. -| wee-command.c | Commandes du cœur de WeeChat. -| wee-completion.c | Complétions par défaut. -| wee-config-file.c | Gestion des fichiers de configuration. -| wee-config.c | Options de configuration du cœur de WeeChat (fichier weechat.conf). -| wee-crypto.c | Fonctions de cryptographie. -| wee-debug.c | Quelques fonctions de debug. -| wee-dir.c | Fonctions sur les répertoires/fichiers. -| wee-doc.c | Génération de fichiers pour la documentation. -| wee-eval.c | Évaluation d'expressions avec des références à des variables internes. -| wee-hashtable.c | Tables de hachage. -| wee-hdata.c | Hdata (accès direct aux données en utilisant des tables de hachage). -| wee-hook.c | Crochets ("hooks"). -| wee-infolist.c | Infolists (listes avec les données des objets). -| wee-input.c | Entrée de commandes/texte. -| wee-list.c | Listes triées. -| wee-log.c | Écriture dans le fichier de log WeeChat (weechat.log). -| wee-network.c | Fonctions réseau (connexion aux serveurs/proxies). -| wee-proxy.c | Gestion des proxies. -| wee-secure.c | Fonctions pour les données sécurisées. -| wee-secure-buffer.c | Tampon pour les données sécurisées. -| wee-secure-config.c | Options des données sécurisées (fichier sec.conf). -| wee-signal.c | Fonctions sur les signaux. -| wee-string.c | Fonctions sur les chaînes de caractères. -| wee-sys.c | Fonctions système. -| wee-upgrade-file.c | Système de mise à jour interne. -| wee-upgrade.c | Mise à jour du cœur de WeeChat (tampons, lignes, historique, ...). -| wee-url.c | Transfert d'URL (en utilisant libcurl). -| wee-utf8.c | Fonctions UTF-8. -| wee-util.c | Quelques autres fonctions utilitaires. -| wee-version.c | Fonctions pour la version de WeeChat. -| weechat.c | Fonctions principales : options de ligne de commande, démarrage. -| hook/ | Fonctions "hook". -| wee-hook-command-run.c | Hook "command_run". -| wee-hook-command.c | Hook "command". -| wee-hook-completion.c | Hook "completion". -| wee-hook-config.c | Hook "config". -| wee-hook-connect.c | Hook "connect". -| wee-hook-fd.c | Hook "fd". -| wee-hook-focus.c | Hook "focus". -| wee-hook-hdata.c | Hook "hdata". -| wee-hook-hsignal.c | Hook "hsignal". -| wee-hook-info-hashtable.c | Hook "info". -| wee-hook-info.c | Hook "info". -| wee-hook-infolist.c | Hook "infolist". -| wee-hook-line.c | Hook "line". -| wee-hook-modifier.c | Hook "modifier". -| wee-hook-print.c | Hook "print". -| wee-hook-process.c | Hook "process". -| wee-hook-signal.c | Hook "signal". -| wee-hook-timer.c | Hook "timer". -| wee-hook-url.c | Hook "url". -| gui/ | Fonctions pour les tampons, fenêtres, ... (utilisées par toutes les interfaces). -| gui-bar-item.c | Objets de barre. -| gui-bar-window.c | Fenêtres de barre. -| gui-bar.c | Barres. -| gui-buffer.c | Tampons. -| gui-chat.c | Fonctions pour la discussion (afficher un message, ...). -| gui-color.c | Fonctions de couleur. -| gui-completion.c | Complétion sur la ligne de commande. -| gui-cursor.c | Mode curseur (mouvement libre du curseur). -| gui-filter.c | Filtres. -| gui-focus.c | Fonctions concernant le focus (pour les modes curseur et souris). -| gui-history.c | Commandes/texte sauvés dans les tampons. -| gui-hotlist.c | Gestion de la "hotlist" (liste des tampons avec activité). -| gui-input.c | Fonctions d'entrée (barre "input"). -| gui-key.c | Fonctions pour le clavier. -| gui-layout.c | Dispositions ("layouts"). -| gui-line.c | Lignes dans les tampons. -| gui-mouse.c | Souris. -| gui-nick.c | Fonctions pour les pseudos. -| gui-nicklist.c | Liste de pseudos dans les tampons. -| gui-window.c | Fenêtres. -| curses/ | Interface Curses. -| gui-curses-bar-window.c | Affichage dans les fenêtres de barre. -| gui-curses-chat.c | Affichage dans la zone de discussion (messages). -| gui-curses-color.c | Fonctions pour les couleurs. -| gui-curses-key.c | Fonctions pour le clavier (touches par défaut, lecture du clavier). -| gui-curses-main.c | Boucle principale de WeeChat (attente des évènements clavier/réseau). -| gui-curses-mouse.c | Souris. -| gui-curses-term.c | Fonctions pour le terminal. -| gui-curses-window.c | Fenêtres. -| headless/ | Mode sans interface (« headless »). -| main.c | Point d'entrée pour le mode sans interface. -| ncurses-fake.c | Fausse bibliothèque ncurses. -| normal/ | Interface Curses. -| main.c | Point d'entrée pour l'interface Curses. +| Chemin/fichier | Description +| core/ | Fonctions du cœur : point d'entrée, structures internes. +| core-arraylist.c | Listes avec tableau (« arraylists »). +| core-backtrace.c | Afficher une trace après un plantage. +| core-calc.c | Calcul du résultat d'expressions. +| core-command.c | Commandes du cœur de WeeChat. +| core-completion.c | Complétions par défaut. +| core-config-file.c | Gestion des fichiers de configuration. +| core-config.c | Options de configuration du cœur de WeeChat (fichier weechat.conf). +| core-crypto.c | Fonctions de cryptographie. +| core-debug.c | Quelques fonctions de debug. +| core-dir.c | Fonctions sur les répertoires/fichiers. +| core-doc.c | Génération de fichiers pour la documentation. +| core-eval.c | Évaluation d'expressions avec des références à des variables internes. +| core-hashtable.c | Tables de hachage. +| core-hdata.c | Hdata (accès direct aux données en utilisant des tables de hachage). +| core-hook.c | Crochets ("hooks"). +| core-infolist.c | Infolists (listes avec les données des objets). +| core-input.c | Entrée de commandes/texte. +| core-list.c | Listes triées. +| core-log.c | Écriture dans le fichier de log WeeChat (weechat.log). +| core-network.c | Fonctions réseau (connexion aux serveurs/proxies). +| core-proxy.c | Gestion des proxies. +| core-secure.c | Fonctions pour les données sécurisées. +| core-secure-buffer.c | Tampon pour les données sécurisées. +| core-secure-config.c | Options des données sécurisées (fichier sec.conf). +| core-signal.c | Fonctions sur les signaux. +| core-string.c | Fonctions sur les chaînes de caractères. +| core-sys.c | Fonctions système. +| core-upgrade-file.c | Système de mise à jour interne. +| core-upgrade.c | Mise à jour du cœur de WeeChat (tampons, lignes, historique, ...). +| core-url.c | Transfert d'URL (en utilisant libcurl). +| core-utf8.c | Fonctions UTF-8. +| core-util.c | Quelques autres fonctions utilitaires. +| core-version.c | Fonctions pour la version de WeeChat. +| weechat.c | Fonctions principales : options de ligne de commande, démarrage. +| hook/ | Fonctions "hook". +| hook-command-run.c | Hook "command_run". +| hook-command.c | Hook "command". +| hook-completion.c | Hook "completion". +| hook-config.c | Hook "config". +| hook-connect.c | Hook "connect". +| hook-fd.c | Hook "fd". +| hook-focus.c | Hook "focus". +| hook-hdata.c | Hook "hdata". +| hook-hsignal.c | Hook "hsignal". +| hook-info-hashtable.c | Hook "info". +| hook-info.c | Hook "info". +| hook-infolist.c | Hook "infolist". +| hook-line.c | Hook "line". +| hook-modifier.c | Hook "modifier". +| hook-print.c | Hook "print". +| hook-process.c | Hook "process". +| hook-signal.c | Hook "signal". +| hook-timer.c | Hook "timer". +| hook-url.c | Hook "url". +| gui/ | Fonctions pour les tampons, fenêtres, ... (utilisées par toutes les interfaces). +| gui-bar-item.c | Objets de barre. +| gui-bar-window.c | Fenêtres de barre. +| gui-bar.c | Barres. +| gui-buffer.c | Tampons. +| gui-chat.c | Fonctions pour la discussion (afficher un message, ...). +| gui-color.c | Fonctions de couleur. +| gui-completion.c | Complétion sur la ligne de commande. +| gui-cursor.c | Mode curseur (mouvement libre du curseur). +| gui-filter.c | Filtres. +| gui-focus.c | Fonctions concernant le focus (pour les modes curseur et souris). +| gui-history.c | Commandes/texte sauvés dans les tampons. +| gui-hotlist.c | Gestion de la "hotlist" (liste des tampons avec activité). +| gui-input.c | Fonctions d'entrée (barre "input"). +| gui-key.c | Fonctions pour le clavier. +| gui-layout.c | Dispositions ("layouts"). +| gui-line.c | Lignes dans les tampons. +| gui-mouse.c | Souris. +| gui-nick.c | Fonctions pour les pseudos. +| gui-nicklist.c | Liste de pseudos dans les tampons. +| gui-window.c | Fenêtres. +| curses/ | Interface Curses. +| gui-curses-bar-window.c | Affichage dans les fenêtres de barre. +| gui-curses-chat.c | Affichage dans la zone de discussion (messages). +| gui-curses-color.c | Fonctions pour les couleurs. +| gui-curses-key.c | Fonctions pour le clavier (touches par défaut, lecture du clavier). +| gui-curses-main.c | Boucle principale de WeeChat (attente des évènements clavier/réseau). +| gui-curses-mouse.c | Souris. +| gui-curses-term.c | Fonctions pour le terminal. +| gui-curses-window.c | Fenêtres. +| headless/ | Mode sans interface (« headless »). +| main.c | Point d'entrée pour le mode sans interface. +| ncurses-fake.c | Fausse bibliothèque ncurses. +| normal/ | Interface Curses. +| main.c | Point d'entrée pour l'interface Curses. |=== [[sources_plugins]] @@ -794,7 +794,7 @@ Exemples : [width="100%",cols="2m,3",options="header"] |=== | Répertoire | Fichiers -| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ... +| src/core/ | weechat.c, core-backtrace.c, core-command.c, ... | src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ... | src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ... | src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ... @@ -803,7 +803,7 @@ Exemples : |=== Les en-têtes des fichiers C doivent avoir le même nom que le fichier, par -exemple _wee-command.h_ pour le fichier _wee-command.c_. +exemple _core-command.h_ pour le fichier _core-command.c_. [[naming_convention_structures]] ==== Structures diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index eb965ec46..364b64ecb 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -529,11 +529,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 <signal handler called> #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = <value optimized out> #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index a098060e2..4bfadf8f2 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -590,11 +590,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 <signal handler called> #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = <value optimized out> #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 81891bc6c..de6145492 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -119,103 +119,103 @@ WeeChat "core" は以下のディレクトリに配置されています: [width="100%",cols="2m,3",options="header"] |=== -| パス/ファイル名 | 説明 -| core/ | コア関数: エントリポイント、内部構造体 -| wee-arraylist.c | 配列リスト -| wee-backtrace.c | クラッシュした際にバックトレースを表示 -// TRANSLATION MISSING -| wee-calc.c | Calculate result of expressions. -| wee-command.c | WeeChat コアコマンド -| wee-completion.c | デフォルト補完 -| wee-config-file.c | 設定ファイル管理 -| wee-config.c | WeeChat コアの設定オプション (weechat.conf ファイル) -// TRANSLATION MISSING -| wee-crypto.c | Cryptographic functions. -| wee-debug.c | デバッグ用関数 -// TRANSLATION MISSING -| wee-dir.c | Directory/file functions. -// TRANSLATION MISSING -| wee-doc.c | Build of files for documentation. -| wee-eval.c | 内部変数へのリファレンスを含む式を評価 -| wee-hashtable.c | ハッシュテーブル -| wee-hdata.c | hdata (ハッシュテーブルを用いて直接データを読む) -| wee-hook.c | フック -| wee-infolist.c | インフォリスト (オブジェクトに関するデータを含むリスト) -| wee-input.c | コマンドおよびテキストの入力 -| wee-list.c | ソート済みリスト -| wee-log.c | WeeChat ログファイル (weechat.log) に書き込む -| wee-network.c | ネットワーク関数 (サーバやプロキシへの接続) -| wee-proxy.c | プロキシ管理 -| wee-secure.c | データ保護用の関数 -| wee-secure-buffer.c | データ保護用のバッファ -| wee-secure-config.c | 安全なデータオプション (sec.conf ファイル) -// TRANSLATION MISSING -| wee-signal.c | Signal functions. -| wee-string.c | 文字列関数 -// TRANSLATION MISSING -| wee-sys.c | System functions. -| wee-upgrade-file.c | 内部アップグレードシステム -| wee-upgrade.c | WeeChat コアのアップグレード (バッファ、行、履歴、...) -| wee-url.c | URL 転送 (libcurl を使う) -| wee-utf8.c | UTF-8 関数 -| wee-util.c | その他の関数 -| wee-version.c | WeeChat バージョンについての関数 -| weechat.c | 主要関数: コマンドラインオプション、起動 -| hook/ | フック関数 -| wee-hook-command-run.c | "command_run" フック -| wee-hook-command.c | "command" フック -| wee-hook-completion.c | "completion" フック -| wee-hook-config.c | "config" フック -| wee-hook-connect.c | "connect" フック -| wee-hook-fd.c | "fd" フック -| wee-hook-focus.c | "focus" フック -| wee-hook-hdata.c | "hdata" フック -| wee-hook-hsignal.c | "hsignal" フック -| wee-hook-info-hashtable.c | "info_hashtable" フック -| wee-hook-info.c | "info" フック -| wee-hook-infolist.c | "infolist" フック -| wee-hook-line.c | "line" フック -| wee-hook-modifier.c | "modifier" フック -| wee-hook-print.c | "print" フック -| wee-hook-process.c | "process" フック -| wee-hook-signal.c | "signal" フック -| wee-hook-timer.c | "timer" フック -| wee-hook-url.c | "url" フック -| gui/ | バッファ、ウィンドウなどの関数 (全てのインターフェースで利用) -| gui-bar-item.c | バー要素 -| gui-bar-window.c | バーウィンドウ -| gui-bar.c | バー -| gui-buffer.c | バッファ -| gui-chat.c | チャット関数 (メッセージの表示、...) -| gui-color.c | 色関数 -| gui-completion.c | コマンドラインの補完 -| gui-cursor.c | カーソルモード (カーソルを自由に移動) -| gui-filter.c | フィルタ -| gui-focus.c | フォーカスについての関数 (カーソルモードとマウス用) -| gui-history.c | コマンドおよびバッファに保存されたテキスト -| gui-hotlist.c | ホットリスト管理 (活発なバッファのリスト) -| gui-input.c | 入力関数 (入力バー) -| gui-key.c | キーボード関数 -| gui-layout.c | レイアウト -| gui-line.c | バッファ中の行 -| gui-mouse.c | マウス -| gui-nick.c | ニックネーム関数 -| gui-nicklist.c | バッファのニックネームリスト -| gui-window.c | ウィンドウ -| curses/ | curses インターフェース -| gui-curses-bar-window.c | バーウィンドウへの表示 -| gui-curses-chat.c | チャットエリアへの表示 (メッセージ) -| gui-curses-color.c | 色関数 -| gui-curses-key.c | キーボード関数 (デフォルトキー、入力の読み取り) -| gui-curses-main.c | WeeChat メインループ (キーボードやネットワークイベントの待ち受け) -| gui-curses-mouse.c | マウス -| gui-curses-term.c | 端末についての関数 -| gui-curses-window.c | ウィンドウ -| headless/ | ヘッドレスモード (インターフェースなし) -| main.c | ヘッドレスモード用のエントリポイント -| ncurses-fake.c | ダミーの ncurses ライブラリ -| normal/ | curses インターフェース -| main.c | curses インターフェース用のエントリポイント +| パス/ファイル名 | 説明 +| core/ | コア関数: エントリポイント、内部構造体 +| core-arraylist.c | 配列リスト +| core-backtrace.c | クラッシュした際にバックトレースを表示 +// TRANSLATION MISSING +| core-calc.c | Calculate result of expressions. +| core-command.c | WeeChat コアコマンド +| core-completion.c | デフォルト補完 +| core-config-file.c | 設定ファイル管理 +| core-config.c | WeeChat コアの設定オプション (weechat.conf ファイル) +// TRANSLATION MISSING +| core-crypto.c | Cryptographic functions. +| core-debug.c | デバッグ用関数 +// TRANSLATION MISSING +| core-dir.c | Directory/file functions. +// TRANSLATION MISSING +| core-doc.c | Build of files for documentation. +| core-eval.c | 内部変数へのリファレンスを含む式を評価 +| core-hashtable.c | ハッシュテーブル +| core-hdata.c | hdata (ハッシュテーブルを用いて直接データを読む) +| core-hook.c | フック +| core-infolist.c | インフォリスト (オブジェクトに関するデータを含むリスト) +| core-input.c | コマンドおよびテキストの入力 +| core-list.c | ソート済みリスト +| core-log.c | WeeChat ログファイル (weechat.log) に書き込む +| core-network.c | ネットワーク関数 (サーバやプロキシへの接続) +| core-proxy.c | プロキシ管理 +| core-secure.c | データ保護用の関数 +| core-secure-buffer.c | データ保護用のバッファ +| core-secure-config.c | 安全なデータオプション (sec.conf ファイル) +// TRANSLATION MISSING +| core-signal.c | Signal functions. +| core-string.c | 文字列関数 +// TRANSLATION MISSING +| core-sys.c | System functions. +| core-upgrade-file.c | 内部アップグレードシステム +| core-upgrade.c | WeeChat コアのアップグレード (バッファ、行、履歴、...) +| core-url.c | URL 転送 (libcurl を使う) +| core-utf8.c | UTF-8 関数 +| core-util.c | その他の関数 +| core-version.c | WeeChat バージョンについての関数 +| weechat.c | 主要関数: コマンドラインオプション、起動 +| hook/ | フック関数 +| hook-command-run.c | "command_run" フック +| hook-command.c | "command" フック +| hook-completion.c | "completion" フック +| hook-config.c | "config" フック +| hook-connect.c | "connect" フック +| hook-fd.c | "fd" フック +| hook-focus.c | "focus" フック +| hook-hdata.c | "hdata" フック +| hook-hsignal.c | "hsignal" フック +| hook-info-hashtable.c | "info_hashtable" フック +| hook-info.c | "info" フック +| hook-infolist.c | "infolist" フック +| hook-line.c | "line" フック +| hook-modifier.c | "modifier" フック +| hook-print.c | "print" フック +| hook-process.c | "process" フック +| hook-signal.c | "signal" フック +| hook-timer.c | "timer" フック +| hook-url.c | "url" フック +| gui/ | バッファ、ウィンドウなどの関数 (全てのインターフェースで利用) +| gui-bar-item.c | バー要素 +| gui-bar-window.c | バーウィンドウ +| gui-bar.c | バー +| gui-buffer.c | バッファ +| gui-chat.c | チャット関数 (メッセージの表示、...) +| gui-color.c | 色関数 +| gui-completion.c | コマンドラインの補完 +| gui-cursor.c | カーソルモード (カーソルを自由に移動) +| gui-filter.c | フィルタ +| gui-focus.c | フォーカスについての関数 (カーソルモードとマウス用) +| gui-history.c | コマンドおよびバッファに保存されたテキスト +| gui-hotlist.c | ホットリスト管理 (活発なバッファのリスト) +| gui-input.c | 入力関数 (入力バー) +| gui-key.c | キーボード関数 +| gui-layout.c | レイアウト +| gui-line.c | バッファ中の行 +| gui-mouse.c | マウス +| gui-nick.c | ニックネーム関数 +| gui-nicklist.c | バッファのニックネームリスト +| gui-window.c | ウィンドウ +| curses/ | curses インターフェース +| gui-curses-bar-window.c | バーウィンドウへの表示 +| gui-curses-chat.c | チャットエリアへの表示 (メッセージ) +| gui-curses-color.c | 色関数 +| gui-curses-key.c | キーボード関数 (デフォルトキー、入力の読み取り) +| gui-curses-main.c | WeeChat メインループ (キーボードやネットワークイベントの待ち受け) +| gui-curses-mouse.c | マウス +| gui-curses-term.c | 端末についての関数 +| gui-curses-window.c | ウィンドウ +| headless/ | ヘッドレスモード (インターフェースなし) +| main.c | ヘッドレスモード用のエントリポイント +| ncurses-fake.c | ダミーの ncurses ライブラリ +| normal/ | curses インターフェース +| main.c | curses インターフェース用のエントリポイント |=== [[sources_plugins]] @@ -876,7 +876,7 @@ irc プラグインの _irc.c_ など。 [width="100%",cols="2m,3",options="header"] |=== | ディレクトリ | ファイル -| src/core/ | weechat.c、wee-backtrace.c、wee-command.c、... +| src/core/ | weechat.c、core-backtrace.c、core-command.c、... | src/gui/ | gui-bar.c、gui-bar-item.c、gui-bar-window.c、... | src/gui/curses/ | gui-curses-bar.c、gui-curses-bar-window.c、gui-curses-chat.c、... | src/plugins/ | plugin.c、plugin-api.c、plugin-api-info.c、plugin-config.c、plugin-script.c、... @@ -885,7 +885,7 @@ irc プラグインの _irc.c_ など。 |=== C 言語ファイルのヘッダはファイルと同じ名前です、例えばファイル -_wee-command.c_ のヘッダファイルは _wee-command.h_ です +_core-command.c_ のヘッダファイルは _core-command.h_ です [[naming_convention_structures]] ==== 構造体 diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index e39432884..645252e66 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -565,11 +565,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 <signal handler called> #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = <value optimized out> #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index cdc9d9fc0..53194fec6 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -531,11 +531,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 <signal handler called> #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = <value optimized out> #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index 6da04d2a2..6835aaf4a 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -115,96 +115,96 @@ WeeChat „језгро” се налази у следећим директо [width="100%", cols="2m,3", options="header"] |=== -| Путања/фајл | Опис -| core/ | Функције језгра: тачка улаза, интерне структуре. -| wee-arraylist.c | Листе низова. -| wee-backtrace.c | Испис трага након краха. -| wee-calc.c | Израчунавање резултата израза. -| wee-command.c | WeeChat команде језгра. -| wee-completion.c | Подразумевана довршавања. -| wee-config-file.c | Управљање конфигурационим фајловима. -| wee-config.c | Конфигурационе опције за WeeChat језгро (фајл weechat.conf). -| wee-crypto.c | Криптографске функције. -| wee-debug.c | Неке дибаг функције. -| wee-dir.c | Функције директоријума/фајла. -| wee-doc.c | Изградња фајлова за документацију. -| wee-eval.c | Израчунавање израза са референцама на интерне променљиве. -| wee-hashtable.c | Хеш табеле. -| wee-hdata.c | Hdata (директни приступ подацима употребом хеш табела). -| wee-hook.c | Куке. -| wee-infolist.c | Инфолисте (листе са подацима објеката). -| wee-input.c | Унос команди/текста. -| wee-list.c | Сортиране листе. -| wee-log.c | Упис у WeeChat лог фајл (weechat.log). -| wee-network.c | Мрежне функције (повезивање са серверима/проксијима). -| wee-proxy.c | Управљање проксијима. -| wee-secure.c | Функције обезбеђених података. -| wee-secure-buffer.c | Бафер обезбеђених података. -| wee-secure-config.c | Опције обезбеђених података (фајл sec.conf). -| wee-string.c | Функције над стринговима. -| wee-sys.c | Системске функције. -| wee-upgrade-file.c | Интерни систем ажурирања. -| wee-upgrade.c | Ажурирање за WeeChat језгро (бафери, линије, историја, ...). -| wee-url.c | URL трансфер (помоћу libcurl). -| wee-utf8.c | UTF-8 функције. -| wee-util.c | Неке друге функције. -| wee-version.c | Функције за WeeChat верзију. -| weechat.c | Основне функције: опције командне линије, покретање. -| hook/ | Функције кука. -| wee-hook-command-run.c | Кука "command_run". -| wee-hook-command.c | Кука "command". -| wee-hook-completion.c | Кука "completion". -| wee-hook-config.c | Кука "config". -| wee-hook-connect.c | Кука "connect". -| wee-hook-fd.c | Кука "fd". -| wee-hook-focus.c | Кука "focus". -| wee-hook-hdata.c | Кука "hdata". -| wee-hook-hsignal.c | Кука "hsignal". -| wee-hook-info-hashtable.c | Кука "info_hashtable". -| wee-hook-info.c | Кука "info". -| wee-hook-infolist.c | Кука "infolist". -| wee-hook-line.c | Кука "line". -| wee-hook-modifier.c | Кука "modifier". -| wee-hook-print.c | Кука "print". -| wee-hook-process.c | Кука "process". -| wee-hook-signal.c | Кука "signal". -| wee-hook-timer.c | Кука "timer". -| wee-hook-url.c | Кука "url". -| gui/ | Функције за бафере, прозоре, ... (користе их сви интерфејси). -| gui-bar-item.c | Ставке трака. -| gui-bar-window.c | Прозори трака. -| gui-bar.c | Траке. -| gui-buffer.c | Бафери. -| gui-chat.c | Функције разговора (призаз поруке, ...). -| gui-color.c | Функције боја. -| gui-completion.c | Довршавање у командној линији. -| gui-cursor.c | Курсорски режим (слободно померање курсора). -| gui-filter.c | Филтери. -| gui-focus.c | Функције у вези фокуса (за курсорски режими миша). -| gui-history.c | Команде/текст сачуван у баферима. -| gui-hotlist.c | Управљање врућом листом (листа бафера у којима има активности). -| gui-input.c | Функције уноса (трака уноса). -| gui-key.c | Функције тастатуре. -| gui-layout.c | Распоред. -| gui-line.c | Линије у баферу. -| gui-mouse.c | Миш. -| gui-nick.c | Функције надимака. -| gui-nicklist.c | Листа надимака у баферима. -| gui-window.c | Прозори. -| curses/ | Curses интерфејс. -| gui-curses-bar-window.c | Приказ у прозорима трака. -| gui-curses-chat.c | Приказ у простору разговора (поруке). -| gui-curses-color.c | Функције боја. -| gui-curses-key.c | Функције тастатуре (подраз. тастери, читање уноса). -| gui-curses-main.c | WeeChat главна петља (чекање на догађаје тастатуре/мреже). -| gui-curses-mouse.c | Миш. -| gui-curses-term.c | Функције у вези терминала. -| gui-curses-window.c | Прозори. -| headless/ | Режим без интерфејса. -| main.c | Тачка улаза за режим без интерфејса. -| ncurses-fake.c | Лажна ncurses библиотека. -| normal/ | Curses интерфејс. -| main.c | Тачка улаза за Curses интерфејс. +| Путања/фајл | Опис +| core/ | Функције језгра: тачка улаза, интерне структуре. +| core-arraylist.c | Листе низова. +| core-backtrace.c | Испис трага након краха. +| core-calc.c | Израчунавање резултата израза. +| core-command.c | WeeChat команде језгра. +| core-completion.c | Подразумевана довршавања. +| core-config-file.c | Управљање конфигурационим фајловима. +| core-config.c | Конфигурационе опције за WeeChat језгро (фајл weechat.conf). +| core-crypto.c | Криптографске функције. +| core-debug.c | Неке дибаг функције. +| core-dir.c | Функције директоријума/фајла. +| core-doc.c | Изградња фајлова за документацију. +| core-eval.c | Израчунавање израза са референцама на интерне променљиве. +| core-hashtable.c | Хеш табеле. +| core-hdata.c | Hdata (директни приступ подацима употребом хеш табела). +| core-hook.c | Куке. +| core-infolist.c | Инфолисте (листе са подацима објеката). +| core-input.c | Унос команди/текста. +| core-list.c | Сортиране листе. +| core-log.c | Упис у WeeChat лог фајл (weechat.log). +| core-network.c | Мрежне функције (повезивање са серверима/проксијима). +| core-proxy.c | Управљање проксијима. +| core-secure.c | Функције обезбеђених података. +| core-secure-buffer.c | Бафер обезбеђених података. +| core-secure-config.c | Опције обезбеђених података (фајл sec.conf). +| core-string.c | Функције над стринговима. +| core-sys.c | Системске функције. +| core-upgrade-file.c | Интерни систем ажурирања. +| core-upgrade.c | Ажурирање за WeeChat језгро (бафери, линије, историја, ...). +| core-url.c | URL трансфер (помоћу libcurl). +| core-utf8.c | UTF-8 функције. +| core-util.c | Неке друге функције. +| core-version.c | Функције за WeeChat верзију. +| weechat.c | Основне функције: опције командне линије, покретање. +| hook/ | Функције кука. +| hook-command-run.c | Кука "command_run". +| hook-command.c | Кука "command". +| hook-completion.c | Кука "completion". +| hook-config.c | Кука "config". +| hook-connect.c | Кука "connect". +| hook-fd.c | Кука "fd". +| hook-focus.c | Кука "focus". +| hook-hdata.c | Кука "hdata". +| hook-hsignal.c | Кука "hsignal". +| hook-info-hashtable.c | Кука "info_hashtable". +| hook-info.c | Кука "info". +| hook-infolist.c | Кука "infolist". +| hook-line.c | Кука "line". +| hook-modifier.c | Кука "modifier". +| hook-print.c | Кука "print". +| hook-process.c | Кука "process". +| hook-signal.c | Кука "signal". +| hook-timer.c | Кука "timer". +| hook-url.c | Кука "url". +| gui/ | Функције за бафере, прозоре, ... (користе их сви интерфејси). +| gui-bar-item.c | Ставке трака. +| gui-bar-window.c | Прозори трака. +| gui-bar.c | Траке. +| gui-buffer.c | Бафери. +| gui-chat.c | Функције разговора (призаз поруке, ...). +| gui-color.c | Функције боја. +| gui-completion.c | Довршавање у командној линији. +| gui-cursor.c | Курсорски режим (слободно померање курсора). +| gui-filter.c | Филтери. +| gui-focus.c | Функције у вези фокуса (за курсорски режими миша). +| gui-history.c | Команде/текст сачуван у баферима. +| gui-hotlist.c | Управљање врућом листом (листа бафера у којима има активности). +| gui-input.c | Функције уноса (трака уноса). +| gui-key.c | Функције тастатуре. +| gui-layout.c | Распоред. +| gui-line.c | Линије у баферу. +| gui-mouse.c | Миш. +| gui-nick.c | Функције надимака. +| gui-nicklist.c | Листа надимака у баферима. +| gui-window.c | Прозори. +| curses/ | Curses интерфејс. +| gui-curses-bar-window.c | Приказ у прозорима трака. +| gui-curses-chat.c | Приказ у простору разговора (поруке). +| gui-curses-color.c | Функције боја. +| gui-curses-key.c | Функције тастатуре (подраз. тастери, читање уноса). +| gui-curses-main.c | WeeChat главна петља (чекање на догађаје тастатуре/мреже). +| gui-curses-mouse.c | Миш. +| gui-curses-term.c | Функције у вези терминала. +| gui-curses-window.c | Прозори. +| headless/ | Режим без интерфејса. +| main.c | Тачка улаза за режим без интерфејса. +| ncurses-fake.c | Лажна ncurses библиотека. +| normal/ | Curses интерфејс. +| main.c | Тачка улаза за Curses интерфејс. |=== [[sources_plugins]] @@ -775,7 +775,7 @@ new_hook_fd = malloc (sizeof (*new_hook_fd)); [width="100%", cols="2m,3", options="header"] |=== | Директоријум | Фајлови -| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ... +| src/core/ | weechat.c, core-backtrace.c, core-command.c, ... | src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ... | src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ... | src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ... @@ -783,7 +783,7 @@ new_hook_fd = malloc (sizeof (*new_hook_fd)); | src/plugins/python/ | weechat-python.c, weechat-python-api.c, ... |=== -Заглавља C фајлова имају сито име као и фајл, на пример _wee-command.h_ за фајл _wee-command.c_. +Заглавља C фајлова имају сито име као и фајл, на пример _core-command.h_ за фајл _core-command.c_. [[naming_convention_structures]] ==== Структуре diff --git a/doc/sr/weechat_user.sr.adoc b/doc/sr/weechat_user.sr.adoc index 25efc0d87..f14f8a8f9 100644 --- a/doc/sr/weechat_user.sr.adoc +++ b/doc/sr/weechat_user.sr.adoc @@ -508,11 +508,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 <signal handler called> #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = <value optimized out> #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 |