!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/include/gtk-2.0/gtk/   drwxr-xr-x
Free 13 GB of 57.97 GB (22.43%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     gtkmarshal.h (16.01 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef GTK_DISABLE_DEPRECATED
/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
#ifndef __GTK_MARSHAL_MARSHAL_H__
#define __GTK_MARSHAL_MARSHAL_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* BOOL:NONE (./gtkmarshal.list:1) */
extern
void gtk_marshal_BOOLEAN__VOID (GClosure     *closure,
                                GValue       *return_value,
                                guint         n_param_values,
                                const GValue *param_values,
                                gpointer      invocation_hint,
                                gpointer      marshal_data);

#define gtk_marshal_BOOL__NONE    gtk_marshal_BOOLEAN__VOID

/* BOOL:POINTER (./gtkmarshal.list:2) */
extern
void gtk_marshal_BOOLEAN__POINTER (GClosure     *closure,
                                   GValue       *return_value,
                                   guint         n_param_values,
                                   const GValue *param_values,
                                   gpointer      invocation_hint,
                                   gpointer      marshal_data);

#define gtk_marshal_BOOL__POINTER    gtk_marshal_BOOLEAN__POINTER

/* BOOL:POINTER,POINTER,INT,INT (./gtkmarshal.list:3) */
extern
void gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT (GClosure     *closure,
                                                   GValue       *return_value,
                                                   guint         n_param_values,
                                                   const GValue *param_values,
                                                   gpointer      invocation_hint,
                                                   gpointer      marshal_data);

#define gtk_marshal_BOOL__POINTER_POINTER_INT_INT    gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT

/* BOOL:POINTER,INT,INT (./gtkmarshal.list:4) */
extern
void gtk_marshal_BOOLEAN__POINTER_INT_INT (GClosure     *closure,
                                           GValue       *return_value,
                                           guint         n_param_values,
                                           const GValue *param_values,
                                           gpointer      invocation_hint,
                                           gpointer      marshal_data);

#define gtk_marshal_BOOL__POINTER_INT_INT    gtk_marshal_BOOLEAN__POINTER_INT_INT

/* BOOL:POINTER,INT,INT,UINT (./gtkmarshal.list:5) */
extern
void gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT (GClosure     *closure,
                                                GValue       *return_value,
                                                guint         n_param_values,
                                                const GValue *param_values,
                                                gpointer      invocation_hint,
                                                gpointer      marshal_data);

#define gtk_marshal_BOOL__POINTER_INT_INT_UINT    gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT

/* BOOL:POINTER,STRING,STRING,POINTER (./gtkmarshal.list:6) */
extern
void gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER (GClosure     *closure,
                                                         GValue       *return_value,
                                                         guint         n_param_values,
                                                         const GValue *param_values,
                                                         gpointer      invocation_hint,
                                                         gpointer      marshal_data);

#define gtk_marshal_BOOL__POINTER_STRING_STRING_POINTER    gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER

/* ENUM:ENUM (./gtkmarshal.list:7) */
extern
void gtk_marshal_ENUM__ENUM (GClosure     *closure,
                             GValue       *return_value,
                             guint         n_param_values,
                             const GValue *param_values,
                             gpointer      invocation_hint,
                             gpointer      marshal_data);

/* INT:POINTER (./gtkmarshal.list:8) */
extern
void gtk_marshal_INT__POINTER (GClosure     *closure,
                               GValue       *return_value,
                               guint         n_param_values,
                               const GValue *param_values,
                               gpointer      invocation_hint,
                               gpointer      marshal_data);

/* INT:POINTER,CHAR,CHAR (./gtkmarshal.list:9) */
extern
void gtk_marshal_INT__POINTER_CHAR_CHAR (GClosure     *closure,
                                         GValue       *return_value,
                                         guint         n_param_values,
                                         const GValue *param_values,
                                         gpointer      invocation_hint,
                                         gpointer      marshal_data);

/* NONE:BOOL (./gtkmarshal.list:10) */
#define gtk_marshal_VOID__BOOLEAN    g_cclosure_marshal_VOID__BOOLEAN

#define gtk_marshal_NONE__BOOL    gtk_marshal_VOID__BOOLEAN

/* NONE:BOXED (./gtkmarshal.list:11) */
#define gtk_marshal_VOID__BOXED    g_cclosure_marshal_VOID__BOXED

#define gtk_marshal_NONE__BOXED    gtk_marshal_VOID__BOXED

/* NONE:ENUM (./gtkmarshal.list:12) */
#define gtk_marshal_VOID__ENUM    g_cclosure_marshal_VOID__ENUM

#define gtk_marshal_NONE__ENUM    gtk_marshal_VOID__ENUM

/* NONE:ENUM,FLOAT (./gtkmarshal.list:13) */
extern
void gtk_marshal_VOID__ENUM_FLOAT (GClosure     *closure,
                                   GValue       *return_value,
                                   guint         n_param_values,
                                   const GValue *param_values,
                                   gpointer      invocation_hint,
                                   gpointer      marshal_data);

#define gtk_marshal_NONE__ENUM_FLOAT    gtk_marshal_VOID__ENUM_FLOAT

/* NONE:ENUM,FLOAT,BOOL (./gtkmarshal.list:14) */
extern
void gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN (GClosure     *closure,
                                           GValue       *return_value,
                                           guint         n_param_values,
                                           const GValue *param_values,
                                           gpointer      invocation_hint,
                                           gpointer      marshal_data);

#define gtk_marshal_NONE__ENUM_FLOAT_BOOL    gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN

/* NONE:INT (./gtkmarshal.list:15) */
#define gtk_marshal_VOID__INT    g_cclosure_marshal_VOID__INT

#define gtk_marshal_NONE__INT    gtk_marshal_VOID__INT

/* NONE:INT,INT (./gtkmarshal.list:16) */
extern
void gtk_marshal_VOID__INT_INT (GClosure     *closure,
                                GValue       *return_value,
                                guint         n_param_values,
                                const GValue *param_values,
                                gpointer      invocation_hint,
                                gpointer      marshal_data);

#define gtk_marshal_NONE__INT_INT    gtk_marshal_VOID__INT_INT

/* NONE:INT,INT,POINTER (./gtkmarshal.list:17) */
extern
void gtk_marshal_VOID__INT_INT_POINTER (GClosure     *closure,
                                        GValue       *return_value,
                                        guint         n_param_values,
                                        const GValue *param_values,
                                        gpointer      invocation_hint,
                                        gpointer      marshal_data);

#define gtk_marshal_NONE__INT_INT_POINTER    gtk_marshal_VOID__INT_INT_POINTER

/* NONE:NONE (./gtkmarshal.list:18) */
#define gtk_marshal_VOID__VOID    g_cclosure_marshal_VOID__VOID

#define gtk_marshal_NONE__NONE    gtk_marshal_VOID__VOID

/* NONE:OBJECT (./gtkmarshal.list:19) */
#define gtk_marshal_VOID__OBJECT    g_cclosure_marshal_VOID__OBJECT

#define gtk_marshal_NONE__OBJECT    gtk_marshal_VOID__OBJECT

/* NONE:POINTER (./gtkmarshal.list:20) */
#define gtk_marshal_VOID__POINTER    g_cclosure_marshal_VOID__POINTER

#define gtk_marshal_NONE__POINTER    gtk_marshal_VOID__POINTER

/* NONE:POINTER,INT (./gtkmarshal.list:21) */
extern
void gtk_marshal_VOID__POINTER_INT (GClosure     *closure,
                                    GValue       *return_value,
                                    guint         n_param_values,
                                    const GValue *param_values,
                                    gpointer      invocation_hint,
                                    gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_INT    gtk_marshal_VOID__POINTER_INT

/* NONE:POINTER,POINTER (./gtkmarshal.list:22) */
extern
void gtk_marshal_VOID__POINTER_POINTER (GClosure     *closure,
                                        GValue       *return_value,
                                        guint         n_param_values,
                                        const GValue *param_values,
                                        gpointer      invocation_hint,
                                        gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_POINTER    gtk_marshal_VOID__POINTER_POINTER

/* NONE:POINTER,POINTER,POINTER (./gtkmarshal.list:23) */
extern
void gtk_marshal_VOID__POINTER_POINTER_POINTER (GClosure     *closure,
                                                GValue       *return_value,
                                                guint         n_param_values,
                                                const GValue *param_values,
                                                gpointer      invocation_hint,
                                                gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_POINTER_POINTER    gtk_marshal_VOID__POINTER_POINTER_POINTER

/* NONE:POINTER,STRING,STRING (./gtkmarshal.list:24) */
extern
void gtk_marshal_VOID__POINTER_STRING_STRING (GClosure     *closure,
                                              GValue       *return_value,
                                              guint         n_param_values,
                                              const GValue *param_values,
                                              gpointer      invocation_hint,
                                              gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_STRING_STRING    gtk_marshal_VOID__POINTER_STRING_STRING

/* NONE:POINTER,UINT (./gtkmarshal.list:25) */
extern
void gtk_marshal_VOID__POINTER_UINT (GClosure     *closure,
                                     GValue       *return_value,
                                     guint         n_param_values,
                                     const GValue *param_values,
                                     gpointer      invocation_hint,
                                     gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_UINT    gtk_marshal_VOID__POINTER_UINT

/* NONE:POINTER,UINT,ENUM (./gtkmarshal.list:26) */
extern
void gtk_marshal_VOID__POINTER_UINT_ENUM (GClosure     *closure,
                                          GValue       *return_value,
                                          guint         n_param_values,
                                          const GValue *param_values,
                                          gpointer      invocation_hint,
                                          gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_UINT_ENUM    gtk_marshal_VOID__POINTER_UINT_ENUM

/* NONE:POINTER,POINTER,UINT,UINT (./gtkmarshal.list:27) */
extern
void gtk_marshal_VOID__POINTER_POINTER_UINT_UINT (GClosure     *closure,
                                                  GValue       *return_value,
                                                  guint         n_param_values,
                                                  const GValue *param_values,
                                                  gpointer      invocation_hint,
                                                  gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_POINTER_UINT_UINT    gtk_marshal_VOID__POINTER_POINTER_UINT_UINT

/* NONE:POINTER,INT,INT,POINTER,UINT,UINT (./gtkmarshal.list:28) */
extern
void gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT (GClosure     *closure,
                                                          GValue       *return_value,
                                                          guint         n_param_values,
                                                          const GValue *param_values,
                                                          gpointer      invocation_hint,
                                                          gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_INT_INT_POINTER_UINT_UINT    gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT

/* NONE:POINTER,UINT,UINT (./gtkmarshal.list:29) */
extern
void gtk_marshal_VOID__POINTER_UINT_UINT (GClosure     *closure,
                                          GValue       *return_value,
                                          guint         n_param_values,
                                          const GValue *param_values,
                                          gpointer      invocation_hint,
                                          gpointer      marshal_data);

#define gtk_marshal_NONE__POINTER_UINT_UINT    gtk_marshal_VOID__POINTER_UINT_UINT

/* NONE:STRING (./gtkmarshal.list:31) */
#define gtk_marshal_VOID__STRING    g_cclosure_marshal_VOID__STRING

#define gtk_marshal_NONE__STRING    gtk_marshal_VOID__STRING

/* NONE:STRING,INT,POINTER (./gtkmarshal.list:32) */
extern
void gtk_marshal_VOID__STRING_INT_POINTER (GClosure     *closure,
                                           GValue       *return_value,
                                           guint         n_param_values,
                                           const GValue *param_values,
                                           gpointer      invocation_hint,
                                           gpointer      marshal_data);

#define gtk_marshal_NONE__STRING_INT_POINTER    gtk_marshal_VOID__STRING_INT_POINTER

/* NONE:UINT (./gtkmarshal.list:33) */
#define gtk_marshal_VOID__UINT    g_cclosure_marshal_VOID__UINT

#define gtk_marshal_NONE__UINT    gtk_marshal_VOID__UINT

/* NONE:UINT,POINTER,UINT,ENUM,ENUM,POINTER (./gtkmarshal.list:34) */
extern
void gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER (GClosure     *closure,
                                                            GValue       *return_value,
                                                            guint         n_param_values,
                                                            const GValue *param_values,
                                                            gpointer      invocation_hint,
                                                            gpointer      marshal_data);

#define gtk_marshal_NONE__UINT_POINTER_UINT_ENUM_ENUM_POINTER    gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER

/* NONE:UINT,POINTER,UINT,UINT,ENUM (./gtkmarshal.list:35) */
extern
void gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM (GClosure     *closure,
                                                    GValue       *return_value,
                                                    guint         n_param_values,
                                                    const GValue *param_values,
                                                    gpointer      invocation_hint,
                                                    gpointer      marshal_data);

#define gtk_marshal_NONE__UINT_POINTER_UINT_UINT_ENUM    gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM

/* NONE:UINT,STRING (./gtkmarshal.list:36) */
extern
void gtk_marshal_VOID__UINT_STRING (GClosure     *closure,
                                    GValue       *return_value,
                                    guint         n_param_values,
                                    const GValue *param_values,
                                    gpointer      invocation_hint,
                                    gpointer      marshal_data);

#define gtk_marshal_NONE__UINT_STRING    gtk_marshal_VOID__UINT_STRING


G_END_DECLS

#endif /* __GTK_MARSHAL_MARSHAL_H__ */
#endif /* GTK_DISABLE_DEPRECATED */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0294 ]--