]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkiconcache.h
filechooserbutton: whitespace fixes
[~andy/gtk] / gtk / gtkiconcache.h
index c404d16d7cefdccaf264792ae5dcc17498f024b2..07e909d1a3d5923ec2468c2162afaa7305e604b2 100644 (file)
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __GTK_ICON_CACHE_H__
 #define __GTK_ICON_CACHE_H__
@@ -38,8 +36,8 @@ struct _GtkIconData
 
 GtkIconCache *_gtk_icon_cache_new            (const gchar  *data);
 GtkIconCache *_gtk_icon_cache_new_for_path   (const gchar  *path);
-gboolean      _gtk_icon_cache_has_directory  (GtkIconCache *cache,
-                                             const gchar  *directory);
+gint          _gtk_icon_cache_get_directory_index  (GtkIconCache *cache,
+                                                   const gchar  *directory);
 gboolean      _gtk_icon_cache_has_icon       (GtkIconCache *cache,
                                              const gchar  *icon_name);
 gboolean      _gtk_icon_cache_has_icon_in_directory (GtkIconCache *cache,
@@ -51,13 +49,13 @@ void              _gtk_icon_cache_add_icons      (GtkIconCache *cache,
 
 gint          _gtk_icon_cache_get_icon_flags (GtkIconCache *cache,
                                              const gchar  *icon_name,
-                                             const gchar  *directory);
+                                             gint          directory_index);
 GdkPixbuf    *_gtk_icon_cache_get_icon       (GtkIconCache *cache,
                                              const gchar  *icon_name,
-                                             const gchar  *directory);
+                                             gint          directory_index);
 GtkIconData  *_gtk_icon_cache_get_icon_data  (GtkIconCache *cache,
                                              const gchar  *icon_name,
-                                             const gchar  *directory);
+                                             gint          directory_index);
 
 GtkIconCache *_gtk_icon_cache_ref            (GtkIconCache *cache);
 void          _gtk_icon_cache_unref          (GtkIconCache *cache);