pidgin 2.14.14dev
_PurpleKeyValuePair Struct Reference

A key-value pair. More...

#include <util.h>

Collaboration diagram for _PurpleKeyValuePair:
Collaboration graph

Data Fields

gchar * key
 
void * value
 

Detailed Description

A key-value pair.

This is used by, among other things, purple_gtk_combo* functions to pass in a list of key-value pairs so it can display a user-friendly value.

Definition at line 70 of file util.h.

Field Documentation

◆ key

gchar* _PurpleKeyValuePair::key

Definition at line 72 of file util.h.

◆ value

void* _PurpleKeyValuePair::value

Definition at line 73 of file util.h.


The documentation for this struct was generated from the following file: