helper.h

Go to the documentation of this file.
00001 /*
00002  * UPnP Browser for Maemo
00003  *
00004  * helper.h
00005  *
00006  * Copyright 2005 Nokia Corporation
00007  */
00008 
00009 #ifndef HELPER_H
00010 #define HELPER_H
00011 
00012 #include <gtk/gtk.h>
00013 
00019 gchar* extract_host_from_uri(gchar* uri);
00020 
00026 gchar* extract_port_from_uri(gchar* uri);
00027 
00033 gchar* extract_rel_uri_from_uri(gchar* uri);
00034 
00040 gchar* extract_filename_from_uri(gchar* uri);
00041 
00046 gboolean save_data_to_file();
00047 
00056 gboolean find_device_from_model(GtkTreeModel* model, 
00057                                 char* udn, int udn_col,
00058                                 GtkTreeIter* iter);
00059 
00066 long track_duration_to_long(gchar* duration);
00067 
00074 gchar* long_to_track_duration(long duration);
00075 
00076 #endif

Generated on Mon Aug 14 10:23:32 2006 for CyberLinkC-AV by  doxygen 1.4.6