目前分類:Programming程式語言 (152)
- Jan 07 Wed 2009 19:09
利用 adb 安裝 apk 到裝置上
- Dec 18 Thu 2008 18:51
Android Porting Note
- Dec 08 Mon 2008 13:23
extern 與 extern "C"
- Dec 08 Mon 2008 13:23
extern 與 extern "C"
- Dec 08 Mon 2008 13:23
extern 與 extern "C"
- Dec 08 Mon 2008 13:23
extern 與 extern "C"
- Dec 04 Thu 2008 22:01
Memory Allocation
: "g_new()
#define g_new(struct_type, n_structs)
Allocates n_structs elements of type struct_type. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.
- Dec 04 Thu 2008 22:01
Memory Allocation
: "g_new()
#define g_new(struct_type, n_structs)
Allocates n_structs elements of type struct_type. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.
- Dec 04 Thu 2008 22:00
Doubly-Linked Lists
- Dec 04 Thu 2008 22:00
Doubly-Linked Lists
- Dec 04 Thu 2008 22:00
Doubly-Linked Lists
- Dec 04 Thu 2008 20:53
Spawning Processes
: "g_spawn_async_with_pipes ()
gboolean g_spawn_async_with_pipes (const gchar *working_directory,
gchar **argv,
gchar **envp,
- Dec 04 Thu 2008 20:53
Shell-related Utilities
: "g_shell_parse_argv ()
gboolean g_shell_parse_argv (const gchar *command_line,
gint *argcp,
gchar ***argvp,
- Dec 04 Thu 2008 20:53
Spawning Processes
: "g_spawn_async_with_pipes ()
gboolean g_spawn_async_with_pipes (const gchar *working_directory,
gchar **argv,
gchar **envp,
- Dec 04 Thu 2008 20:53
Shell-related Utilities
: "g_shell_parse_argv ()
gboolean g_shell_parse_argv (const gchar *command_line,
gint *argcp,
gchar ***argvp,
- Dec 04 Thu 2008 20:53
Spawning Processes
: "g_spawn_async_with_pipes ()
gboolean g_spawn_async_with_pipes (const gchar *working_directory,
gchar **argv,
gchar **envp,
- Dec 04 Thu 2008 20:53
Shell-related Utilities
: "g_shell_parse_argv ()
gboolean g_shell_parse_argv (const gchar *command_line,
gint *argcp,
gchar ***argvp,
- Dec 04 Thu 2008 20:50
Memory Allocation
: "g_new0()
#define g_new0(struct_type, n_structs)
Allocates n_structs elements of type struct_type, initialized to 0's. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.
- Dec 04 Thu 2008 20:50
Memory Allocation
: "g_new0()
#define g_new0(struct_type, n_structs)
Allocates n_structs elements of type struct_type, initialized to 0's. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.
- Dec 04 Thu 2008 20:50
Memory Allocation
: "g_new0()
#define g_new0(struct_type, n_structs)
Allocates n_structs elements of type struct_type, initialized to 0's. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.