1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-10 15:44:41 -05:00

Change log domain from Utils.IconFetcher to Helpers.IconFetcher

Matches doxygen.
This commit is contained in:
Dave Davenport 2018-06-12 11:45:42 +02:00
parent c856c1a8ab
commit b837c3fdff
9 changed files with 10 additions and 1 deletions

View file

@ -25,6 +25,7 @@
* *
*/ */
/** The log domain of this dialog. */
#define G_LOG_DOMAIN "Dialogs.Combi" #define G_LOG_DOMAIN "Dialogs.Combi"
#include <config.h> #include <config.h>

View file

@ -25,6 +25,7 @@
* *
*/ */
/** The log domain of this dialog. */
#define G_LOG_DOMAIN "Dialogs.DMenu" #define G_LOG_DOMAIN "Dialogs.DMenu"
#include <config.h> #include <config.h>

View file

@ -25,6 +25,7 @@
* *
*/ */
/** The log domain of this dialog. */
#define G_LOG_DOMAIN "Dialogs.DRun" #define G_LOG_DOMAIN "Dialogs.DRun"
#include <config.h> #include <config.h>

View file

@ -25,6 +25,7 @@
* *
*/ */
/** The log domain of this dialog. */
#define G_LOG_DOMAIN "Dialogs.Script" #define G_LOG_DOMAIN "Dialogs.Script"
#include <config.h> #include <config.h>

View file

@ -25,6 +25,7 @@
* *
*/ */
/** The log domain of this dialog. */
#define G_LOG_DOMAIN "Dialogs.Window" #define G_LOG_DOMAIN "Dialogs.Window"
#include <config.h> #include <config.h>

View file

@ -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-icon-fetcher.h"
#include "rofi-types.h" #include "rofi-types.h"

View file

@ -25,6 +25,7 @@
* *
*/ */
/** The log domain of this widget. */
#define G_LOG_DOMAIN "Widgets.Box" #define G_LOG_DOMAIN "Widgets.Box"
#include <config.h> #include <config.h>

View file

@ -25,6 +25,7 @@
* *
*/ */
/** The log domain of this widget. */
#define G_LOG_DOMAIN "Widgets.Window" #define G_LOG_DOMAIN "Widgets.Window"
#include <config.h> #include <config.h>

View file

@ -25,6 +25,7 @@
* *
*/ */
/** The log domain of this widget. */
#define G_LOG_DOMAIN "Widgets.Icon" #define G_LOG_DOMAIN "Widgets.Icon"
#include <config.h> #include <config.h>