mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Change log domain from Utils.IconFetcher to Helpers.IconFetcher
Matches doxygen.
This commit is contained in:
parent
c856c1a8ab
commit
b837c3fdff
9 changed files with 10 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** The log domain of this dialog. */
|
||||
#define G_LOG_DOMAIN "Dialogs.Combi"
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** The log domain of this dialog. */
|
||||
#define G_LOG_DOMAIN "Dialogs.DMenu"
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** The log domain of this dialog. */
|
||||
#define G_LOG_DOMAIN "Dialogs.DRun"
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** The log domain of this dialog. */
|
||||
#define G_LOG_DOMAIN "Dialogs.Script"
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** The log domain of this dialog. */
|
||||
#define G_LOG_DOMAIN "Dialogs.Window"
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define G_LOG_DOMAIN "Util.IconFetcher"
|
||||
/** The log domain of this Helper. */
|
||||
#define G_LOG_DOMAIN "Helpers.IconFetcher"
|
||||
|
||||
#include "rofi-icon-fetcher.h"
|
||||
#include "rofi-types.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** The log domain of this widget. */
|
||||
#define G_LOG_DOMAIN "Widgets.Box"
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** The log domain of this widget. */
|
||||
#define G_LOG_DOMAIN "Widgets.Window"
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** The log domain of this widget. */
|
||||
#define G_LOG_DOMAIN "Widgets.Icon"
|
||||
|
||||
#include <config.h>
|
||||
|
|
Loading…
Reference in a new issue