Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/gok/ drwxr-xr-x |
Viewing file: gok-gok-action.html (11.01 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Synopsis#define ACTION_TYPE_SWITCH #define ACTION_TYPE_MOUSEBUTTON #define ACTION_TYPE_MOUSEPOINTER #define ACTION_TYPE_DWELL enum ActionState; GokAction* gok_action_new (void); void gok_action_free (GokAction *action); gboolean gok_action_open (void); void gok_action_close (void); GokAction* gok_action_get_first_action (void); void gok_action_set_modified (gboolean bTrueFalse); void gok_action_delete_action (GokAction *pActionDelete); GokAction* gok_action_find_action (gchar *NameAction, gboolean bDisplayName); void gok_action_add_action (GokAction *pActionNew); Detailsenum ActionStatetypedef enum { ACTION_STATE_UNDEFINED, ACTION_STATE_PRESS, ACTION_STATE_RELEASE, ACTION_STATE_CLICK, ACTION_STATE_DOUBLECLICK, ACTION_STATE_ENTER, ACTION_STATE_LEAVE } ActionState;
gok_action_new ()GokAction* gok_action_new (void); Allocates memory for a new GokAction and initializes its attributes to default values. Please free the returned GokAction using gok_action_free.
gok_action_free ()void gok_action_free (GokAction *action); Frees a GokAction and associated resources.
gok_action_open ()gboolean gok_action_open (void); Initializes the gok actions and reads them from GConf.
gok_action_get_first_action ()GokAction* gok_action_get_first_action (void);
gok_action_set_modified ()void gok_action_set_modified (gboolean bTrueFalse); Sets the 'modified' flag for the gok actions. If the flag is TRUE then the actions are written to a file when the program ends. This should be called any time an action is added or modified.
gok_action_delete_action ()void gok_action_delete_action (GokAction *pActionDelete);
gok_action_find_action ()GokAction* gok_action_find_action (gchar *NameAction, gboolean bDisplayName); Finds the action from within our list of actions.
|
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0145 ]-- |