Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtklockbutton.h
Go to the documentation of this file.
1/* GTK - The GIMP Toolkit
2 * Copyright (C) 2010 Red Hat, Inc.
3 * Author: Matthias Clasen
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
14 *
15 * You should have received a copy of the GNU Library General Public
16 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#pragma once
20
21#include <gtk/gtkbutton.h>
22#include <gio/gio.h>
23
25
26#define GTK_TYPE_LOCK_BUTTON (gtk_lock_button_get_type ())
27#define GTK_LOCK_BUTTON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_LOCK_BUTTON, GtkLockButton))
28#define GTK_IS_LOCK_BUTTON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_LOCK_BUTTON))
29
30typedef struct _GtkLockButton GtkLockButton;
31
40 GPermission *permission);
41
43
45
#define GDK_DEPRECATED_IN_4_10
#define GDK_AVAILABLE_IN_ALL
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
#define G_GNUC_CONST
Definition gmacros.h:637
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
Definition gmacros.h:1400
GOBJECT_AVAILABLE_IN_ALL void g_object_unref(gpointer object)
GDK_AVAILABLE_IN_ALL GType gtk_lock_button_get_type(void) G_GNUC_CONST
struct _GtkLockButton GtkLockButton
GDK_DEPRECATED_IN_4_10 void gtk_lock_button_set_permission(GtkLockButton *button, GPermission *permission)
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_lock_button_new(GPermission *permission)
GDK_DEPRECATED_IN_4_10 GPermission * gtk_lock_button_get_permission(GtkLockButton *button)
gsize GType
Definition gtype.h:427