2008-07-01 22:57:50 +00:00
|
|
|
/* GDK - The GIMP Drawing Kit
|
1997-11-24 22:37:52 +00:00
|
|
|
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
2000-07-26 11:33:08 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
1997-11-24 22:37:52 +00:00
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2010-12-15 22:32:29 +00:00
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2000-07-26 11:33:08 +00:00
|
|
|
* Lesser General Public License for more details.
|
1997-11-24 22:37:52 +00:00
|
|
|
*
|
2000-07-26 11:33:08 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2012-02-27 13:01:10 +00:00
|
|
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
1997-11-24 22:37:52 +00:00
|
|
|
*/
|
1999-02-24 07:37:18 +00:00
|
|
|
|
|
|
|
/*
|
2000-07-26 11:33:08 +00:00
|
|
|
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
1999-02-24 07:37:18 +00:00
|
|
|
* file for a list of people on the GTK+ Team. See the ChangeLog
|
|
|
|
* files for a list of changes. These files are distributed with
|
|
|
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
|
|
|
*/
|
|
|
|
|
2008-06-22 14:28:52 +00:00
|
|
|
#include "config.h"
|
1997-11-24 22:37:52 +00:00
|
|
|
|
2013-03-15 09:58:39 +00:00
|
|
|
#include "gdkversionmacros.h"
|
1997-11-24 22:37:52 +00:00
|
|
|
|
2000-03-28 01:24:44 +00:00
|
|
|
#include "gdkinternals.h"
|
2004-09-05 21:15:58 +00:00
|
|
|
#include "gdkintl.h"
|
1997-11-24 22:37:52 +00:00
|
|
|
|
2016-04-22 11:34:33 +00:00
|
|
|
#include "gdkresources.h"
|
|
|
|
|
2014-11-07 13:40:22 +00:00
|
|
|
#include "gdk-private.h"
|
|
|
|
|
2019-03-17 20:29:59 +00:00
|
|
|
#include "gdkconstructor.h"
|
|
|
|
|
1999-12-29 23:08:52 +00:00
|
|
|
#ifndef HAVE_XCONVERTCASE
|
|
|
|
#include "gdkkeysyms.h"
|
|
|
|
#endif
|
|
|
|
|
2010-10-15 02:05:51 +00:00
|
|
|
#include <string.h>
|
|
|
|
#include <stdlib.h>
|
2020-06-28 03:09:07 +00:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <ctype.h>
|
2010-10-15 02:05:51 +00:00
|
|
|
|
2019-01-31 19:03:49 +00:00
|
|
|
#include <fribidi.h>
|
|
|
|
|
2010-11-15 03:58:21 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* SECTION:general
|
2020-10-06 11:09:13 +00:00
|
|
|
* @Short_description: Library initialization and versioning
|
2010-11-15 03:58:21 +00:00
|
|
|
* @Title: General
|
|
|
|
*
|
2020-10-06 11:09:13 +00:00
|
|
|
* This section describes miscellaneous macros and utility functions
|
|
|
|
* related to library versioning, as well as deprecation facilities.
|
2012-02-27 12:56:29 +00:00
|
|
|
*
|
2019-02-24 15:49:01 +00:00
|
|
|
* The GDK and GTK headers annotate deprecated APIs in a way that produces
|
2012-02-27 12:56:29 +00:00
|
|
|
* compiler warnings if these deprecated APIs are used. The warnings
|
|
|
|
* can be turned off by defining the macro %GDK_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
* before including the glib.h header.
|
|
|
|
*
|
2019-02-24 15:49:01 +00:00
|
|
|
* GDK and GTK also provide support for building applications against
|
2012-02-27 12:56:29 +00:00
|
|
|
* defined subsets of deprecated or new APIs. Define the macro
|
|
|
|
* %GDK_VERSION_MIN_REQUIRED to specify up to what version
|
|
|
|
* you want to receive warnings about deprecated APIs. Define the
|
|
|
|
* macro %GDK_VERSION_MAX_ALLOWED to specify the newest version
|
|
|
|
* whose API you want to use.
|
2010-11-15 03:58:21 +00:00
|
|
|
*/
|
|
|
|
|
2010-12-22 06:43:57 +00:00
|
|
|
/**
|
|
|
|
* GDK_WINDOWING_X11:
|
|
|
|
*
|
|
|
|
* The #GDK_WINDOWING_X11 macro is defined if the X11 backend
|
|
|
|
* is supported.
|
|
|
|
*
|
2011-02-09 06:32:24 +00:00
|
|
|
* Use this macro to guard code that is specific to the X11 backend.
|
2010-12-22 06:43:57 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* GDK_WINDOWING_WIN32:
|
|
|
|
*
|
|
|
|
* The #GDK_WINDOWING_WIN32 macro is defined if the Win32 backend
|
|
|
|
* is supported.
|
2011-02-09 06:32:24 +00:00
|
|
|
*
|
|
|
|
* Use this macro to guard code that is specific to the Win32 backend.
|
2010-12-22 06:43:57 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2020-10-29 16:35:28 +00:00
|
|
|
* GDK_WINDOWING_MACOS:
|
2010-12-22 06:43:57 +00:00
|
|
|
*
|
2020-10-29 16:35:28 +00:00
|
|
|
* The #GDK_WINDOWING_MACOS macro is defined if the MacOS backend
|
2010-12-22 06:43:57 +00:00
|
|
|
* is supported.
|
2011-02-09 06:32:24 +00:00
|
|
|
*
|
2020-10-29 16:35:28 +00:00
|
|
|
* Use this macro to guard code that is specific to the MacOS backend.
|
2010-12-22 06:43:57 +00:00
|
|
|
*/
|
2010-11-15 03:58:21 +00:00
|
|
|
|
2014-01-20 18:42:57 +00:00
|
|
|
/**
|
|
|
|
* GDK_WINDOWING_WAYLAND:
|
|
|
|
*
|
|
|
|
* The #GDK_WINDOWING_WAYLAND macro is defined if the Wayland backend
|
|
|
|
* is supported.
|
|
|
|
*
|
|
|
|
* Use this macro to guard code that is specific to the Wayland backend.
|
|
|
|
*/
|
|
|
|
|
2012-02-27 12:56:29 +00:00
|
|
|
/**
|
|
|
|
* GDK_DISABLE_DEPRECATION_WARNINGS:
|
|
|
|
*
|
|
|
|
* A macro that should be defined before including the gdk.h header.
|
|
|
|
* If it is defined, no compiler warnings will be produced for uses
|
|
|
|
* of deprecated GDK APIs.
|
|
|
|
*/
|
|
|
|
|
2006-12-22 17:46:32 +00:00
|
|
|
typedef struct _GdkThreadsDispatch GdkThreadsDispatch;
|
|
|
|
|
|
|
|
struct _GdkThreadsDispatch
|
|
|
|
{
|
|
|
|
GSourceFunc func;
|
|
|
|
gpointer data;
|
|
|
|
GDestroyNotify destroy;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
1997-11-24 22:37:52 +00:00
|
|
|
/* Private variable declarations
|
|
|
|
*/
|
2010-12-15 22:32:29 +00:00
|
|
|
static int gdk_initialized = 0; /* 1 if the library is initialized,
|
|
|
|
* 0 otherwise.
|
|
|
|
*/
|
1997-11-24 22:37:52 +00:00
|
|
|
|
2020-06-28 03:09:07 +00:00
|
|
|
static const GdkDebugKey gdk_debug_keys[] = {
|
|
|
|
{ "misc", GDK_DEBUG_MISC, "Miscellaneous information" },
|
|
|
|
{ "events", GDK_DEBUG_EVENTS, "Information about events" },
|
|
|
|
{ "dnd", GDK_DEBUG_DND, "Information about Drag-and-Drop" },
|
|
|
|
{ "input", GDK_DEBUG_INPUT, "Information about input (Windows)" },
|
|
|
|
{ "eventloop", GDK_DEBUG_EVENTLOOP, "Information about event loop operation (Quartz)" },
|
|
|
|
{ "frames", GDK_DEBUG_FRAMES, "Information about the frame clock" },
|
|
|
|
{ "settings", GDK_DEBUG_SETTINGS, "Information about xsettings" },
|
|
|
|
{ "opengl", GDK_DEBUG_OPENGL, "Information about OpenGL" },
|
|
|
|
{ "vulkan", GDK_DEBUG_VULKAN, "Information about Vulkan" },
|
|
|
|
{ "selection", GDK_DEBUG_SELECTION, "Information about selections" },
|
|
|
|
{ "clipboard", GDK_DEBUG_CLIPBOARD, "Information about clipboards" },
|
|
|
|
{ "nograbs", GDK_DEBUG_NOGRABS, "Disable pointer and keyboard grabs (X11)" },
|
|
|
|
{ "gl-disable", GDK_DEBUG_GL_DISABLE, "Disable OpenGL support" },
|
|
|
|
{ "gl-software", GDK_DEBUG_GL_SOFTWARE, "Force OpenGL software rendering" },
|
|
|
|
{ "gl-texture-rect", GDK_DEBUG_GL_TEXTURE_RECT, "Use OpenGL texture rectangle extension" },
|
|
|
|
{ "gl-legacy", GDK_DEBUG_GL_LEGACY, "Use a legacy OpenGL context" },
|
|
|
|
{ "gl-gles", GDK_DEBUG_GL_GLES, "Use a GLES OpenGL context" },
|
|
|
|
{ "gl-debug", GDK_DEBUG_GL_DEBUG, "Insert debugging information in OpenGL" },
|
|
|
|
{ "vulkan-disable", GDK_DEBUG_VULKAN_DISABLE, "Disable Vulkan support" },
|
|
|
|
{ "vulkan-validate", GDK_DEBUG_VULKAN_VALIDATE, "Load the Vulkan validation layer" },
|
|
|
|
{ "default-settings",GDK_DEBUG_DEFAULT_SETTINGS, "Force default values for xsettings" },
|
1998-02-19 06:21:27 +00:00
|
|
|
};
|
2014-11-07 13:40:22 +00:00
|
|
|
|
2018-06-11 15:09:06 +00:00
|
|
|
|
|
|
|
#ifdef G_HAS_CONSTRUCTORS
|
|
|
|
#ifdef G_DEFINE_CONSTRUCTOR_NEEDS_PRAGMA
|
|
|
|
#pragma G_DEFINE_CONSTRUCTOR_PRAGMA_ARGS(stash_desktop_startup_notification_id)
|
|
|
|
#endif
|
|
|
|
G_DEFINE_CONSTRUCTOR(stash_desktop_startup_notification_id)
|
|
|
|
#endif
|
|
|
|
|
2020-07-24 18:40:36 +00:00
|
|
|
static char *startup_notification_id = NULL;
|
2018-06-11 15:09:06 +00:00
|
|
|
|
|
|
|
static void
|
|
|
|
stash_desktop_startup_notification_id (void)
|
|
|
|
{
|
|
|
|
const char *desktop_startup_id;
|
|
|
|
|
|
|
|
desktop_startup_id = g_getenv ("DESKTOP_STARTUP_ID");
|
|
|
|
if (desktop_startup_id && *desktop_startup_id != '\0')
|
|
|
|
{
|
|
|
|
if (!g_utf8_validate (desktop_startup_id, -1, NULL))
|
|
|
|
g_warning ("DESKTOP_STARTUP_ID contains invalid UTF-8");
|
|
|
|
else
|
|
|
|
startup_notification_id = g_strdup (desktop_startup_id ? desktop_startup_id : "");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Clear the environment variable so it won't be inherited by
|
|
|
|
* child processes and confuse things.
|
|
|
|
*/
|
|
|
|
g_unsetenv ("DESKTOP_STARTUP_ID");
|
|
|
|
}
|
|
|
|
|
2016-04-26 08:10:03 +00:00
|
|
|
static gpointer
|
|
|
|
register_resources (gpointer dummy G_GNUC_UNUSED)
|
|
|
|
{
|
|
|
|
_gdk_register_resource ();
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
gdk_ensure_resources (void)
|
|
|
|
{
|
|
|
|
static GOnce register_resources_once = G_ONCE_INIT;
|
|
|
|
|
|
|
|
g_once (®ister_resources_once, register_resources, NULL);
|
|
|
|
}
|
|
|
|
|
2020-06-28 03:09:07 +00:00
|
|
|
guint
|
|
|
|
gdk_parse_debug_var (const char *variable,
|
|
|
|
const GdkDebugKey *keys,
|
|
|
|
guint nkeys)
|
|
|
|
{
|
|
|
|
guint i;
|
|
|
|
guint result = 0;
|
|
|
|
const char *string;
|
2020-07-24 18:40:36 +00:00
|
|
|
const char *p;
|
|
|
|
const char *q;
|
2020-06-28 03:09:07 +00:00
|
|
|
gboolean invert;
|
|
|
|
gboolean help;
|
2020-11-14 07:49:17 +00:00
|
|
|
gboolean debug_enabled;
|
|
|
|
|
|
|
|
#ifdef G_ENABLE_DEBUG
|
|
|
|
debug_enabled = TRUE;
|
|
|
|
#else
|
|
|
|
debug_enabled = FALSE;
|
|
|
|
#endif
|
2020-06-28 03:09:07 +00:00
|
|
|
|
|
|
|
string = g_getenv (variable);
|
|
|
|
if (string == NULL)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
p = string;
|
|
|
|
invert = FALSE;
|
|
|
|
help = FALSE;
|
|
|
|
|
|
|
|
while (*p)
|
|
|
|
{
|
|
|
|
q = strpbrk (p, ":;, \t");
|
|
|
|
if (!q)
|
|
|
|
q = p + strlen (p);
|
|
|
|
|
|
|
|
if (3 == q - p && g_ascii_strncasecmp ("all", p, q - p) == 0)
|
|
|
|
{
|
|
|
|
invert = TRUE;
|
|
|
|
}
|
|
|
|
else if (4 == q - p && g_ascii_strncasecmp ("help", p, q - p) == 0)
|
|
|
|
{
|
|
|
|
help = TRUE;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2020-11-14 07:49:17 +00:00
|
|
|
char *val = g_strndup (p, q - p);
|
2020-06-28 03:09:07 +00:00
|
|
|
for (i = 0; i < nkeys; i++)
|
|
|
|
{
|
|
|
|
if (strlen (keys[i].key) == q - p &&
|
|
|
|
g_ascii_strncasecmp (keys[i].key, p, q - p) == 0)
|
|
|
|
{
|
2020-11-14 07:49:17 +00:00
|
|
|
if (!debug_enabled && !keys[i].always_enabled)
|
|
|
|
{
|
|
|
|
fprintf (stderr, "\"%s\" is only available when building GTK with G_ENABLE_DEBUG. See %s=help\n",
|
|
|
|
val, variable);
|
|
|
|
break;
|
|
|
|
}
|
2020-06-28 03:09:07 +00:00
|
|
|
result |= keys[i].value;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (i == nkeys)
|
2020-11-14 07:49:17 +00:00
|
|
|
fprintf (stderr, "Unrecognized value \"%s\". Try %s=help\n", val, variable);
|
|
|
|
g_free (val);
|
2020-06-28 03:09:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p = q;
|
|
|
|
if (*p)
|
|
|
|
p++;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (help)
|
|
|
|
{
|
|
|
|
int max_width = 4;
|
|
|
|
for (i = 0; i < nkeys; i++)
|
|
|
|
max_width = MAX (max_width, strlen (keys[i].key));
|
|
|
|
max_width += 4;
|
|
|
|
|
|
|
|
fprintf (stderr, "Supported %s values:\n", variable);
|
2020-11-14 07:49:17 +00:00
|
|
|
for (i = 0; i < nkeys; i++) {
|
|
|
|
fprintf (stderr, " %s%*s%s", keys[i].key, (int)(max_width - strlen (keys[i].key)), " ", keys[i].help);
|
|
|
|
if (!debug_enabled && !keys[i].always_enabled)
|
|
|
|
fprintf (stderr, " [unavailable]");
|
|
|
|
fprintf (stderr, "\n");
|
|
|
|
}
|
2020-06-28 03:09:07 +00:00
|
|
|
fprintf (stderr, " %s%*s%s\n", "all", max_width - 3, " ", "Enable all values");
|
|
|
|
fprintf (stderr, " %s%*s%s\n", "help", max_width - 4, " ", "Print this help");
|
|
|
|
fprintf (stderr, "\nMultiple values can be given, separated by : or space.\n");
|
2020-11-14 07:49:17 +00:00
|
|
|
if (!debug_enabled)
|
|
|
|
fprintf (stderr, "Values marked as [unavailable] are only accessible if GTK is built with G_ENABLE_DEBUG.\n");
|
2020-06-28 03:09:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if (invert)
|
|
|
|
{
|
|
|
|
guint all_flags = 0;
|
|
|
|
|
|
|
|
for (i = 0; i < nkeys; i++)
|
2020-11-14 07:49:17 +00:00
|
|
|
{
|
|
|
|
if (debug_enabled || keys[i].always_enabled)
|
|
|
|
all_flags |= keys[i].value;
|
|
|
|
}
|
2020-06-28 03:09:07 +00:00
|
|
|
|
|
|
|
result = all_flags & (~result);
|
|
|
|
}
|
|
|
|
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
Make gtk argument parsing use goption. Add gtk_get_option_group and
2004-09-05 Anders Carlsson <andersca@gnome.org>
* gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
(gdk_add_option_entries_libgtk_only), (gdk_pre_parse_libgtk_only),
(gdk_parse_args):
* gdk/gdk.h:
* gdk/gdkinternals.h:
* gdk/linux-fb/gdkmain-fb.c: (_gdk_windowing_init):
* gdk/win32/gdkmain-win32.c: (_gdk_windowing_init):
* gdk/x11/gdkdisplay-x11.c: (gdk_display_open):
* gdk/x11/gdkmain-x11.c: (_gdk_windowing_init):
* gtk/gtkmain.c: (gtk_arg_debug_cb), (gtk_arg_no_debug_cb),
(gtk_arg_module_cb), (gtk_arg_warnings_cb),
(do_pre_parse_initialization), (do_post_parse_initialization),
(pre_parse_hook), (post_parse_hook), (gtk_get_option_group),
(gtk_init_with_args), (gtk_parse_args):
* gtk/gtkmain.h:
Make gtk argument parsing use goption. Add gtk_get_option_group and
gtk_init_with_args.
* tests/testtreemodel.c: (main):
Use gtk_init_with_args.
2004-09-05 15:09:55 +00:00
|
|
|
void
|
2014-11-07 13:40:22 +00:00
|
|
|
gdk_pre_parse (void)
|
Make gtk argument parsing use goption. Add gtk_get_option_group and
2004-09-05 Anders Carlsson <andersca@gnome.org>
* gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
(gdk_add_option_entries_libgtk_only), (gdk_pre_parse_libgtk_only),
(gdk_parse_args):
* gdk/gdk.h:
* gdk/gdkinternals.h:
* gdk/linux-fb/gdkmain-fb.c: (_gdk_windowing_init):
* gdk/win32/gdkmain-win32.c: (_gdk_windowing_init):
* gdk/x11/gdkdisplay-x11.c: (gdk_display_open):
* gdk/x11/gdkmain-x11.c: (_gdk_windowing_init):
* gtk/gtkmain.c: (gtk_arg_debug_cb), (gtk_arg_no_debug_cb),
(gtk_arg_module_cb), (gtk_arg_warnings_cb),
(do_pre_parse_initialization), (do_post_parse_initialization),
(pre_parse_hook), (post_parse_hook), (gtk_get_option_group),
(gtk_init_with_args), (gtk_parse_args):
* gtk/gtkmain.h:
Make gtk argument parsing use goption. Add gtk_get_option_group and
gtk_init_with_args.
* tests/testtreemodel.c: (main):
Use gtk_init_with_args.
2004-09-05 15:09:55 +00:00
|
|
|
{
|
|
|
|
gdk_initialized = TRUE;
|
|
|
|
|
2016-04-26 08:10:03 +00:00
|
|
|
gdk_ensure_resources ();
|
2016-04-22 11:34:33 +00:00
|
|
|
|
2020-06-28 03:09:07 +00:00
|
|
|
_gdk_debug_flags = gdk_parse_debug_var ("GDK_DEBUG",
|
|
|
|
gdk_debug_keys,
|
|
|
|
G_N_ELEMENTS (gdk_debug_keys));
|
2018-06-11 15:09:06 +00:00
|
|
|
|
|
|
|
#ifndef G_HAS_CONSTRUCTORS
|
|
|
|
stash_desktop_startup_notification_id ();
|
|
|
|
#endif
|
2002-04-25 22:29:14 +00:00
|
|
|
}
|
|
|
|
|
2014-11-07 13:40:22 +00:00
|
|
|
/*< private >
|
|
|
|
* gdk_display_open_default:
|
2010-12-11 00:42:09 +00:00
|
|
|
*
|
2002-10-31 21:12:23 +00:00
|
|
|
* Opens the default display specified by command line arguments or
|
|
|
|
* environment variables, sets it as the default display, and returns
|
2020-08-05 19:42:27 +00:00
|
|
|
* it. If the default display has previously been set, simply returns
|
|
|
|
* that. An internal function that should not be used by applications.
|
2010-12-11 00:42:09 +00:00
|
|
|
*
|
2014-05-08 19:55:50 +00:00
|
|
|
* Returns: (nullable) (transfer none): the default display, if it
|
|
|
|
* could be opened, otherwise %NULL.
|
2014-11-07 13:40:22 +00:00
|
|
|
*/
|
2002-10-31 21:12:23 +00:00
|
|
|
GdkDisplay *
|
2014-11-07 13:40:22 +00:00
|
|
|
gdk_display_open_default (void)
|
2002-10-31 21:12:23 +00:00
|
|
|
{
|
|
|
|
GdkDisplay *display;
|
|
|
|
|
2002-11-07 21:05:52 +00:00
|
|
|
g_return_val_if_fail (gdk_initialized, NULL);
|
2010-12-11 00:42:09 +00:00
|
|
|
|
2002-10-31 21:12:23 +00:00
|
|
|
display = gdk_display_get_default ();
|
|
|
|
if (display)
|
|
|
|
return display;
|
|
|
|
|
2017-11-01 17:26:34 +00:00
|
|
|
display = gdk_display_open (NULL);
|
2002-10-31 21:12:23 +00:00
|
|
|
|
|
|
|
return display;
|
2002-04-25 22:29:14 +00:00
|
|
|
}
|
|
|
|
|
2018-06-11 15:09:06 +00:00
|
|
|
/*< private >
|
|
|
|
*
|
|
|
|
* gdk_get_startup_notification_id
|
|
|
|
*
|
|
|
|
* Returns the original value of the DESKTOP_STARTUP_ID environment
|
|
|
|
* variable if it was defined and valid, or %NULL otherwise.
|
|
|
|
*
|
|
|
|
* Returns: (nullable) (transfer none): the original value of the
|
|
|
|
* DESKTOP_STARTUP_ID environment variable, or %NULL.
|
|
|
|
*/
|
2020-07-24 18:40:36 +00:00
|
|
|
const char *
|
2018-06-11 15:09:06 +00:00
|
|
|
gdk_get_startup_notification_id (void)
|
|
|
|
{
|
|
|
|
return startup_notification_id;
|
|
|
|
}
|
|
|
|
|
2018-05-28 16:04:17 +00:00
|
|
|
gboolean
|
|
|
|
gdk_running_in_sandbox (void)
|
|
|
|
{
|
2018-11-01 17:31:10 +00:00
|
|
|
return g_file_test ("/.flatpak-info", G_FILE_TEST_EXISTS);
|
2018-05-28 16:04:17 +00:00
|
|
|
}
|
|
|
|
|
2018-11-01 17:46:04 +00:00
|
|
|
gboolean
|
|
|
|
gdk_should_use_portal (void)
|
|
|
|
{
|
|
|
|
static const char *use_portal = NULL;
|
|
|
|
|
|
|
|
if (G_UNLIKELY (use_portal == NULL))
|
|
|
|
{
|
|
|
|
if (gdk_running_in_sandbox ())
|
|
|
|
use_portal = "1";
|
|
|
|
else
|
|
|
|
{
|
|
|
|
use_portal = g_getenv ("GTK_USE_PORTAL");
|
|
|
|
if (!use_portal)
|
|
|
|
use_portal = "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return use_portal[0] == '1';
|
|
|
|
}
|
|
|
|
|
2019-01-31 19:03:49 +00:00
|
|
|
PangoDirection
|
|
|
|
gdk_unichar_direction (gunichar ch)
|
|
|
|
{
|
|
|
|
FriBidiCharType fribidi_ch_type;
|
|
|
|
|
|
|
|
G_STATIC_ASSERT (sizeof (FriBidiChar) == sizeof (gunichar));
|
|
|
|
|
|
|
|
fribidi_ch_type = fribidi_get_bidi_type (ch);
|
|
|
|
|
|
|
|
if (!FRIBIDI_IS_STRONG (fribidi_ch_type))
|
|
|
|
return PANGO_DIRECTION_NEUTRAL;
|
|
|
|
else if (FRIBIDI_IS_RTL (fribidi_ch_type))
|
|
|
|
return PANGO_DIRECTION_RTL;
|
|
|
|
else
|
|
|
|
return PANGO_DIRECTION_LTR;
|
|
|
|
}
|
|
|
|
|
|
|
|
PangoDirection
|
2020-07-24 18:40:36 +00:00
|
|
|
gdk_find_base_dir (const char *text,
|
2020-07-24 13:54:49 +00:00
|
|
|
int length)
|
2019-01-31 19:03:49 +00:00
|
|
|
{
|
|
|
|
PangoDirection dir = PANGO_DIRECTION_NEUTRAL;
|
2020-07-24 18:40:36 +00:00
|
|
|
const char *p;
|
2019-01-31 19:03:49 +00:00
|
|
|
|
|
|
|
g_return_val_if_fail (text != NULL || length == 0, PANGO_DIRECTION_NEUTRAL);
|
|
|
|
|
|
|
|
p = text;
|
|
|
|
while ((length < 0 || p < text + length) && *p)
|
|
|
|
{
|
|
|
|
gunichar wc = g_utf8_get_char (p);
|
|
|
|
|
|
|
|
dir = gdk_unichar_direction (wc);
|
|
|
|
|
|
|
|
if (dir != PANGO_DIRECTION_NEUTRAL)
|
|
|
|
break;
|
|
|
|
|
|
|
|
p = g_utf8_next_char (p);
|
|
|
|
}
|
|
|
|
|
|
|
|
return dir;
|
|
|
|
}
|
|
|
|
|