1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/modules/gui/pda
Clément Stenac f485214f09 For consistency, remove references to vlc from libvlc
Also, make it clearer what is shared and instance-specific

So,
libvlc_t ==> libvlc_global_t
vlc_t ==> libvlc_int_t (internal instance)

p_object->p_libvlc ==> p_object->p_libvlc_globale
p_object->p_vlc ==> p_object->p_libvlc

VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC

And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
2006-09-15 14:31:51 +00:00
..
Modules.am Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However: 2003-10-01 20:58:45 +00:00
pda_callbacks.c For consistency, remove references to vlc from libvlc 2006-09-15 14:31:51 +00:00
pda_callbacks.h Update e-mail address 2006-03-09 09:47:30 +00:00
pda_interface.c Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
pda_interface.h Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However: 2003-10-01 20:58:45 +00:00
pda_support.c PDA Interface: 2003-11-30 23:19:13 +00:00
pda_support.h Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However: 2003-10-01 20:58:45 +00:00
pda.c For consistency, remove references to vlc from libvlc 2006-09-15 14:31:51 +00:00
pda.glade Remove i263 from stream output dialogs. Closes #187 2005-06-10 18:50:32 +00:00
pda.gladep Updated design of PDA GUI. 2003-09-26 13:32:42 +00:00
pda.h Update e-mail address 2006-03-09 09:47:30 +00:00