1
0
Fork 0
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:
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"
#include <config.h>

View file

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

View file

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

View file

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

View file

@ -25,6 +25,7 @@
*
*/
/** The log domain of this dialog. */
#define G_LOG_DOMAIN "Dialogs.Window"
#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-types.h"

View file

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

View file

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

View file

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