gnome-shell-extension-prefs: Fix warnings
This commit is contained in:
parent
73f6e75d8d
commit
a739455414
@ -1,10 +1,13 @@
|
|||||||
|
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <girepository.h>
|
#include <girepository.h>
|
||||||
#include <gjs/gjs.h>
|
#include <gjs/gjs.h>
|
||||||
|
#include <glib/gi18n.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv)
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
const char *search_path[] = { "resource:///org/gnome/shell", NULL };
|
const char *search_path[] = { "resource:///org/gnome/shell", NULL };
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user